stable-baselines3/stable_baselines3/common/vec_env
Mark Towers 8f0b488bc5
Update Gymnasium to v1.0.0 (#1837)
* Update Gymnasium to v1.0.0a1

* Comment out `gymnasium.wrappers.monitor` (todo update to VideoRecord)

* Fix ruff warnings

* Register Atari envs

* Update `getattr` to `Env.get_wrapper_attr`

* Reorder imports

* Fix `seed` order

* Fix collecting `max_steps`

* Copy and paste video recorder to prevent the need to rewrite the vec vide recorder wrapper

* Use `typing.List` rather than list

* Fix env attribute forwarding

* Separate out env attribute collection from its utilisation

* Update for Gymnasium alpha 2

* Remove assert for OrderedDict

* Update setup.py

* Add type: ignore

* Test with Gymnasium main

* Remove `gymnasium.logger.debug/info`

* Fix github CI yaml

* Run gym 0.29.1 on python 3.10

* Update lower bounds

* Integrate video recorder

* Remove ordered dict

* Update changelog

---------

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2024-11-04 12:03:12 +01:00
..
__init__.py Fix VecEnv type hints (#1736) 2023-11-08 09:46:40 +01:00
base_vec_env.py Fix VecEnv type hints (#1736) 2023-11-08 09:46:40 +01:00
dummy_vec_env.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
patch_gym.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
stacked_observations.py Fix type annotations of buffers (#1700) 2023-09-28 18:52:46 +02:00
subproc_vec_env.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
util.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01: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 Update to black style v24 (#1834) 2024-02-13 11:36:05 +01: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 various typos (#1926) 2024-05-15 15:19:39 +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 Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00