awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wonchul-kim opened this issue · comments

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?