mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
fix 'from ray.rllib import ppo' in doc (#2794)
This commit is contained in:
committed by
Robert Nishihara
parent
5b45f0bdff
commit
4db196438b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user