Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why we have self.Q = tf.reduce_sum(tf.multiply(self.output, self.actions_), axis=1) ? #61

Open
Meur-sault opened this issue Jun 16, 2019 · 0 comments

Comments

@Meur-sault
Copy link

Meur-sault commented Jun 16, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant