mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-30 20:18:15 +00:00
Release 0.4.0
This commit is contained in:
parent
cf840ed928
commit
08a22c4834
2 changed files with 4 additions and 3 deletions
|
|
@ -3,9 +3,10 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Pre-Release 0.4.0a0 (WIP)
|
||||
Pre-Release 0.4.0 (2020-02-14)
|
||||
------------------------------
|
||||
|
||||
**Proper pre-processing, independent save/load for policies**
|
||||
|
||||
Breaking Changes:
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
|
@ -14,7 +15,7 @@ Breaking Changes:
|
|||
|
||||
New Features:
|
||||
^^^^^^^^^^^^^
|
||||
- Add support for Discrete observation spaces
|
||||
- Add support for ``Discrete`` observation spaces
|
||||
- Add saving/loading for policy weights, so the policy can be used without the model
|
||||
|
||||
Bug Fixes:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.4.0a3
|
||||
0.4.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue