You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Since this issue got resolved without any proper answer, I'm submitting it again.)
I don't understand that why we are doing tf.reduce_sum and multiple the network output to action.
Hi Thomas,
(Since this issue got resolved without any proper answer, I'm submitting it again.)
I don't understand that why we are doing tf.reduce_sum and multiple the network output to action.
self.Q = tf.reduce_sum(tf.multiply(self.output, self.actions_), axis=1)
Why aren't we considering self.output as predicted Q value.
The text was updated successfully, but these errors were encountered: