stable-baselines3/stable_baselines3
Antonin RAFFIN d228364ccf
Add timeout handling for on-policy algorithms (#658)
* Add timeout handling for on-policy algorithms

* Fixes

* Fix infinite loop in eval

* Skip type check for python 3.9

* Fix for discrete obs + add docstring

* Fix A2C test

* Removed unused helper

* Add test for infinite horizon

* typed ast should be fixed

* Apply suggestions from code review

Co-authored-by: Anssi <kaneran21@hotmail.com>

Co-authored-by: Anssi <kaneran21@hotmail.com>
2021-11-16 17:19:16 +01:00
..
a2c Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
common Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
ddpg System info helper (#613) 2021-10-18 10:43:56 +02:00
dqn System info helper (#613) 2021-10-18 10:43:56 +02: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 System info helper (#613) 2021-10-18 10:43:56 +02:00
td3 System info helper (#613) 2021-10-18 10:43:56 +02: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 Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00