Deep_reinforcement_learning_Course icon indicating copy to clipboard operation
Deep_reinforcement_learning_Course copied to clipboard

Dueling Deep Q Learning with Doom: Memory Error

Open WuJunde opened this issue 7 years ago • 1 comments

I try to train Doom on my pc, and use the same code on the page. But each time after I training it a while, it occur memory error in stack-frame process. I check my memory usage while training, it keeps increasing while training. I have 16GB RAM, is it enough? Or something wrong about the code?

WuJunde avatar Dec 02 '18 05:12 WuJunde

I changed pretrain_length and memory_size to 10000 then it work. But I think my RAM should be enough. Why comment 1million for GPU? it seems out of memory in the first exploration stage with out learning by gpu. I learn it by NIVIDA 1080 Ti GPU.

WuJunde avatar Dec 02 '18 06:12 WuJunde