stable-baselines3/stable_baselines3/common/vec_env
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
..
__init__.py Fix synchronization bug with EvalCallback (#907) 2022-05-08 21:54:34 +03:00
base_vec_env.py Missing f prefix on f-strings (#882) 2022-04-24 09:19:06 +02:00
dummy_vec_env.py Fixed unchecked None value in SubprocVecEnv (#808) 2022-04-12 16:05:40 +02:00
stacked_observations.py Automatically create missing directories of `filenames passed to ResultsWriter` (#1072) 2022-09-21 13:14:38 +02:00
subproc_vec_env.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
util.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
vec_check_nan.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
vec_extract_dict_obs.py Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
vec_frame_stack.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
vec_monitor.py Fixed logging info_keywords in the VecMonitor class. (#730) 2022-01-19 17:17:22 +01:00
vec_normalize.py Fix VecNormalization bug for Dict obs (#768) 2022-02-23 12:33:41 +01:00
vec_transpose.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
vec_video_recorder.py Fix logger setup (#469) 2021-06-14 15:17:48 +02:00