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

Fix the replay buffer overflow issue #75

Merged
merged 2 commits into from
Sep 6, 2022

Conversation

felixchalumeau
Copy link
Collaborator

@felixchalumeau felixchalumeau commented Aug 19, 2022

This PR aims at solving issue found by @manon-but-yes in issue #71

This solution is inspired by Brax implementation of the replay buffer: https://github.com/google/brax/blob/main/brax/training/replay_buffers.py#L114

A test has been added, also inspired by Brax replay buffer test.

RMQ: I've also moved some tests in a folder called baselines_test/ for consistency with the package structure

@felixchalumeau felixchalumeau self-assigned this Aug 19, 2022
@felixchalumeau felixchalumeau marked this pull request as ready for review September 1, 2022 15:21
@felixchalumeau felixchalumeau merged commit 82262e5 into develop Sep 6, 2022
@limbryan limbryan deleted the fix/replay-buffer-overload branch November 30, 2022 15:40
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

Successfully merging this pull request may close these issues.

4 participants