mirror of
https://github.com/gsi-upm/soil
synced 2024-11-22 03:02:28 +00:00
Add seed to cars example
This commit is contained in:
parent
9a7b62e88e
commit
d3cee18635
@ -232,7 +232,10 @@ class Passenger(Evented, FSM):
|
|||||||
|
|
||||||
|
|
||||||
simulation = Simulation(
|
simulation = Simulation(
|
||||||
name="RideHailing", model_class=City, model_params={"n_passengers": 2}
|
name="RideHailing",
|
||||||
|
model_class=City,
|
||||||
|
model_params={"n_passengers": 2},
|
||||||
|
seed="carsSeed",
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user