awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.23k stars 825 forks source link

When I run dueling DQN, there is an error, 'The kernel appears to have died. It will restart automatically.'. #40

Open wonchul-kim opened 7 years ago

wonchul-kim commented 7 years ago

I've got this error,

The kernel appears to have died. It will restart automatically.

I also run it by ~.py in terminal. But, I got similar error

(10000, 1.7, 1) 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)

..... Could you please help me?