Release v1.1.0 (#34)
This commit is contained in:
parent
fab19bdb18
commit
ae39e00c44
|
|
@ -3,9 +3,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Release 1.1.0a11 (WIP)
|
Release 1.1.0 (2021-07-01)
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
**Dictionary observation support and timeout handling**
|
||||||
|
|
||||||
Breaking Changes:
|
Breaking Changes:
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
- Added support for Dictionary observation spaces (cf. SB3 doc)
|
- Added support for Dictionary observation spaces (cf. SB3 doc)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.1.0a11
|
1.1.0
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -62,7 +62,7 @@ setup(
|
||||||
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
|
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
|
||||||
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
|
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"stable_baselines3>=1.1.0a11",
|
"stable_baselines3>=1.1.0",
|
||||||
],
|
],
|
||||||
description="Contrib package of Stable Baselines3, experimental code.",
|
description="Contrib package of Stable Baselines3, experimental code.",
|
||||||
author="Antonin Raffin",
|
author="Antonin Raffin",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue