devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.46k stars 765 forks source link

How much RAM is required for a proper training? #5

Closed YigitDemirag closed 8 years ago

YigitDemirag commented 8 years ago

For on the order of 100M iteration, what was the required amount of RAM in your case? 16GB GPU EC2 instance with 2GB GPU apparently has no enough memory and locks itself down.

carpedm20 commented 8 years ago

I didn't checked the GPU memory but 16GB should be enough because the model is small. But you need more memory than 2GB for CPU because it needs a huge experience memory. I guess 16GB is enough.