simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.74k stars 1.23k forks source link

Breakout in RND #55

Open rnunziata opened 5 years ago

rnunziata commented 5 years ago

I've run both pong and space-invaders for long training sets without any issues...but when I try breakout the system hangs some where inside breakout it never finishes the last life and goes into a loop. If a checkpoint is taken at that time then the checkpoint is bad and if restored the system hangs immediately. I do not know if this is a gym or torch issue .... has anyone reported something like this. I can replicate this easily.