Release v1.7.0 (#134)

This commit is contained in:
Antonin RAFFIN 2023-01-10 22:35:18 +01:00 committed by GitHub
parent b5aa9a47ce
commit 7bf9cf3f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Changelog
==========
Release 1.7.0a12 (WIP)
Release 1.7.0 (2023-01-10)
--------------------------
.. warning::
@ -18,7 +18,7 @@ Breaking Changes:
- Removed deprecated ``create_eval_env``, ``eval_env``, ``eval_log_path``, ``n_eval_episodes`` and ``eval_freq`` parameters,
please use an ``EvalCallback`` instead
- Removed deprecated ``sde_net_arch`` parameter
- Upgraded to Stable-Baselines3 >= 1.7.0a12
- Upgraded to Stable-Baselines3 >= 1.7.0
New Features:
^^^^^^^^^^^^^

View File

@ -1 +1 @@
1.7.0a12
1.7.0

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.7.0a12",
"stable_baselines3>=1.7.0",
],
description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin",