Merge pull request #226 from definitelyuncertain/master
Call ppo2 and not ppo1 in ppo2 README.md
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
- Original paper: https://arxiv.org/abs/1707.06347
|
- Original paper: https://arxiv.org/abs/1707.06347
|
||||||
- Baselines blog post: https://blog.openai.com/openai-baselines-ppo/
|
- Baselines blog post: https://blog.openai.com/openai-baselines-ppo/
|
||||||
- `mpirun -np 8 python -m baselines.ppo1.run_atari` runs the algorithm for 40M frames = 10M timesteps on an Atari game. See help (`-h`) for more options.
|
- `mpirun -np 8 python -m baselines.ppo2.run_atari` runs the algorithm for 40M frames = 10M timesteps on an Atari game. See help (`-h`) for more options.
|
||||||
- `python -m baselines.ppo1.run_mujoco` runs the algorithm for 1M frames on a Mujoco environment.
|
- `python -m baselines.ppo2.run_mujoco` runs the algorithm for 1M frames on a Mujoco environment.
|
||||||
|
Reference in New Issue
Block a user