-
Notifications
You must be signed in to change notification settings - Fork 4
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
Slow memory leak #31
Comments
It appears that this issue is related to ray/rllib and not the environment. At some point, a job should be submitted to CURC that repeatedly resets and steps through the environment without any training code while monitoring memory usage to confirm the environment is not leaking. |
Using objgraph, a major source of leakiness is reading from bsk loggers/messages. Appears to allocate new vectors for every read that do not get deleted? |
Switching to #86 may address some memory leaks. |
Describe the bug
The general environment slowly leaks memory.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No leaks.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: