pytorch / ELF

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

Can the memory be free when the program is running? #94

Closed z619850002 closed 5 years ago

z619850002 commented 6 years ago

I meet another problem when I run the program, just run the program and play chess with it, the main memory will reduce continuously. I try to stop the game console but it makes no sense. The main memory won't be free as long as it was used. Only terminate the process can memory be free. So I wan't to know is there any method to free the memory during one game?

Poddiachyi commented 5 years ago

We might have got the same issue. Look at #100. Maybe you have some thoughts.

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 😄