From 4fcda6b2d453a179c615162a36624d654e3456b2 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 5 Jun 2023 10:36:09 +0200 Subject: [PATCH] Add Deep Reinforcement Learning Course Link (#1531) * Add Deep RL Course link * Update changelog.rst --- docs/guide/rl.rst | 1 + docs/misc/changelog.rst | 1 + 2 files changed, 2 insertions(+) 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