From c9d621b816a5192d8537c4de987c4d243bd39083 Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Tue, 12 Jul 2022 23:49:26 +0200 Subject: [PATCH] Use ICRL url for PPO blog post --- docs/modules/ppo_recurrent.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ppo_recurrent.rst b/docs/modules/ppo_recurrent.rst index bc819c3..54d9bdd 100644 --- a/docs/modules/ppo_recurrent.rst +++ b/docs/modules/ppo_recurrent.rst @@ -22,7 +22,7 @@ algorithm. Other than adding support for recurrent policies (LSTM here), the beh Notes ----- -- Blog post: https://ppo-details.cleanrl.dev//2021/11/05/ppo-implementation-details/ +- Blog post: https://iclr-blog-track.github.io/2022/03/25/ppo-implementation-details/ Can I use?