mirror of
https://github.com/wassname/ray.git
synced 2026-08-20 12:40:44 +08:00
[tune] Support user-defined trainable functions / classes / envs with a shared object registry (#1226)
This commit is contained in:
@@ -16,7 +16,7 @@ Then you can run the example as follows.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
python/ray/rllib/train.py --env=Pong-ram-v4 --alg=PPO
|
||||
python/ray/rllib/train.py --env=Pong-ram-v4 --run=PPO
|
||||
|
||||
This will train an agent on the ``Pong-ram-v4`` Atari environment. You can also
|
||||
try passing in the ``Pong-v0`` environment or the ``CartPole-v0`` environment.
|
||||
|
||||
Reference in New Issue
Block a user