stable-baselines3/tests
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 Init: TD3 2019-09-05 17:29:41 +02:00
test_buffers.py Fix test device for buffers (#1993) 2024-08-18 12:33:22 +02:00
test_callbacks.py Set CallbackList children's parent correctly (#1939) 2024-06-07 14:07:28 +02:00
test_cnn.py Fix various typos (#1926) 2024-05-15 15:19:39 +02:00
test_custom_policy.py Add support for pre and post linear modules in create_mlp (#1975) 2024-07-22 13:42:33 +02:00
test_deterministic.py Add the argument dtype (default to float32) to the noise (#1301) 2023-02-07 13:42:14 +01:00
test_dict_env.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
test_distributions.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
test_env_checker.py Fix check_env for Sequence observation space (#1690) 2023-09-24 12:36:52 +02:00
test_envs.py Warn users when using multi-dim MultiDiscrete obs space (#2003) 2024-09-13 13:15:23 +02:00
test_gae.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
test_her.py Fix various typos (#1926) 2024-05-15 15:19:39 +02:00
test_identity.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
test_logger.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
test_monitor.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
test_predict.py Add check for common mistake when mixing Gym/VecEnv API (#1696) 2023-09-25 12:39:22 +02:00
test_preprocessing.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
test_run.py Add warning when using PPO on GPU and update doc (#2017) 2024-10-07 11:24:47 +02:00
test_save_load.py Fix loading of optimizer with older DQN models (#1978) 2024-07-26 14:57:55 +02:00
test_sde.py Fix squash output unscaling when using gSDE (#1652) 2023-09-01 17:58:15 +02:00
test_spaces.py Fix distributions type hints (#1733) 2023-11-06 10:09:01 +01:00
test_tensorboard.py Fix test_vec_normalize.py, test_tensorboard.py and common/monitor.py type hint (#1194) 2023-01-13 18:28:22 +01:00
test_train_eval_mode.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
test_utils.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
test_vec_check_nan.py vec_envs fix seed() causing a reset (#1486) 2023-05-20 10:30:54 +02:00
test_vec_envs.py Update Gymnasium to v1.0.0 (#1837) 2024-11-04 12:03:12 +01:00
test_vec_extract_dict_obs.py Fix render bug for vec env wrappers (#1525) 2023-06-07 16:20:40 +02:00
test_vec_monitor.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
test_vec_normalize.py Fix various typos (#1926) 2024-05-15 15:19:39 +02:00
test_vec_stacked_obs.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00