Release v1.6.1 (#104)

This commit is contained in:
Antonin RAFFIN 2022-09-29 12:30:12 +02:00 committed by GitHub
parent cad9034fdb
commit 2490468b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -3,13 +3,15 @@
Changelog
==========
Release 1.6.1a2 (WIP)
Release 1.6.1 (2022-09-29)
-------------------------------
**Bug fix release**
Breaking Changes:
^^^^^^^^^^^^^^^^^
- 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:

View File

@ -1 +1 @@
1.6.1a2
1.6.1

View File

@ -65,7 +65,7 @@ setup(
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
install_requires=[
"stable_baselines3>=1.6.1a2",
"stable_baselines3>=1.6.1",
],
description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin",