Release v2.1.0 (#1646)

This commit is contained in:
Antonin RAFFIN 2023-08-17 21:17:46 +02:00 committed by GitHub
parent ff2115d562
commit f4ec0f6afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 6 deletions

View file

@ -11,6 +11,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import datetime
import os
import sys
from typing import Dict
@ -43,7 +44,7 @@ with open(version_file) as file_handler:
# -- Project information -----------------------------------------------------
project = "Stable Baselines3"
copyright = "2022, Stable Baselines3"
copyright = f"2021-{datetime.date.today().year}, Stable Baselines3"
author = "Stable Baselines3 Contributors"
# The short X.Y version

View file

@ -3,10 +3,11 @@
Changelog
==========
Release 2.1.0a4 (WIP)
Release 2.1.0 (2023-08-17)
--------------------------
**Float64 actions , Gymnasium 0.29 support and bug fixes**
Breaking Changes:
^^^^^^^^^^^^^^^^^
- Removed Python 3.7 support
@ -19,16 +20,21 @@ New Features:
`SB3-Contrib`_
^^^^^^^^^^^^^^
- Fixed MaskablePPO ignoring ``stats_window_size`` argument
- Added Python 3.11 support
`RL Zoo`_
^^^^^^^^^
- Upgraded to Huggingface-SB3 >= 2.3
- Added Python 3.11 support
Bug Fixes:
^^^^^^^^^^
- Relaxed check in logger, that was causing issue on Windows with colorama
- Fixed off-policy algorithms with continuous float64 actions (see #1145) (@tobirohrer)
- Fixed env_checker.py warning messages for out of bounds in complex observation spaces (@Gabo-Tor)
- Fixed ``env_checker.py`` warning messages for out of bounds in complex observation spaces (@Gabo-Tor)
Deprecations:
^^^^^^^^^^^^^

View file

@ -1 +1 @@
2.1.0a4
2.1.0