TeamSPWK / spwk-agtech-task

GNU General Public License v3.0
3 stars 2 forks source link

memory usage constantly increases #10

Open kyeongry-swk opened 2 years ago

kyeongry-swk commented 2 years ago

Compared to "CartPole-v0" environment, one of the most common gym environment for reinforcement learning, "PCSE-v0" leads to monotonically increasing memory usage that ends up killing the kernel. Both env.reset() and env.step() turns out to require cpu memory.

hychoi-swk commented 2 years ago

The problem is with the PCSE engine. We will try to figure out a solution.