Skip to content

Commit d5ac968

Browse files
authored
Release v2.4.0 (#262)
1 parent 9856423 commit d5ac968

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/misc/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Changelog
44
==========
55

6-
Release 2.4.0a11 (WIP)
6+
Release 2.4.0 (2024-11-18)
77
--------------------------
88

9-
**New algorithm: added CrossQ**
9+
**New algorithm: added CrossQ, Gymnasium v1.0 support**
1010

1111
Breaking Changes:
1212
^^^^^^^^^^^^^^^^^

sb3_contrib/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0a11
1+
2.4.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
6868
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
6969
install_requires=[
70-
"stable_baselines3>=2.4.0a11,<3.0",
70+
"stable_baselines3>=2.4.0,<3.0",
7171
],
7272
description="Contrib package of Stable Baselines3, experimental code.",
7373
author="Antonin Raffin",

0 commit comments

Comments
 (0)