mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_vec_env.py | ||
| dummy_vec_env.py | ||
| stacked_observations.py | ||
| subproc_vec_env.py | ||
| util.py | ||
| vec_check_nan.py | ||
| vec_extract_dict_obs.py | ||
| vec_frame_stack.py | ||
| vec_monitor.py | ||
| vec_normalize.py | ||
| vec_transpose.py | ||
| vec_video_recorder.py | ||