stable-baselines3/stable_baselines3
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
..
a2c Add supported action spaces checks (#254) 2020-12-06 14:05:10 +02:00
common Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
ddpg Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
dqn Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
her Fix for HER with custom objects (#343) 2021-03-06 15:57:27 +01:00
ppo Improve error messages when PPO effective batch size is 1 and when last mini-batch is truncated (#270) 2021-01-11 17:03:32 +01:00
sac Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
td3 Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02: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 Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00