stable-baselines3/stable_baselines3
hsuehch 222a69ca49
Eliminate extra empty lines in CSV monitor files on Windows (DLR-RM#692) (#695)
* Added ``newline="\n"`` when opening CSV monitor files so that each line ends with ``\r\n`` instead of ``\r\r\n`` on Windows while Linux environments are not affected
2021-12-18 16:04:33 +02:00
..
a2c Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
common Eliminate extra empty lines in CSV monitor files on Windows (DLR-RM#692) (#695) 2021-12-18 16:04:33 +02: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 Improve tests and add check for float32 (#686) 2021-12-09 14:14:33 +02:00