stable-baselines3/stable_baselines3
Paul Scheikl fc41600225
Fixed logging info_keywords in the VecMonitor class. (#730)
* 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>
2022-01-19 17:17:22 +01:00
..
a2c Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
common Fixed logging info_keywords in the VecMonitor class. (#730) 2022-01-19 17:17:22 +01:00
ddpg System info helper (#613) 2021-10-18 10:43:56 +02:00
dqn Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
her Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
ppo System info helper (#613) 2021-10-18 10:43:56 +02:00
sac Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
td3 Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
__init__.py System info helper (#613) 2021-10-18 10:43:56 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Release 1.4.0 (#729) 2022-01-19 11:16:15 +01:00