Skip to content

Commit 8607c67

Browse files
authored
Release 1.3.0 (#178)
1 parent b606c1f commit 8607c67

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## Release 1.2.1a4 (WIP)
1+
## Release 1.3.0 (2021-10-23)
2+
3+
**rliable plots and bug fixes**
4+
5+
**WARNING: This version will be the last one supporting Python 3.6 (end of life in Dec 2021). We highly recommended you to upgrade to Python >= 3.7.**
26

37
### Breaking Changes
48
- Upgrade to panda-gym 1.1.1
9+
- Upgrade to Stable-Baselines3 (SB3) >= 1.3.0
10+
- Upgrade to sb3-contrib >= 1.3.0
511

612
### New Features
713
- Added support for using rliable for performance comparison

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
gym>=0.17,<0.20
2-
stable-baselines3[extra,tests,docs]>=1.2.0
2+
stable-baselines3[extra,tests,docs]>=1.3.0
3+
sb3-contrib>=1.3.0
34
box2d-py==2.3.8
45
pybullet
56
gym-minigrid
@@ -8,7 +9,6 @@ optuna
89
pytablewriter
910
seaborn
1011
pyyaml>=5.1
11-
sb3-contrib>=1.2.0
1212
cloudpickle>=1.5.0
1313
# tmp fix: ROM missing in newest release
1414
atari-py==0.2.6

scripts/build_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PARENT=stablebaselines/stable-baselines3
44

55
TAG=stablebaselines/rl-baselines3-zoo
6-
VERSION=1.2.0
6+
VERSION=1.3.0
77

88
if [[ ${USE_GPU} == "True" ]]; then
99
PARENT="${PARENT}:${VERSION}"

0 commit comments

Comments
 (0)