Skip to content

Commit

Permalink
Release v2.4.0 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Nov 18, 2024
1 parent 9856423 commit d5ac968
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Changelog
==========

Release 2.4.0a11 (WIP)
Release 2.4.0 (2024-11-18)
--------------------------

**New algorithm: added CrossQ**
**New algorithm: added CrossQ, Gymnasium v1.0 support**

Breaking Changes:
^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion sb3_contrib/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0a11
2.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
install_requires=[
"stable_baselines3>=2.4.0a11,<3.0",
"stable_baselines3>=2.4.0,<3.0",
],
description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin",
Expand Down

0 comments on commit d5ac968

Please sign in to comment.