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

Improve efficiency of ReplayBuffer #8

Open
tfurmston opened this issue Mar 2, 2023 · 0 comments
Open

Improve efficiency of ReplayBuffer #8

tfurmston opened this issue Mar 2, 2023 · 0 comments

Comments

@tfurmston
Copy link
Owner

The existing implementation of the ReplayBuffer is inefficient in terms of memory consumption. In particular, it stores the same observation twice, once as an observation and once as a corresponding next_observation.

The purpose of this issue is to construct a more efficient implementation of the buffer class.

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