stable-baselines3/stable_baselines3/common/vec_env
Paul Scheikl fc41600225
Fixed logging info_keywords in the VecMonitor class. (#730)
* Writing the additional info_keywords into the episode infos that are passed to the resulst writer. Directly taken from the non-vec version of monitor.

* Added test for monitoring info_keywords.

* Removed unnecessary step of registering the env. Not using make_vec_env, because it applies a monitor wrapper to the env.

* Reformat

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-01-19 17:17:22 +01:00
..
__init__.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
base_vec_env.py Fix logger setup (#469) 2021-06-14 15:17:48 +02:00
dummy_vec_env.py Fix numpy warning and update migration guide (#307) 2021-02-01 11:24:44 +01:00
stacked_observations.py Add skip option for VecTransposeImage and bug fix in frame stack (#700) 2021-12-23 17:12:49 +02:00
subproc_vec_env.py Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01:00
util.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02: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 Update SB3 contrib doc (+ fix backward compat) (#707) 2021-12-29 14:25:09 +01:00
vec_transpose.py Add skip option for VecTransposeImage and bug fix in frame stack (#700) 2021-12-23 17:12:49 +02:00
vec_video_recorder.py Fix logger setup (#469) 2021-06-14 15:17:48 +02:00