stable-baselines3/tests
Stelios Tymvios 9003a09d5b
Callbacks have access to locals (#115)
* callbacks have access to locals

* changeloc

* doc

* callbacks have access to locals

* changeloc

* doc

* Added update function for child callbacks

* Pre-Release 0.8.0 (#134)

* Fix double reset and improve typing coverage (#136)

* Fix double reset and improve typing coverage

* Revert minor edit

* Add doc about types

* Update child callbacks

* cleaned imports

* format

* import order

* Simplify tests and add comments

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-08-23 14:34:01 +02:00
..
__init__.py Init: TD3 2019-09-05 17:29:41 +02:00
test_callbacks.py Callbacks have access to locals (#115) 2020-08-23 14:34:01 +02:00
test_cnn.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_custom_policy.py Match performance with stable-baselines (discrete case) (#110) 2020-08-03 22:22:51 +02:00
test_deterministic.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_distributions.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_envs.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_identity.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_logger.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_monitor.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_predict.py Remove "device" argument from policies (#141) 2020-08-23 13:27:52 +02:00
test_run.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_save_load.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_sde.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_spaces.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_tensorboard.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_utils.py Optimized polyak updates (#106) 2020-07-17 15:53:28 +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 Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_vec_normalize.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00