stable-baselines3/stable_baselines3/common/vec_env
Antonin RAFFIN 99712760c8
Fix render_mode when loading VecNormalize (#1671)
* Fix render_mode when loading VecNormalize

* Switch from isort to ruff, and cap black version

* Add test and update changelog
2023-09-12 11:28:32 +02:00
..
__init__.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
base_vec_env.py Fix random seed int32 for Windows (#1655) 2023-08-30 10:56:58 +02:00
dummy_vec_env.py Fix render bug for vec env wrappers (#1525) 2023-06-07 16:20:40 +02:00
patch_gym.py Drop python 3.7, add 3.11 and update github templates (#1587) 2023-07-03 12:44:18 +02:00
stacked_observations.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
subproc_vec_env.py Fix render bug for vec env wrappers (#1525) 2023-06-07 16:20:40 +02:00
util.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +02:00
vec_check_nan.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
vec_extract_dict_obs.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +02:00
vec_frame_stack.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +02:00
vec_monitor.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +02:00
vec_normalize.py Fix render_mode when loading VecNormalize (#1671) 2023-09-12 11:28:32 +02:00
vec_transpose.py Fix type hints for callbacks, utils and VecTranspose (#1648) 2023-08-29 16:04:08 +02:00
vec_video_recorder.py Fix type hints for callbacks, utils and VecTranspose (#1648) 2023-08-29 16:04:08 +02:00