Open EmmaNguyen opened 5 years ago
Hi,
This is coming from here: https://github.com/google/dopamine/blob/master/dopamine/replay_memory/circular_replay_buffer.py#L140
The issue is that you are trying to use a replay memory which has small capacity. What did you set this parameter to? Was there a reason for using a small replay memory? 70Gb should easily allow for replay_capacity=1000000 even for Atari.
Hello,
I got an un-explainable issue related to
dopamine
My current setup for infrastructure is
T4
- 70GB memory with minimizing configurations (Less than 10 for almost every parameter).Here is an issue:
What I understand is that there isn't enough memory. I test this hypothesis by a simple starting experiment. Nonetheless, it still yields the same error.
Any comment would be very helpful. Thanks