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

Pinned memory experience replay #38

Open
Kaixhin opened this issue Feb 7, 2019 · 0 comments
Open

Pinned memory experience replay #38

Kaixhin opened this issue Feb 7, 2019 · 0 comments

Comments

@Kaixhin
Copy link
Owner

Kaixhin commented Feb 7, 2019

A more efficient implementation would allocate a giant tensor in advance for each item (e.g. state, action) in a transition tuple, furthermore pin it (as long as the machine has enough RAM spare - should be at least 6GB?), and use asynchronous copies to GPU.

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