-
Notifications
You must be signed in to change notification settings - Fork 224
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
Tuned DoubleDQN with prioritized experience replay #302
Tuned DoubleDQN with prioritized experience replay #302
Conversation
Now the results with Commands:
Each configuration was ran with three different random seeds. The figures below show the average evaluation scores with confidence bounds are shown. |
I'll merge it because it's reviewed and approved by @prabhatnagarajan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Merge #301 first.
This PR improves train_dqn_ale.py:
--prioritized
to enable prioritized experience replay--activation
and--use-sdl