From 6f046c1888fc97b80f68d5d400827dd728e3b3aa Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Tue, 5 Mar 2024 10:11:32 +0100
Subject: [PATCH] Reset configs

---
 cooperative_cuisine/configs/environment_config.yaml         | 3 +--
 cooperative_cuisine/configs/study/level1/level1_config.yaml | 2 +-
 cooperative_cuisine/configs/study/level2/level2_config.yaml | 3 ++-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cooperative_cuisine/configs/environment_config.yaml b/cooperative_cuisine/configs/environment_config.yaml
index a9bc87c6..9a71c376 100644
--- a/cooperative_cuisine/configs/environment_config.yaml
+++ b/cooperative_cuisine/configs/environment_config.yaml
@@ -5,7 +5,7 @@ plates:
   # range of seconds until the dirty plate arrives.
 
 game:
-  time_limit_seconds: 1
+  time_limit_seconds: 300
   undo_dispenser_pickup: true
   validate_recipes: false
 
@@ -17,7 +17,6 @@ meals:
     - TomatoSoup
     - OnionSoup
     - Salad
-    - Burger
 
 layout_chars:
   _: Free
diff --git a/cooperative_cuisine/configs/study/level1/level1_config.yaml b/cooperative_cuisine/configs/study/level1/level1_config.yaml
index 9d2c2822..a11af103 100644
--- a/cooperative_cuisine/configs/study/level1/level1_config.yaml
+++ b/cooperative_cuisine/configs/study/level1/level1_config.yaml
@@ -11,7 +11,7 @@ game:
   validate_recipes: true
 
 meals:
-  all: true
+  all: false
   # if all: false -> only orders for these meals are generated
   # TODO: what if this list is empty?
   list:
diff --git a/cooperative_cuisine/configs/study/level2/level2_config.yaml b/cooperative_cuisine/configs/study/level2/level2_config.yaml
index 6d5c16fd..585204df 100644
--- a/cooperative_cuisine/configs/study/level2/level2_config.yaml
+++ b/cooperative_cuisine/configs/study/level2/level2_config.yaml
@@ -5,8 +5,9 @@ plates:
   # range of seconds until the dirty plate arrives.
 
 game:
-  time_limit_seconds: 300
+  time_limit_seconds: 2
   undo_dispenser_pickup: true
+  validate_recipes: false
 
 
 meals:
-- 
GitLab