seo-rii / loq2

KAIST-POSTECH Science War AI python standard library v2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there still any memory leakage problem?

idearendil opened this issue · comments

I played 100 games iteratively, and it looks consuming toooooo much memory(more than 30 gib)....
Is it because of the memory issue?

Maybe upgrading to 0.3.6 version will reduce memory usage, but it's not complete fix.
I'll try to reduce memory usage more!

I think the issue is around 'map' object in 'state' class(map.h, map.v, map.np, or all of them).
Though, it's not necessary for you to fix it since we don't have to use it I think(at least in postech AI team).
About the manual, we don't need it that much now, because we already found what functions and variables to use.
However, if you can afford it, please provide us APIs to edit the state. It will allow us to teach our AI models more easily.