Release v1.6.1 (#104)
This commit is contained in:
parent
cad9034fdb
commit
2490468b11
|
|
@ -3,13 +3,15 @@
|
||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Release 1.6.1a2 (WIP)
|
Release 1.6.1 (2022-09-29)
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
**Bug fix release**
|
||||||
|
|
||||||
Breaking Changes:
|
Breaking Changes:
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
- Fixed the issue that ``predict`` does not always return action as ``np.ndarray`` (@qgallouedec)
|
- Fixed the issue that ``predict`` does not always return action as ``np.ndarray`` (@qgallouedec)
|
||||||
- Upgraded to Stable-Baselines3 >= 1.6.1a2
|
- Upgraded to Stable-Baselines3 >= 1.6.1
|
||||||
|
|
||||||
|
|
||||||
New Features:
|
New Features:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.6.1a2
|
1.6.1
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -65,7 +65,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.6.1a2",
|
"stable_baselines3>=1.6.1",
|
||||||
],
|
],
|
||||||
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