stable-baselines3/stable_baselines3/common/vec_env
Adam Gleave e825fbdd33
VecNormalize: allow non-continuous observations when norm_obs is False (#575)
* VecNormalize: allow non-continuous observations when norm_obs is False

* Update changelog, fix lint

* Switch to environment present in new and old versions of Gym

* Fix name

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-09-18 12:11:01 +02: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 Dictionary Observations (#243) 2021-05-11 12:29:30 +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 Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
vec_normalize.py VecNormalize: allow non-continuous observations when norm_obs is False (#575) 2021-09-18 12:11:01 +02:00
vec_transpose.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
vec_video_recorder.py Fix logger setup (#469) 2021-06-14 15:17:48 +02:00