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

'Done' not used in calculating Q-value targets #2

Open
sritee opened this issue Mar 29, 2019 · 0 comments
Open

'Done' not used in calculating Q-value targets #2

sritee opened this issue Mar 29, 2019 · 0 comments

Comments

@sritee
Copy link

sritee commented Mar 29, 2019

Why is done not being used in calculating the target Q-values in train_dqn.py? Shouldn't it be used as a mask to make sure the qvalue of this state is set to just R, not R + gamma*Q(s')

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