devsisters / DQN-tensorflow

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

added check for GPU configuration #23

Closed WillBrennan closed 7 years ago

WillBrennan commented 7 years ago

Added check for when GPUs aren't available and use_gpu flag is set to true. Fixes #10 by raising an exception that a bad configuration has been used.