diff --git a/docs/guide/rl.rst b/docs/guide/rl.rst index 49d9996..eca9ce6 100644 --- a/docs/guide/rl.rst +++ b/docs/guide/rl.rst @@ -10,6 +10,7 @@ Stable-Baselines3 assumes that you already understand the basic concepts of Rein However, if you want to learn about RL, there are several good resources to get started: - `OpenAI Spinning Up `_ +- `The Deep Reinforcement Learning Course `_ - `David Silver's course `_ - `Lilian Weng's blog `_ - `Berkeley's Deep RL Bootcamp `_ diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 42c3907..f9913c4 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -70,6 +70,7 @@ Others: Documentation: ^^^^^^^^^^^^^^ +- Added Deep RL Course link to the Deep RL Resources page - Added documentation about ``VecEnv`` API vs Gym API - Upgraded tutorials to Gymnasium API - Make it more explicit when using ``VecEnv`` vs Gym env