stable-baselines3/stable_baselines3/common/vec_env
Antonin RAFFIN 63a0bb9da1
Type annotation bundle (logger, vec env, custom envs) (#1479)
* Switch from List to Sequence for `seed()` type hint

* Fix logger type hints

* Improve replay buffer type hints

* Fix custom envs type annotations

* Fix VecMonitor type hints

* Fix RMSprop type hint

* Fix vec extract dict obs type hints

* Fix vec frame stack type annotations

* Fix base vec env type hints

* Fix dummy vec env type hints

* Fix for mypy

* Fixes for the tests

* mypy doesn't like when we overwrite type

* fix step of SimpleMultiObsEnv

* remove useless type specification

* Rm useless type hint

* Improve logger type hint

* format

* rm useless type hint

* Re-add variables in constructor, remove unused import

---------

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
2023-05-04 20:27:15 +02:00
..
__init__.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
base_vec_env.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +02:00
dummy_vec_env.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +02:00
patch_gym.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
stacked_observations.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
subproc_vec_env.py Type annotation bundle (logger, vec env, custom envs) (#1479) 2023-05-04 20:27:15 +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 Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
vec_video_recorder.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00