Skip to content
Snippets Groups Projects
Commit 295bf344 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Corrected order times

parent 83edb5d6
No related branches found
No related tags found
No related merge requests found
Pipeline #49224 passed
......@@ -65,8 +65,8 @@ orders:
# 'random' library call with getattr, kwargs are passed to the function
func: uniform
kwargs:
a: 40
b: 60
a: 55
b: 65
max_orders: 6
# maximum number of active orders at the same time
num_start_meals: 2
......@@ -75,13 +75,14 @@ orders:
# 'random' library call with getattr, kwargs are passed to the function
func: uniform
kwargs:
a: 10
b: 20
a: 35
b: 45
sample_on_serving: false
# Sample the delay for the next order only after a meal was served.
serving_not_ordered_meals: true
# can meals that are not ordered be served / dropped on the serving window
player_config:
radius: 0.4
speed_units_per_seconds: 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment