From d761277603641b40b6c204a44799f21116deedd3 Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Fri, 12 Apr 2024 14:16:37 +0200
Subject: [PATCH] Adjusted study times

---
 cooperative_cuisine/configs/study/study_config.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/cooperative_cuisine/configs/study/study_config.yaml b/cooperative_cuisine/configs/study/study_config.yaml
index 9943f08c..d5857ee9 100644
--- a/cooperative_cuisine/configs/study/study_config.yaml
+++ b/cooperative_cuisine/configs/study/study_config.yaml
@@ -29,7 +29,7 @@ levels:
             func: uniform
             kwargs:
               a: 18
-              b: 28
+              b: 24
 
       hook_callbacks:
         orders:
@@ -74,7 +74,7 @@ levels:
             func: uniform
             kwargs:
               a: 18
-              b: 28
+              b: 24
       hook_callbacks:
         orders:
           hooks: [ completed_order ]
@@ -160,13 +160,13 @@ levels:
         order_gen_kwargs:
           order_duration_random_func:
             kwargs:
-              a: 50
-              b: 60
+              a: 58
+              b: 64
           sample_on_dur_random_func:
             func: uniform
             kwargs:
-              a: 22
-              b: 24
+              a: 24
+              b: 26
       hook_callbacks:
         orders:
           hooks: [ completed_order ]
-- 
GitLab