floodsung / DQN-Atari-Tensorflow

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

Replace tf.mul with tf.multiply #7

Closed SoyGema closed 1 year ago

SoyGema commented 7 years ago

tf.mul is now obsolete and has been replace with tf.multiply

SoyGema commented 1 year ago

Closing, as this seems not to be mantained