stable-baselines3/docs/guide
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
..
algos.rst Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
callbacks.rst Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
checking_nan.rst Add base doc 2020-05-07 10:10:51 +02:00
custom_env.rst Add base doc 2020-05-07 10:10:51 +02:00
custom_policy.rst More doc + sync VecEnvs + atari 2020-05-07 16:08:23 +02:00
developer.rst Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
examples.rst Update doc 2020-05-19 10:40:52 +02:00
install.rst Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
migration.rst Add base doc 2020-05-07 10:10:51 +02:00
quickstart.rst [ci skip] Simplify quickstart example 2020-05-11 15:32:01 +02:00
rl.rst Add base doc 2020-05-07 10:10:51 +02:00
rl_tips.rst Update doc 2020-05-19 10:40:52 +02:00
rl_zoo.rst Update doc (add rl zoo) 2020-05-08 11:58:43 +02:00
tensorboard.rst Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
vec_envs.rst Add base doc 2020-05-07 10:10:51 +02:00