kuz / DeepMind-Atari-Deep-Q-Learner

The original code from the DeepMind article + my tweaks
http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html
1.83k stars 533 forks source link

How long does it takes to training breakout game? #8

Closed dsetiady closed 8 years ago

dsetiady commented 8 years ago

I am trying to running Deep Q Learn, but when i am running about 6 hours it doest seem to get smarter. I wonder how long you run the AI until its get experts to play breakout game?

kuz commented 8 years ago

Are you running on CPU or GPU? It took about 30 hours on NVIDIA GTX 970 to get to the level of performance you can see on the repository main page. On CPU it should be considerably slower, did not try to estimate by how much though.

dsetiady commented 8 years ago

Yes, you are right. But i am just wondering because someone post that he training the AI with just 2 hours to get AI expert to playing breakout game. Its contrast with the paper that mention it took 30 minutes to reach just 1 epoch.

Btw i am using NVIDIA GTX 950.