stable-baselines3/stable_baselines3/a2c
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
..
__init__.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
a2c.py Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
policies.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00