Closed csingh27 closed 3 years ago
Reduce replay buffer size buffer_size in model SAC arguments
Problem is due to the environment as memory does not accumulate for cart pole problem
Was due to matplotlib plt.imshow() which was accumulating the memory
Downgrade numpy to 1.15 as this problem arises in later versions of numpy - Did not fix SAC kwargs - verbose = 1 to 0 - Did not fix SAC optimize_memory_usage = True - Slowed down but did not stop