mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
fix 'from ray.rllib import ppo' in doc (#2794)
This commit is contained in:
parent
5b45f0bdff
commit
4db196438b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ In the high-level agent APIs, environments are identified with string names. By
|
|||
|
||||
import ray
|
||||
from ray.tune.registry import register_env
|
||||
from ray.rllib import ppo
|
||||
from ray.rllib.agents import ppo
|
||||
|
||||
def env_creator(env_config):
|
||||
import gym
|
||||
|
|
Loading…
Add table
Reference in a new issue