File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
==========
5
5
6
- Release 1.2.1a3 (WIP )
6
+ Release 1.3.0 (2021-10-23 )
7
7
-------------------------------
8
8
9
9
**Invalid action masking for PPO **
10
10
11
+ .. warning ::
12
+
13
+ This version will be the last one supporting Python 3.6 (end of life in Dec 2021).
14
+ We highly recommended you to upgrade to Python >= 3.7.
15
+
16
+
11
17
Breaking Changes:
12
18
^^^^^^^^^^^^^^^^^
13
19
- Removed ``sde_net_arch ``
20
+ - Upgraded to Stable-Baselines3 >= 1.3.0
14
21
15
22
New Features:
16
23
^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 1
- 1.2.1a3
1
+ 1.3.0
Original file line number Diff line number Diff line change 63
63
packages = [package for package in find_packages () if package .startswith ("sb3_contrib" )],
64
64
package_data = {"sb3_contrib" : ["py.typed" , "version.txt" ]},
65
65
install_requires = [
66
- "stable_baselines3>=1.2 .0" ,
66
+ "stable_baselines3>=1.3 .0" ,
67
67
],
68
68
description = "Contrib package of Stable Baselines3, experimental code." ,
69
69
author = "Antonin Raffin" ,
You can’t perform that action at this time.
0 commit comments