mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-17 22:30:59 +00:00
Add changelog entry
This commit is contained in:
parent
1dbbf75036
commit
e7130344de
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ New Features:
|
||||||
when ``psutil`` is available
|
when ``psutil`` is available
|
||||||
- Saving models now automatically creates the necessary folders and raises appropriate warnings (@PartiallyTyped)
|
- Saving models now automatically creates the necessary folders and raises appropriate warnings (@PartiallyTyped)
|
||||||
- Refactored opening paths for saving and loading to use strings, pathlib or io.BufferedIOBase (@PartiallyTyped)
|
- Refactored opening paths for saving and loading to use strings, pathlib or io.BufferedIOBase (@PartiallyTyped)
|
||||||
|
- Introduced ``BaseModel`` abstract parent for ``BasePolicy``, which critics inherit from.
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue