stable-baselines3/tests
Adam Gleave f488d0772a
Autoformat code with black (new version complains about new things) (#757)
* Blacken code

* Fix GitLab CI: switch to Docker container with new black version
2022-02-04 02:56:06 +02:00
..
__init__.py Init: TD3 2019-09-05 17:29:41 +02:00
test_callbacks.py Doc fix and improve error messages (#598) 2021-10-08 18:08:31 +02:00
test_cnn.py Add skip option for VecTransposeImage and bug fix in frame stack (#700) 2021-12-23 17:12:49 +02:00
test_custom_policy.py Fix discrete obs support (#296) 2021-01-21 02:42:33 +02:00
test_deterministic.py Add copy and combine method to running mean std (#716) 2022-01-06 01:31:04 +02:00
test_dict_env.py Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
test_distributions.py Add method predict_values for ActorCriticPolicy (#569) 2021-09-15 14:03:04 +02:00
test_env_checker.py add check to ensure action space is non-dict non-tuple for env_checker nan check (#192) 2020-10-19 00:23:51 +03:00
test_envs.py Improve tests and add check for float32 (#686) 2021-12-09 14:14:33 +02:00
test_gae.py Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
test_her.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
test_identity.py Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
test_logger.py Relax test 2021-10-31 19:03:28 +01:00
test_monitor.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_predict.py Fixes in is_vectorized_observation (#587) 2021-09-28 21:57:49 +02:00
test_run.py Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
test_save_load.py Fix set_env to keep the number of timesteps (#615) 2021-10-23 16:36:40 +02:00
test_sde.py Autoformat code with black (new version complains about new things) (#757) 2022-02-04 02:56:06 +02:00
test_spaces.py Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
test_tensorboard.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_train_eval_mode.py Avoid putting target networks into training mode (#553) 2021-08-30 17:42:41 +02:00
test_utils.py Improve tests and add check for float32 (#686) 2021-12-09 14:14:33 +02:00
test_vec_check_nan.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_vec_envs.py Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01:00
test_vec_extract_dict_obs.py Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
test_vec_monitor.py Fixed logging info_keywords in the VecMonitor class. (#730) 2022-01-19 17:17:22 +01:00
test_vec_normalize.py Add copy and combine method to running mean std (#716) 2022-01-06 01:31:04 +02:00