mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-16 22:20:26 +00:00
Release v1.6.1 (#1080)
This commit is contained in:
parent
def0574d03
commit
21300c9aaf
2 changed files with 5 additions and 2 deletions
|
|
@ -3,9 +3,11 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Release 1.6.1a4 (WIP)
|
||||
Release 1.6.1 (2022-09-29)
|
||||
---------------------------
|
||||
|
||||
**Bug fix release**
|
||||
|
||||
Breaking Changes:
|
||||
^^^^^^^^^^^^^^^^^
|
||||
- Switched minimum tensorboard version to 2.9.1
|
||||
|
|
@ -19,6 +21,7 @@ New Features:
|
|||
|
||||
SB3-Contrib
|
||||
^^^^^^^^^^^
|
||||
- Fixed the issue of wrongly passing policy arguments when using ``CnnLstmPolicy`` or ``MultiInputLstmPolicy`` with ``RecurrentPPO`` (@mlodel)
|
||||
|
||||
Bug Fixes:
|
||||
^^^^^^^^^^
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.6.1a4
|
||||
1.6.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue