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

Implementing HER with Replay Buffer/Reverb #307

Open
lhendre opened this issue Jul 19, 2023 · 1 comment
Open

Implementing HER with Replay Buffer/Reverb #307

lhendre opened this issue Jul 19, 2023 · 1 comment

Comments

@lhendre
Copy link

lhendre commented Jul 19, 2023

Hi,
Im doing some experiments with a project utilizing acme. We wanted to do some additional experiments utilizing HER(Hindsight Experience Replay). I have been working on including that, both with our own infrastructure and trying to see if we can use Reverb to do this but I have been running into issues. I wanted to know if you are aware of examples that have implemented HER with acme?

@lhendre
Copy link
Author

lhendre commented Jul 23, 2023

As a quick addition, for the "with our own infrastructure", we are creating our own replay buffer and utilizing it in our own environment loop, and theres some small modifications in other files to support it but thats where the bulk of the work is done. For reverb, I was looking at modifying the dqn agent

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