Release v0.10.0
This commit is contained in:
parent
2ce8d278cc
commit
aac20bd1e6
|
|
@ -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:
|
Breaking Changes:
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
@ -16,7 +18,7 @@ New Features:
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
- Fixed feature extractor issue (``TQC`` with ``CnnPolicy``)
|
- Fixed features extractor issue (``TQC`` with ``CnnPolicy``)
|
||||||
|
|
||||||
Deprecations:
|
Deprecations:
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.10.0a2
|
0.10.0
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -59,7 +59,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[tests,docs]>=0.10.0a0",
|
"stable_baselines3[tests,docs]>=0.10.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