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

Killed - Atari Space Invaders #59

Open riccihenrique opened 5 years ago

riccihenrique commented 5 years ago

My training proces is killed always in the 7th episode. Someone had the same problem?

chenjeyok commented 4 years ago

Try set smaller memory_size. Memory growths as the training proceeds. Or you can prepolulate more than just a batch of experience to see how much memory(not the above mentioned momey) it will enventually consume.