Closed marvin-steinke closed 4 months ago
We should be able to shut down infinitely running simulations (until=None). While it is possible to call vs.Environment.world.shutdown(), the simulation does not end gracefully and the monitor does not create a csv file.
until=None
vs.Environment.world.shutdown()
Temporarily, you can use the outfile parameter of the monitor. Then you should get a csv file even if you terminate the simulation.
outfile
We should be able to shut down infinitely running simulations (
until=None
). While it is possible to callvs.Environment.world.shutdown()
, the simulation does not end gracefully and the monitor does not create a csv file.