stable-baselines3/stable_baselines3/common/vec_env
Quentin Gallouédec 5549b34231
Fix `stable_baselines3/common/vec_env/vec_check_nan.py` type hints (#1226)
* super() init style

* "async_step" arg to "event"; "news" to "dones"; improve docstring

* Remove vec_check_nan from mypy exclude

* Update changelog
2022-12-22 12:24:59 +01:00
..
__init__.py Exposed modules in __init__.py with __all__ (#1195) 2022-11-29 23:33:46 +01:00
base_vec_env.py Missing f prefix on f-strings (#882) 2022-04-24 09:19:06 +02:00
dummy_vec_env.py Raise error when same env object instance is passed in vectorized environment (#1154) 2022-11-22 14:28:58 +01:00
stacked_observations.py Fix support of image like normalized inputs (#1214) 2022-12-20 13:18:28 +01: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 Fix `stable_baselines3/common/vec_env/vec_check_nan.py` type hints (#1226) 2022-12-22 12:24:59 +01: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 support of image like normalized inputs (#1214) 2022-12-20 13:18:28 +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