Page 1 of 1

If i do simulation ten thousand times,will my computer be crashed?

Posted: 19 Jun 2022, 22:58
by cqyqccc@163.com
Dear Coppeliasim:
I will do some reinfocement learning task on Coppeliasim simulator,it will repeat the simulation ten thousand times? I am afraid that the data will be accumulated and my computer will be crashed.Is this possible? if yes, what should I do to avoid it? how can I clean the data every time when the simulation is done?

Re: If i do simulation ten thousand times,will my computer be crashed?

Posted: 21 Jun 2022, 06:24
by coppelia
Hello,

yes of course, you can crash CoppeliaSim if you accumulate the data yourself and do not release it. CoppeliaSim itself should not crash, since coppeliaSim is supposed to constantly release some recorded data, at the start of next simulation run.

It is easy for you to test this with a customization script or an add-on, that will start and stop a simulation 10'000 times.

Cheers