File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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.**
2
6
3
7
### Breaking Changes
4
8
- Upgrade to panda-gym 1.1.1
9
+ - Upgrade to Stable-Baselines3 (SB3) >= 1.3.0
10
+ - Upgrade to sb3-contrib >= 1.3.0
5
11
6
12
### New Features
7
13
- Added support for using rliable for performance comparison
Original file line number Diff line number Diff line change 1
1
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
3
4
box2d-py == 2.3.8
4
5
pybullet
5
6
gym-minigrid
8
9
pytablewriter
9
10
seaborn
10
11
pyyaml >= 5.1
11
- sb3-contrib >= 1.2.0
12
12
cloudpickle >= 1.5.0
13
13
# tmp fix: ROM missing in newest release
14
14
atari-py == 0.2.6
Original file line number Diff line number Diff line change 3
3
PARENT=stablebaselines/stable-baselines3
4
4
5
5
TAG=stablebaselines/rl-baselines3-zoo
6
- VERSION=1.2 .0
6
+ VERSION=1.3 .0
7
7
8
8
if [[ ${USE_GPU} == " True" ]]; then
9
9
PARENT=" ${PARENT} :${VERSION} "
You can’t perform that action at this time.
0 commit comments