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

double/dueling Q learning #21

Open
MGKhKhD opened this issue Dec 26, 2019 · 0 comments
Open

double/dueling Q learning #21

MGKhKhD opened this issue Dec 26, 2019 · 0 comments

Comments

@MGKhKhD
Copy link

MGKhKhD commented Dec 26, 2019

Should not the model be fitted (keras.fit(...)) and predicted (keras.predict(state)) in double Q learning (and also in dueling Q learning) examples? Seems you also forget to apply the same in the atari example.
Do the graphs in the associated blog-posts are from actual experiments or should we expect something different? I mean have you tested your implementations?

Thanks

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