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 0955752 commit 7b4465bCopy full SHA for 7b4465b
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-## Release 1.2.0a0 (WIP)
+## Release 1.2.0 (2021-09-08)
2
3
### Breaking Changes
4
+- Upgrade to Stable-Baselines3 (SB3) >= 1.2.0
5
+- Upgrade to sb3-contrib >= 1.2.0
6
7
### New Features
8
requirements.txt
@@ -1,4 +1,4 @@
-stable-baselines3[extra,tests,docs]>=1.1.0a11
+stable-baselines3[extra,tests,docs]>=1.2.0
box2d-py==2.3.8
pybullet
gym-minigrid
@@ -7,7 +7,7 @@ optuna
pytablewriter
seaborn
9
pyyaml>=5.1
10
-sb3-contrib>=1.1.0a11
+sb3-contrib>=1.2.0
11
cloudpickle>=1.5.0
12
# tmp fix: ROM missing in newest release
13
atari-py==0.2.6
0 commit comments