Skip to content

Commit a1b35ec

Browse files
authoredOct 28, 2020
Release v0.10.0 (#48)
1 parent c7763b7 commit a1b35ec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Pre-Release 0.10.0a0 (WIP)
1+
## Pre-Release 0.10.0 (2020-10-28)
22

33
### Breaking Changes
44

‎requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
stable-baselines3[extra,tests,docs]>=0.10.0a1
2-
box2d-py==2.3.5
1+
stable-baselines3[extra,tests,docs]>=0.10.0
2+
box2d-py==2.3.8
33
pybullet
44
gym-minigrid
55
scikit-optimize
66
optuna
77
pytablewriter
88
seaborn
99
pyyaml>=5.1
10-
sb3-contrib>=0.10.0a1
10+
sb3-contrib>=0.10.0

‎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=0.9.0a2
6+
VERSION=0.10.0
77

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

‎version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0a1
1+
0.10.0

0 commit comments

Comments
 (0)
Please sign in to comment.