stable-baselines3/tests
Roland Gavrilescu bb01253261
Tensorboard integration (#30)
* init commit tensorboard-integration

* Added tb logger to ppo (with output exclusions)

* fixed truncated stdout

* categorize stdout outputs by tag

* separated exclusions from values, added missing logs

* saving exclusions as dict instead of list

* reformatting, auto run indexing

* included renaming suggestions, fixed tests

* tb support for sac

* linting

* moved logging to base class

* tb support for td3

* removed histograms, non-verbose output working

* modifed changelog

* linting

* fixed type error

* moved logger config to utils

* removed episode_rewards log from ppo

* Enable tensorboard in tests

* Remove unused import

* Update logger sub titles

* Minor edit for PPO

* Update logger and tb log folder

* Pass correct logger to Callbacks

* updated docs

* added tb example image to docs

* add support for continuing training in tensorboard

* added tensorboard to docs index

* added tb test

* moved logger config to _setup_learn, updated tests

* accessing verbose from base class

* Update doc and tests

* Rename session -> time

* Update version

* Update logger truncate

* Update types

* Remove duplicated code

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-06-01 11:55:44 +02:00
..
__init__.py Init: TD3 2019-09-05 17:29:41 +02:00
test_callbacks.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
test_cnn.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_custom_policy.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_deterministic.py Sync identity envs 2020-05-05 16:52:22 +02:00
test_distributions.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
test_envs.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
test_identity.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
test_logger.py Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
test_monitor.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_predict.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_run.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_save_load.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
test_sde.py Remove SDE support for TD3 2020-05-08 15:00:34 +02:00
test_spaces.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
test_tensorboard.py Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
test_utils.py Implemented Vectorized Action Noise (#34) 2020-05-27 09:53:01 +02:00
test_vec_check_nan.py Add flake8 linter and Github CI (#19) 2020-05-12 17:55:01 +02:00
test_vec_envs.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_vec_normalize.py Add flake8 linter and Github CI (#19) 2020-05-12 17:55:01 +02:00