Closed gaoyuankidult closed 9 years ago
Quite evidently, your RAM is fully filled with the history the code is preserving. You can set the "max_history" argument while running ale_run to be lesser than the default value (=1000000) set in rl_glue_ale_agent.py
@ashudeep thanks !
The program uses around 10gigs of ram under the default settings.
I had an error while running python ale_run.py.
python ale_run.py
However I encountered a memory error. I think the problem is because I don't have enough memory. So could you tell what is memory requirement for me to run this program ?