From 38706f12f34b94236f3bf45b9aaef724569ea997 Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Tue, 12 Jul 2022 23:47:53 +0200 Subject: [PATCH] Use ICRL url for PPO blog post --- docs/modules/ppo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ppo.rst b/docs/modules/ppo.rst index a562aa2..829aa33 100644 --- a/docs/modules/ppo.rst +++ b/docs/modules/ppo.rst @@ -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?