stable-baselines3/tests
Jonas Reiher 12250eb761
Add stats window argument (#1424)
* added stats_window_size argument

* updated changelog

* docstring info updated

* added missing tensorboard log docstring

* added stats_window_size argument for all models

* fixed stats_window_size test

* Update version

---------

Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2023-04-05 11:33:26 +02:00
..
__init__.py
test_buffers.py Fix: Reshape action in DictRolloutBuffer (#1395) 2023-03-29 16:25:05 +02:00
test_callbacks.py Multiprocessing support for HerReplayBuffer (#704) 2023-03-20 12:03:57 +01:00
test_cnn.py
test_custom_policy.py Removed shared layers in mlp_extractor (#1292) 2023-01-23 14:55:19 +01: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
test_distributions.py
test_env_checker.py Make check_env assertions in regards to observation_space more actionable (#1400) 2023-03-29 15:26:03 +02:00
test_envs.py
test_gae.py Standardize the use of from gym import spaces (#1240) 2023-01-02 14:51:11 +01:00
test_her.py Multiprocessing support for HerReplayBuffer (#704) 2023-03-20 12:03:57 +01:00
test_identity.py Removed shared layers in mlp_extractor (#1292) 2023-01-23 14:55:19 +01:00
test_logger.py Add stats window argument (#1424) 2023-04-05 11:33:26 +02:00
test_monitor.py
test_predict.py Standardize the use of from gym import spaces (#1240) 2023-01-02 14:51:11 +01:00
test_preprocessing.py
test_run.py Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
test_save_load.py Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
test_sde.py
test_spaces.py Standardize the use of from gym import spaces (#1240) 2023-01-02 14:51:11 +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
test_utils.py Fix type hints for DQN (#1354) 2023-03-30 11:31:47 +02:00
test_vec_check_nan.py
test_vec_envs.py Fix Atari Roms download, enable RUF linting (#1379) 2023-03-12 18:47:52 +01:00
test_vec_extract_dict_obs.py
test_vec_monitor.py
test_vec_normalize.py Multiprocessing support for HerReplayBuffer (#704) 2023-03-20 12:03:57 +01:00
test_vec_stacked_obs.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00