Skip to content

Commit b1397bb

Browse files
authored
Release 1.3.0 (#48)
1 parent d6c5cea commit b1397bb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/misc/changelog.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
33
Changelog
44
==========
55

6-
Release 1.2.1a3 (WIP)
6+
Release 1.3.0 (2021-10-23)
77
-------------------------------
88

99
**Invalid action masking for PPO**
1010

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+
1117
Breaking Changes:
1218
^^^^^^^^^^^^^^^^^
1319
- Removed ``sde_net_arch``
20+
- Upgraded to Stable-Baselines3 >= 1.3.0
1421

1522
New Features:
1623
^^^^^^^^^^^^^

sb3_contrib/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1a3
1+
1.3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
6464
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
6565
install_requires=[
66-
"stable_baselines3>=1.2.0",
66+
"stable_baselines3>=1.3.0",
6767
],
6868
description="Contrib package of Stable Baselines3, experimental code.",
6969
author="Antonin Raffin",

0 commit comments

Comments
 (0)