Upgrade SB3 (#20)

This commit is contained in:
Antonin RAFFIN 2021-02-27 19:59:21 +01:00 committed by GitHub
parent 74e60381a6
commit 7c2eb833c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -3,6 +3,14 @@
Changelog
==========
Pre-Release 0.11.1 (2021-02-27)
-------------------------------
Bug Fixes:
^^^^^^^^^^
- Upgraded to Stable-Baselines3 >= 0.11.1
Pre-Release 0.11.0 (2021-02-27)
-------------------------------

View File

@ -1 +1 @@
0.11.0
0.11.1

View File

@ -62,7 +62,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[tests,docs]>=0.11.0",
"stable_baselines3[tests,docs]>=0.11.1",
],
description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin",