mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-23 19:32:28 +00:00
Release v0.3.0
This commit is contained in:
parent
326b7a31c7
commit
7251b9d2c2
2 changed files with 5 additions and 3 deletions
|
|
@ -4,9 +4,11 @@ Changelog
|
|||
==========
|
||||
|
||||
|
||||
Pre-Release 0.3.0a0 (WIP)
|
||||
Pre-Release 0.3.0 (2020-02-14)
|
||||
------------------------------
|
||||
|
||||
**Bug fixes, sync with Stable-Baselines, code cleanup**
|
||||
|
||||
Breaking Changes:
|
||||
^^^^^^^^^^^^^^^^^
|
||||
- Removed default seed
|
||||
|
|
@ -20,7 +22,7 @@ New Features:
|
|||
Bug Fixes:
|
||||
^^^^^^^^^^
|
||||
- Synced callbacks with Stable-Baselines
|
||||
- Fixed colors in `results_plotter`
|
||||
- Fixed colors in ``results_plotter``
|
||||
- Fix entropy computation (now summed over action dim)
|
||||
|
||||
Deprecations:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.2.6
|
||||
0.3.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue