csingh27sewts / Masterarbeit

0 stars 1 forks source link

Memory gets full error for stable baselines implementation #77

Closed csingh27 closed 3 years ago

csingh27 commented 3 years ago

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

csingh27sewts commented 3 years ago

Reduce replay buffer size buffer_size in model SAC arguments

csingh27sewts commented 3 years ago

Problem is due to the environment as memory does not accumulate for cart pole problem

csingh27sewts commented 3 years ago

Was due to matplotlib plt.imshow() which was accumulating the memory