-
Notifications
You must be signed in to change notification settings - Fork 81
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
Not sample efficient enough #2
Comments
Following the authors' feedback, now it's only slightly worse than theirs. |
@muupan Your wiki helps a lot, and I'm going to try your setting. Let me ask you something not written in wiki.
https://github.com/muupan/async-rl/blob/master/a3c.py#L113-L118 Are you using this now?
https://github.com/muupan/async-rl/blob/master/ale.py#L146-L149 What is this for? And I'm going to adjust my parameter as written in your wiki. Thanks!! |
|
I see. Thank you! |
From Figure 6 in the paper, their A3C only needs 20 epochs (20 million steps) to achieve average scores of around 400 at Breakout. My current implementation needs more.
The text was updated successfully, but these errors were encountered: