mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| algos.rst | ||
| callbacks.rst | ||
| checking_nan.rst | ||
| custom_env.rst | ||
| custom_policy.rst | ||
| developer.rst | ||
| examples.rst | ||
| export.rst | ||
| imitation.rst | ||
| install.rst | ||
| migration.rst | ||
| quickstart.rst | ||
| rl.rst | ||
| rl_tips.rst | ||
| rl_zoo.rst | ||
| save_format.rst | ||
| sb3_contrib.rst | ||
| tensorboard.rst | ||
| vec_envs.rst | ||