mirror of
https://github.com/gsi-upm/soil
synced 2025-08-24 03:52:20 +00:00
1.0pre4
This commit is contained in:
@@ -33,7 +33,7 @@ class GeneratorEnv(Environment):
|
||||
self.add_agents(CounterModel)
|
||||
|
||||
|
||||
sim = Simulation(model=GeneratorEnv, max_steps=10, interval=1)
|
||||
sim = Simulation(model=GeneratorEnv, max_steps=10)
|
||||
|
||||
if __name__ == '__main__':
|
||||
sim.run(dump=False)
|
Reference in New Issue
Block a user