pytorch / ELF

ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Other
3.37k stars 567 forks source link

Run out of memory #100

Closed Poddiachyi closed 5 years ago

Poddiachyi commented 5 years ago

During training of the bot the program runs out of memory.

As I understand the actual training doesn't even start.

This is what logs look like. Somewhere at this point swap is out of memory and everything freezes
image

It might be because of MCTS, as I think.

So is there a way to free up the memory during training?

jma127 commented 5 years ago

Hello, thanks for the report. We believe this is fixed in master now -- please let us know if it persists 😄