stable-baselines3/stable_baselines3/common/vec_env
Antonin RAFFIN e9f0f23ce4
Fix type hints for callbacks, utils and VecTranspose (#1648)
* Fix type hints in `common/utils.py`

* Fix `VecTranspose` type annotations

* Fix types for callbacks

* Update changelog

* Fix video recorder type hints

* Fix save utils type hints

* Allow BytesIO

* Improve error message

* Make logger and training env properties

* Clarify which open_path fn is called
2023-08-29 16:04:08 +02:00
..
__init__.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
base_vec_env.py Release v2.0.0 (#1571) 2023-06-23 12:21: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 Add Gymnasium support (#1327) 2023-04-14 13:13:59 +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