floodsung / DQN-Atari-Tensorflow

Simplest Version of playing Atari with Deep Q Learning in Tensorflow
160 stars 56 forks source link

I got error about cudnnCreate..... COuld you help me out? #6

Closed wonchul-kim closed 7 years ago

wonchul-kim commented 7 years ago

I got this below error message: I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce 940MX, pci bus id: 0000:03:00.0) Could not find old network weights F tensorflow/stream_executor/cuda/cuda_dnn.cc:222] Check failed: s.ok() could not find cudnnCreate in cudnn DSO; dlerror: /usr/local/lib/python2.7/dist-packages/tensorflow/python/_pywrap_tensorflow.so: undefined symbol: cudnnCreate Aborted (core dumped)

I definitely installed cudnn and copy it to the right location....

What should I do...?

mbrennock commented 7 years ago

I got an error like this one. I'm pretty sure I've installed cudnn correctly - and restarted my system just in case - but it's still not working. Did you figure something out?