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

Chp 7 - Ch7_DistDQN.ipynb #9

Open
ghost opened this issue Nov 9, 2019 · 1 comment
Open

Chp 7 - Ch7_DistDQN.ipynb #9

ghost opened this issue Nov 9, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 9, 2019

Is there an error in the training loop code for playing Atari-Freeway: specifically generating the predictions?

pred2_batch = dist_dqn(state2_batch.detach(),theta_2,aspace=aspace)

Should the state2_batch be state_batch?

@outlace
Copy link
Collaborator

outlace commented Jul 21, 2020

I believe the original is correct. Does it not work for you?

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