stable-baselines3/stable_baselines3/common/vec_env
Hosseinkhan Rémy aab545901f
Add support for setting options at reset with VecEnv (#1606)
* Update signatures, and test with options

* Update changelog and black formatting

* Finish implementation (fixes, doc, tests)

* Use deepcopy to avoid side effects (modif by reference)

* Fix for mypy

---------

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2023-10-23 13:38:48 +02:00
..
__init__.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
base_vec_env.py Add support for setting options at reset with VecEnv (#1606) 2023-10-23 13:38:48 +02:00
dummy_vec_env.py Add support for setting options at reset with VecEnv (#1606) 2023-10-23 13:38:48 +02:00
patch_gym.py Fix type annotations of buffers (#1700) 2023-09-28 18:52:46 +02:00
stacked_observations.py Fix type annotations of buffers (#1700) 2023-09-28 18:52:46 +02:00
subproc_vec_env.py Add support for setting options at reset with VecEnv (#1606) 2023-10-23 13:38:48 +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