stable-baselines3/tests
2022-08-17 15:15:56 +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 Callback to early stop the training if there is no model improvement after consecutive evaluations (#741) 2022-02-25 11:56:47 +01:00
test_cnn.py
test_custom_policy.py
test_deterministic.py
test_dict_env.py
test_distributions.py Release v1.6.0 (#958) 2022-07-12 22:50:23 +02:00
test_env_checker.py
test_envs.py Update doc and add check for unbounded action space (#918) 2022-05-25 16:24:21 +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 Use higher resolution time_ns() and avoid division by zero (#979) 2022-07-25 23:02:53 +02:00
test_monitor.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
test_predict.py Fix returned type in predict (#964) 2022-07-18 11:22:19 +02:00
test_run.py Implement DropQ 2022-08-17 15:15:56 +02:00
test_save_load.py Prohibit simultaneous use of optimize_memory_usage and handle_timeout_termination (#948) 2022-07-04 15:08:54 +02:00
test_sde.py
test_spaces.py Handling multi-dimensional action spaces (#971) 2022-08-06 14:19:20 +02:00
test_tensorboard.py Escape tensorboard log name (#857) 2022-04-11 21:49:18 +02:00
test_train_eval_mode.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
test_utils.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03: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 Fixed unchecked None value in SubprocVecEnv (#808) 2022-04-12 16:05:40 +02:00
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 Fix synchronization bug with EvalCallback (#907) 2022-05-08 21:54:34 +03:00