0

I running DQN training tutorial with tf.agents(https://www.tensorflow.org/agents/tutorials/1_dqn_tutorial), and I am trying to change the model they use with just dense layers to have some convolutional ones on topenter image description here

When I run this on colab without GPU its all fine, but when I connect to GPU I get this error.enter image description here

Is it because conv layers are not available yet with GPU with tf.agents or are there some dependencies extra that I have to install to be able to do this?

0 Answers0