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

[Feature] Add optimized version of SAC from state and pixels #699

Open
StoneT2000 opened this issue Nov 16, 2024 · 0 comments
Open

[Feature] Add optimized version of SAC from state and pixels #699

StoneT2000 opened this issue Nov 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@StoneT2000
Copy link
Member

some obvious changes that will help train faster and use larger replay buffers

  • sampled batch/env indexes should be on GPU if data is already on GPU
  • share memory of obs and next obs to reduce memory use and enable larger replay buffers
  • compile/cudagraphs support
@StoneT2000 StoneT2000 added the enhancement New feature or request label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant