Skip to content

Commit ab4aadb

Browse files
authored
Release 2.7.0 (#497)
1 parent cd701a0 commit ab4aadb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 2.7.0a0 (WIP)
1+
## Release 2.7.0 (2025-07-25)
22

33
### Breaking Changes
44
- Upgraded to SB3 >= 2.7.0
@@ -7,6 +7,7 @@
77
- Renamed `CarRacing-v2` to `CarRacing-v3` in hyperparameters
88

99
### New Features
10+
- Added Gymnasium v1.2 support
1011

1112
### Bug fixes
1213
- Docker GPU images are now working again

rl_zoo3/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0a0
1+
2.7.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
See https://github.com/DLR-RM/rl-baselines3-zoo
1616
"""
1717
install_requires = [
18-
"sb3_contrib>=2.7.0a0,<3.0",
19-
"gymnasium>=0.29.1,<1.2.0",
18+
"sb3_contrib>=2.7.0,<3.0",
19+
"gymnasium>=0.29.1,<1.3.0",
2020
"huggingface_sb3>=3.0,<4.0",
2121
"tqdm",
2222
"rich",

0 commit comments

Comments
 (0)