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

Add controllable limit to size of experience replay buffer #10

Open
generic-github-user opened this issue Jan 31, 2019 · 1 comment
Open

Comments

@generic-github-user
Copy link
Collaborator

Training slows down over time as more state/action pairs are added.

@generic-github-user generic-github-user changed the title Add limit to size of experience replay buffer Add controllable limit to size of experience replay buffer Jan 31, 2019
@generic-github-user
Copy link
Collaborator Author

Better yet, simply shuffle the training data and draw a sample of size n from it when needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant