-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Will DDPG work with prioritized replay #242
Comments
I had the same question. Is there a reason for closing without a comment? |
I made an implementation of my own, but will re-open for any people wanting it on baselines. |
Sure that would be great if you would do something with baselines and don't
mind! I was just thinking about prioritized replay and DDPG this morning.
…On Fri, Jan 12, 2018 at 12:40 PM, Daniel Marta ***@***.***> wrote:
I made an implementation of my own, but will re-open for any people
wanting it on baselines.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#242 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADg-pUOLYptNZHbkpXDL9zcwU-o-Om2_ks5tJ8NbgaJpZM4RTU6k>
.
|
Hi Daniel,
I did my own implementation also. If it's not too much trouble, would you
mind sending me a snipped of how you calculated the td_error? I'm not sure
I did that part right.
…-Peter
On Fri, Jan 12, 2018 at 12:40 PM, Daniel Marta ***@***.***> wrote:
I made an implementation of my own, but will re-open for any people
wanting it on baselines.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#242 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADg-pUOLYptNZHbkpXDL9zcwU-o-Om2_ks5tJ8NbgaJpZM4RTU6k>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I make prioritized replay work with DDPG here?
The text was updated successfully, but these errors were encountered: