diff options
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r-- | modeling/productions_math.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modeling/productions_math.py b/modeling/productions_math.py index 90dcffb..5687ba9 100644 --- a/modeling/productions_math.py +++ b/modeling/productions_math.py @@ -88,8 +88,8 @@ def init(): "procedure", proc="proc1", op1="add", - arg1_1="Algen", - arg1_1_idx=1, + arg1_1="Gifte", + arg1_1_idx=4, arg1_2="Sandstein", arg1_2_idx=4, op2="mul", @@ -215,7 +215,7 @@ def start(): # sim.step() # if sim.current_event.action == "KEY PRESSED: SPACE": # break - sim.run(max_time=4) + sim.run(max_time=8) print("Simulation time: ", sim.show_time()) print("goal: ", goal) # print(list(env)) |