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

batch_size for DQN #28

Open
narrowsnap opened this issue Oct 24, 2019 · 0 comments
Open

batch_size for DQN #28

narrowsnap opened this issue Oct 24, 2019 · 0 comments

Comments

@narrowsnap
Copy link

narrowsnap commented Oct 24, 2019

Thanks for your codes which work very well.
The origin DQN(1.dqn.ipynb) set batch_size=32 which is ineffective on GUP so I changed it to 256. But it's bad performance. Is there any experience in this?

batch_size=32

Screen Shot 2019-10-24 at 10 13 44 AM

batch_size=256

Screen Shot 2019-10-24 at 10 04 52 AM

Or should I try more experiments with batch_size=256 or try more random seed?
Thanks again.

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