Use ICRL url for PPO blog post

This commit is contained in:
Antonin Raffin 2022-07-12 23:47:53 +02:00
parent c1f1c3d3d7
commit 38706f12f3
No known key found for this signature in database
GPG key ID: B8B48F65CAD6232C

View file

@ -25,7 +25,7 @@ Notes
- 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/
- Spinning Up guide: https://spinningup.openai.com/en/latest/algorithms/ppo.html
- 37 implementation details blog: https://ppo-details.cleanrl.dev//2021/11/05/ppo-implementation-details/
- 37 implementation details blog: https://iclr-blog-track.github.io/2022/03/25/ppo-implementation-details/
Can I use?