Skip to content

Commit

Permalink
[ci skip] PPO1 Link Update (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
iambenzo authored and araffin committed Oct 4, 2018
1 parent ddfaf8e commit dafd3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ppo1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For that, ppo uses clipping to avoid too large update.
Notes
-----

- Original paper: https://arxiv.org/abs/1502.05477
- Original paper: https://arxiv.org/abs/1707.06347
- Clear explanation of PPO on Arxiv Insights channel: https://www.youtube.com/watch?v=5P7I-xPq8u8
- OpenAI blog post: https://blog.openai.com/openai-baselines-ppo/
- ``mpirun -np 8 python -m stable_baselines.ppo1.run_atari`` runs the algorithm for 40M frames = 10M timesteps on an Atari game. See help (``-h``) for more options.
Expand Down

0 comments on commit dafd3d8

Please sign in to comment.