-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
The memory usage is constantly increasing. My computer is 16G memory, but I can't complete the step=10**5 training. Is there any way to solve the problem that the memory will increase during the training?
The above is the change of memory usage when I run. When the current memory usage reaches 70%, the agent will show "missed 7 ~ 9 observations(s)".
And when I try to use "memory-profiler" to monitor memory changes, it shows that the agent.act_and_train() method in marlo\experiments\train_agent.py continues to increase memory usage as the loop progresses, but never releases it.
I don't know if anyone has tried to solve this problem. THANKS~
Metadata
Metadata
Assignees
Labels
No labels