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?