stable-baselines3/docs/guide
Anssi 18d10dbf42
Use Monitor episode reward/length for evaluate_policy (#220)
* Update evaluate_policy to use monitor data if available

* Update documentation

* Cleaning up

* Remove unnecessary typing trickery

* Update doc

* Rename is_wrapped to clarify it is for vecenvs

* Add is_wrapped for regular envs

* Add is_wrapped call for subprocvecenv and update code for circular imports

* Move new functions back to env_util and fix imports

* Update changelog

* Clarify evaluate_policy docs

* Add tests for wrapped modifying episode lengths

* Fix tests

* Update changelog

* Minor edits

* Add warn switch to evaluate_policy and update tests

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-11-16 11:52:28 +01:00
..
algos.rst Add more issue templates (#211) 2020-11-02 10:43:25 +01:00
callbacks.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
checking_nan.rst Add base doc 2020-05-07 10:10:51 +02:00
custom_env.rst Avoid transposing channel-first envs (#213) 2020-11-03 12:34:09 +01:00
custom_policy.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
developer.rst Avoid transposing channel-first envs (#213) 2020-11-03 12:34:09 +01:00
examples.rst Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01: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 Migration Guide (#123) 2020-10-11 23:22:12 +02:00
migration.rst Update documentation (#199) 2020-10-28 09:55:16 +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 Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01:00
rl_zoo.rst Update rl_zoo.rst (#72) 2020-06-25 12:14:56 +02:00
save_format.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
tensorboard.rst Add support to log videos via tensorboard (#196) 2020-10-22 11:33:58 +02:00
vec_envs.rst Add base doc 2020-05-07 10:10:51 +02:00