From 295bf344477fe2475811d0e7616f7661910f54ca Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Tue, 19 Mar 2024 17:35:56 +0100
Subject: [PATCH] Corrected order times

---
 cooperative_cuisine/configs/environment_config.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/cooperative_cuisine/configs/environment_config.yaml b/cooperative_cuisine/configs/environment_config.yaml
index e9188198..6990e021 100644
--- a/cooperative_cuisine/configs/environment_config.yaml
+++ b/cooperative_cuisine/configs/environment_config.yaml
@@ -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
-- 
GitLab