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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi, thanks for this issue. For the current implementation, we have to pre-allocate the capacity size. Here the total size of 1e6 float tensor is 10 * 3 * 84 * 84 * 4 * 1e6 ~= 846.72gb. We have a plan to add some kind of LazyTensor or something like np's memmap to deal with very large cases in the future.
While for the current case, I'd suggest to use the original int8 input for Atari instead of float Tensor which can make the size 1/4 to help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Replay buffer of capacity of 1mln tries to allocate 846.72 gb. Steps to reproduce:
Log:
The text was updated successfully, but these errors were encountered: