mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-29 23:07:07 +00:00
* Writing the additional info_keywords into the episode infos that are passed to the resulst writer. Directly taken from the non-vec version of monitor. * Added test for monitoring info_keywords. * Removed unnecessary step of registering the env. Not using make_vec_env, because it applies a monitor wrapper to the env. * Reformat Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_vec_env.py | ||
| dummy_vec_env.py | ||
| stacked_observations.py | ||
| subproc_vec_env.py | ||
| util.py | ||
| vec_check_nan.py | ||
| vec_extract_dict_obs.py | ||
| vec_frame_stack.py | ||
| vec_monitor.py | ||
| vec_normalize.py | ||
| vec_transpose.py | ||
| vec_video_recorder.py | ||