stable-baselines3/docs/guide
Costa Huang ddbe0e93f9
Support for VecMonitor for gym3-style environments (#311)
* add vectorized monitor

* auto format of the code

* add documentation and VecExtractDictObs

* refactor and add test cases

* add test cases and format

* avoid circular import and fix doc

* fix type

* fix type

* oops

* Update stable_baselines3/common/monitor.py

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* Update stable_baselines3/common/monitor.py

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* add test cases

* update changelog

* fix mutable argument

* quick fix

* Apply suggestions from code review

* fix terminal observation for gym3 envs

* delete comment

* Update doc and bump version

* Add warning when already using `Monitor` wrapper

* Update vecmonitor tests

* Fixes

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2021-04-13 18:09:31 +02:00
..
algos.rst Correct typo in the docs (#321) 2021-02-19 19:18:41 +01:00
callbacks.rst Add code of conduct + update doc (#373) 2021-03-31 10:31:03 +02:00
checking_nan.rst Add base doc 2020-05-07 10:10:51 +02:00
custom_env.rst Add code of conduct + update doc (#373) 2021-03-31 10:31:03 +02:00
custom_policy.rst Stable-Baselines3 v1.0 (#354) 2021-03-17 14:20:31 +01:00
developer.rst Stable-Baselines3 v1.0 (#354) 2021-03-17 14:20:31 +01:00
examples.rst Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
export.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
imitation.rst Add imitation library docs (#200) 2020-10-24 17:33:26 +01:00
install.rst Make installation command compatible with ZSH (#376) 2021-04-02 20:46:36 +02:00
migration.rst Stable-Baselines3 v1.0 (#354) 2021-03-17 14:20:31 +01: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 Add custom objects support + bug fix (#336) 2021-03-06 15:17:43 +02:00
rl_zoo.rst Stable-Baselines3 v1.0 (#354) 2021-03-17 14:20:31 +01:00
save_format.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
sb3_contrib.rst Update doc: SB3-Contrib (#267) 2020-12-21 16:17:24 +01:00
tensorboard.rst Add Support for Text Records to Logger, Add Hint on How To Access SummaryWriter in Docs. (#303) 2021-02-01 11:56:33 +01:00
vec_envs.rst Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00