stable-baselines3/stable_baselines3
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
..
a2c Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
common Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01:00
ddpg Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
dqn Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
her Implement HER (#120) 2020-10-22 11:56:43 +02:00
ppo Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
sac Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
td3 Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
__init__.py Implement HER (#120) 2020-10-22 11:56:43 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add more issue templates (#211) 2020-11-02 10:43:25 +01:00