stable-baselines3/tests
Quentin Gallouédec d5d1a02c15
Allow model trained with python3.7 to be loaded with python3.8+ without the custom_objects workaround (#1123)
* Fix loading

* Remove documentation note

* Update changelog

* Revert save_format change

* Add test for errors while unpickling

* Update version and cleanup

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2022-10-17 17:33:47 +02:00
..
__init__.py
test_buffers.py Support for device=auto buffers and set it as default value (#1009) 2022-08-16 17:54:55 +02:00
test_callbacks.py Add progress bar callback and argument (#1095) 2022-10-06 18:17:31 +02:00
test_cnn.py
test_custom_policy.py
test_deterministic.py
test_dict_env.py
test_distributions.py Fix return type of evaluate_actions (#1118) 2022-10-14 17:45:28 +02:00
test_env_checker.py
test_envs.py Raise error when observation keys and observation space keys don't match (#1047) 2022-09-05 14:54:58 +02:00
test_gae.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
test_her.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
test_identity.py
test_logger.py Fix duplicate key error in HumanOutputFormat (#1079) 2022-09-28 12:06:07 +02:00
test_monitor.py Automatically create missing directories of `filenames passed to ResultsWriter` (#1072) 2022-09-21 13:14:38 +02:00
test_predict.py Remove deprecated features and attributes (#1104) 2022-10-11 10:55:16 +02:00
test_run.py Remove deprecated features and attributes (#1104) 2022-10-11 10:55:16 +02:00
test_save_load.py Allow model trained with python3.7 to be loaded with python3.8+ without the custom_objects workaround (#1123) 2022-10-17 17:33:47 +02:00
test_sde.py Remove deprecated features and attributes (#1104) 2022-10-11 10:55:16 +02:00
test_spaces.py Handling multi-dimensional action spaces (#971) 2022-08-06 14:19:20 +02:00
test_tensorboard.py Support hparams logging to tensorboard (#984) 2022-08-22 22:06:54 +02:00
test_train_eval_mode.py Remove deprecated features and attributes (#1104) 2022-10-11 10:55:16 +02:00
test_utils.py Fix advantage normalization with mini-batchsize of 1 (#1028) 2022-08-25 11:50:08 +02:00
test_vec_check_nan.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
test_vec_envs.py
test_vec_extract_dict_obs.py
test_vec_monitor.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
test_vec_normalize.py Allow model trained with python3.7 to be loaded with python3.8+ without the custom_objects workaround (#1123) 2022-10-17 17:33:47 +02:00