Skip to content

Commit

Permalink
Add Deep Reinforcement Learning Course Link (#1531)
Browse files Browse the repository at this point in the history
* Add Deep RL Course link

* Update changelog.rst
  • Loading branch information
simoninithomas committed Jun 5, 2023
1 parent 8416f03 commit 4fcda6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/rl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://spinningup.openai.com/en/latest/>`_
- `The Deep Reinforcement Learning Course <https://huggingface.co/learn/deep-rl-course/unit0/introduction>`_
- `David Silver's course <http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html>`_
- `Lilian Weng's blog <https://lilianweng.github.io/lil-log/2018/04/08/policy-gradient-algorithms.html>`_
- `Berkeley's Deep RL Bootcamp <https://sites.google.com/view/deep-rl-bootcamp/lectures>`_
Expand Down
1 change: 1 addition & 0 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fcda6b

Please sign in to comment.