-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Issues (DQN and DDQN) #57
Comments
Hi, I don't know if you have figured this out already, but I was following the notebook for DDDQN doom, and I had the same memory overflow. |
Can you maybe post the parts of the code you changed here? Thanks so much for the effort. |
Of course!
|
I have implemented the DQN space invader notebook in Google Colab, as well as in jupyter notebooks. Like clockwork it crashes at 12 episodes, due to a memory (RAM) overflow.
When looking at the ram use, it is low until episode 12, then suddenly it jumps and overflows.
I have tried running the .py script as well in pycharm. to no avail.
I have reduced the size of the batches and the memory size.
I have 16GB ram, which is okay?
Anyone else having this?
Thanks
The text was updated successfully, but these errors were encountered: