ShanHaoYu / Deep-Q-Network-Breakout

This is an implementation of Deep Q Learning (DQN) playing Breakout from OpenAI's gym with Keras.
31 stars 14 forks source link

Training #2

Open Christoph-Schuhmann opened 5 years ago

Christoph-Schuhmann commented 5 years ago

Thank you very much for sharing your wonderful project!

I'd like to train my own agents with your code and I am curious how long you trained the model shared in your google drive. How many episodes and frames did you train it? On which hardware did you train it (GPU/RAM)? How many hours did the training take?