Jul 21, 2017 · 1 min read
_,W1 = sess.run([updateModel,W],feed_dict={inputs1:np.identity(16)[s:s+1],nextQ:targetQ})Can someone explain why the author is putting W in sess.run? is there a need for it since it’s a variable and not a placeholder in the code.