stable-baselines3/stable_baselines3/common/vec_env
Boyuan Chen 7a01637128
Fix VecNormalization bug for Dict obs (#768)
* fix #724 VecNormalization bug for Dict obs

* update test and changelog

* Update changelog

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-02-23 12:33:41 +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 Fix VecNormalization bug for Dict obs (#768) 2022-02-23 12:33:41 +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