Skip to content

Commit

Permalink
Release v0.10.0 (araffin#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Oct 28, 2020
1 parent c7763b7 commit a1b35ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Pre-Release 0.10.0a0 (WIP)
## Pre-Release 0.10.0 (2020-10-28)

### Breaking Changes

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,10 +1,10 @@
stable-baselines3[extra,tests,docs]>=0.10.0a1
box2d-py==2.3.5
stable-baselines3[extra,tests,docs]>=0.10.0
box2d-py==2.3.8
pybullet
gym-minigrid
scikit-optimize
optuna
pytablewriter
seaborn
pyyaml>=5.1
sb3-contrib>=0.10.0a1
sb3-contrib>=0.10.0
2 changes: 1 addition & 1 deletion scripts/build_docker.sh
Expand Up @@ -3,7 +3,7 @@
PARENT=stablebaselines/stable-baselines3

TAG=stablebaselines/rl-baselines3-zoo
VERSION=0.9.0a2
VERSION=0.10.0

if [[ ${USE_GPU} == "True" ]]; then
PARENT="${PARENT}:${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.10.0a1
0.10.0

0 comments on commit a1b35ec

Please sign in to comment.