Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Apr 25, 2024
1 parent 8aec087 commit 23268cd
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guide/rl_tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ as well as tips and tricks when using a custom environment or implementing an RL

.. note::

We also have a `video on Designing and Running Real-World RL Experiments <https://youtu.be/eZ6ZEpCi6D8>`_, slides are `can be found online <https://araffin.github.io/slides/design-real-rl-experiments/>`_.
We also have a `video on Designing and Running Real-World RL Experiments <https://youtu.be/eZ6ZEpCi6D8>`_, slides `can be found online <https://araffin.github.io/slides/design-real-rl-experiments/>`_.


General advice when using Reinforcement Learning
Expand Down
36 changes: 35 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
Changelog
==========

Release 2.4.0a0 (WIP)
--------------------------

Breaking Changes:
^^^^^^^^^^^^^^^^^

New Features:
^^^^^^^^^^^^^

Bug Fixes:
^^^^^^^^^^

`SB3-Contrib`_
^^^^^^^^^^^^^^

`RL Zoo`_
^^^^^^^^^

`SBX`_ (SB3 + Jax)
^^^^^^^^^^^^^^^^^^

Deprecations:
^^^^^^^^^^^^^

Others:
^^^^^^^

Bug Fixes:
^^^^^^^^^^

Documentation:
^^^^^^^^^^^^^^
- Added ER-MRL to the project page


Release 2.3.1 (2024-04-22)
--------------------------

Expand All @@ -14,7 +49,6 @@ Documentation:
^^^^^^^^^^^^^^
- Updated SBX documentation (CrossQ and deprecated DroQ)
- Updated RL Tips and Tricks section
- Added ER-MRL to the project page


Release 2.3.0 (2024-03-31)
Expand Down
5 changes: 2 additions & 3 deletions docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Projects
This is a list of projects using stable-baselines3.
Please tell us, if you want your project to appear on this page ;)



DriverGym
---------

Expand Down Expand Up @@ -246,7 +244,8 @@ Playing Pokemon Red with Reinforcement Learning.
Evolving Reservoirs for Meta Reinforcement Learning
---------------------------------------------------

Meta-RL framework to optimize reservoir-like neural structures (special kind of RNNs), and integrate them to RL agents to improve their training. It enables solving environments involving partial observability or locomotion (e.g MuJoCo), and optimizing reservoirs that can generalize to unseen tasks.
Meta-RL framework to optimize reservoir-like neural structures (special kind of RNNs), and integrate them to RL agents to improve their training.
It enables solving environments involving partial observability or locomotion (e.g MuJoCo), and optimizing reservoirs that can generalize to unseen tasks.

| Authors: Corentin Léger, Gautier Hamon, Eleni Nisioti, Xavier Hinaut, Clément Moulin-Frier
| Github: https://github.com/corentinlger/ER-MRL
Expand Down
2 changes: 1 addition & 1 deletion stable_baselines3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0a0

0 comments on commit 23268cd

Please sign in to comment.