You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not clear if the error is from replacing python, baselines or one of the previous PR as it wasn't tested in between. Might also be related to changing all arrays to torch tensors.
@vkakerbeck please add more information if you have them
The text was updated successfully, but these errors were encountered:
I tried running the code from before the switch to stable-baselines3 (commit a561eed) and the EOF error shows up there as well. Also in the newest commit with python 3.7 doesn't fix the problem.
As you said, it seems to be a memory leak and the EOF error then sows up after some time once we run out of memory which is why we didn't notice it in the short test runs.
I think it most likely comes from changing all the arrays to torch or something else we did around that time. The memory leak was not there yet when I tested the original implementation of differentiable disagreement (commit 16c61b0)
Not clear if the error is from replacing python, baselines or one of the previous PR as it wasn't tested in between. Might also be related to changing all arrays to torch tensors.
@vkakerbeck please add more information if you have them
The text was updated successfully, but these errors were encountered: