stable-baselines3/stable_baselines3
Dominic Kerr 899eee6bd4
Automatically create missing directories of `filenames passed to ResultsWriter` (#1072)
* Create (if any) missing filename directories, passed into ResultsWriter

* Fixed incorrect ``filename`` docstring (if ``filename`` where ``None``, the string method ``filename.endswith(Monitor.EXT)`` would raise an ``AttributeError``), and renamed ``reset_keywords`` docstring.

* Added description of #1068

* Ignore pytype errors

* Update changelog.rst

Co-authored-by: dominicgkerr <dominicgkerr1@gmail.co>
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2022-09-21 13:14:38 +02:00
..
a2c Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
common Automatically create missing directories of `filenames passed to ResultsWriter` (#1072) 2022-09-21 13:14:38 +02:00
ddpg Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
dqn Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
her Add append mode to Monitor (#1037) 2022-08-31 11:53:44 +02:00
ppo Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
sac Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
td3 Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
__init__.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add append mode to Monitor (#1037) 2022-08-31 11:53:44 +02:00