-
Notifications
You must be signed in to change notification settings - Fork 314
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
[Feature Request] Add A3C #1755
Comments
I am interested in working on this issue along with @shivank21. |
That would be wonderful! |
In A3C algorithm we are required to asynchronize the variables across multiple CPU threads. For that we were planning to use the threading library of python. Does that work here? |
Yes threading is built-in, so that should be ok! |
Having A3C would be very cool! |
Is this issue still open ? I'd like to contribute |
Yes. |
That would be great thanks. Do you have an open branch I can start looking ? |
Nope. |
No problem, doing the same right now. |
Sent you a request. |
Motivation
Add A3C implementation as presented here so that the experiments of Rainbow can be added to the examples in further contributions.
Solution
Add A3C code like A2C and add its paper reproduction as an example.
Checklist
The text was updated successfully, but these errors were encountered: