Release v0.10.0

This commit is contained in:
Antonin RAFFIN 2020-10-28 15:08:07 +01:00
parent 2ce8d278cc
commit aac20bd1e6
3 changed files with 7 additions and 5 deletions

View File

@ -4,8 +4,10 @@ Changelog
==========
Pre-Release 0.10.0a2 (WIP)
------------------------------
Pre-Release 0.10.0 (2020-10-28)
-------------------------------
**Truncated Quantiles Critic (TQC)**
Breaking Changes:
^^^^^^^^^^^^^^^^^
@ -16,7 +18,7 @@ New Features:
Bug Fixes:
^^^^^^^^^^
- Fixed feature extractor issue (``TQC`` with ``CnnPolicy``)
- Fixed features extractor issue (``TQC`` with ``CnnPolicy``)
Deprecations:
^^^^^^^^^^^^^

View File

@ -1 +1 @@
0.10.0a2
0.10.0

View File

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