keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

ctrtial error: memory leak in code examples

Open githubWangHC opened this issue 1 year ago • 4 comments

when you run examples/rl/deep_q_network_breakout.py, you will find that the memory leak. even when the buff reach its max lenght (max_memory_length), memory still will increase.

githubWangHC avatar Aug 14 '23 07:08 githubWangHC