Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Different vehicle behavior in same surroundings

Hello Jakob,

if I understood you correctly, when I run scenarios A, B, C, D, you are
suggesting that I save the state of the simulation before I run each next
scenario. Then if I only want to run scenario C, I load that particular
state saved before running C in the sequence A, B, C, D and the behavior
should be the same.

If that is correct, I have another question:

I am only starting sumo once and I specify the params like this:
        traci.start([sumo_binary, "-c", self.cfg_file,
                                 "--lanechange.duration",
str(self.lane_change_duration),
                                 "--step-length",
str(self.sumo_step_length),
                                 "--lanechange.overtake-right", "False",
                                 "--no-internal-links", "False",
                                 "--collision.action", "none",
                                 "--time-to-teleport", 
self.time_to_teleport,
                                 "--no-step-log", "True"], label="sim%d" %
seed)

If I include --save-state.times here and set it to 0.2 so that I save the
state at the beginning of the scenario, this will happen only once since
even if I run the sequence A,B,C,D  I don't restart sumo in between.

Is there another way of saving the state before each reset of sumo (not
restart)?

Thanks!

Best,
Branka



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top