Skip to content

Commit

Permalink
Release 1.3.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Oct 23, 2021
1 parent b606c1f commit 8607c67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Release 1.2.1a4 (WIP)
## Release 1.3.0 (2021-10-23)

**rliable plots and bug fixes**

**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.**

### Breaking Changes
- Upgrade to panda-gym 1.1.1
- Upgrade to Stable-Baselines3 (SB3) >= 1.3.0
- Upgrade to sb3-contrib >= 1.3.0

### New Features
- Added support for using rliable for performance comparison
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gym>=0.17,<0.20
stable-baselines3[extra,tests,docs]>=1.2.0
stable-baselines3[extra,tests,docs]>=1.3.0
sb3-contrib>=1.3.0
box2d-py==2.3.8
pybullet
gym-minigrid
Expand All @@ -8,7 +9,6 @@ optuna
pytablewriter
seaborn
pyyaml>=5.1
sb3-contrib>=1.2.0
cloudpickle>=1.5.0
# tmp fix: ROM missing in newest release
atari-py==0.2.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PARENT=stablebaselines/stable-baselines3

TAG=stablebaselines/rl-baselines3-zoo
VERSION=1.2.0
VERSION=1.3.0

if [[ ${USE_GPU} == "True" ]]; then
PARENT="${PARENT}:${VERSION}"
Expand Down

0 comments on commit 8607c67

Please sign in to comment.