We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd701a0 commit ab4aadbCopy full SHA for ab4aadb
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Release 2.7.0a0 (WIP)
+## Release 2.7.0 (2025-07-25)
2
3
### Breaking Changes
4
- Upgraded to SB3 >= 2.7.0
@@ -7,6 +7,7 @@
7
- Renamed `CarRacing-v2` to `CarRacing-v3` in hyperparameters
8
9
### New Features
10
+- Added Gymnasium v1.2 support
11
12
### Bug fixes
13
- Docker GPU images are now working again
rl_zoo3/version.txt
@@ -1 +1 @@
-2.7.0a0
+2.7.0
setup.py
@@ -15,8 +15,8 @@
15
See https://github.com/DLR-RM/rl-baselines3-zoo
16
"""
17
install_requires = [
18
- "sb3_contrib>=2.7.0a0,<3.0",
19
- "gymnasium>=0.29.1,<1.2.0",
+ "sb3_contrib>=2.7.0,<3.0",
+ "gymnasium>=0.29.1,<1.3.0",
20
"huggingface_sb3>=3.0,<4.0",
21
"tqdm",
22
"rich",
0 commit comments