fix 'from ray.rllib import ppo' in doc (#2794)

This commit is contained in:
Philipp Moritz 2018-08-31 23:34:47 -07:00 committed by Robert Nishihara
parent 5b45f0bdff
commit 4db196438b

View file

@ -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