dgriff777 / rl_a3c_pytorch

A3C LSTM Atari with Pytorch plus A3G design
Apache License 2.0
563 stars 119 forks source link

How can I let the training automatically stop after a given number of episodes or after a given period of time? #37

Closed bokveizen closed 3 years ago

bokveizen commented 3 years ago

I found a solution, which is using 'timeout' command. Thanks anyway!