mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-23 19:32:28 +00:00
changelog and version
This commit is contained in:
parent
abc994513a
commit
d63a90cca7
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Release 2.0.0a11 (WIP)
|
||||
Release 2.0.0a12 (WIP)
|
||||
--------------------------
|
||||
|
||||
**Gymnasium support**
|
||||
|
|
@ -26,6 +26,7 @@ Breaking Changes:
|
|||
|
||||
New Features:
|
||||
^^^^^^^^^^^^^
|
||||
- Added a check in ``check_env`` to ensure that the environment allows calling ``close`` if it is already closed.
|
||||
|
||||
|
||||
`SB3-Contrib`_
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.0.0a11
|
||||
2.0.0a12
|
||||
|
|
|
|||
Loading…
Reference in a new issue