From 70b340e2f7adcd5fd1414091bc83c646a2c12cc2 Mon Sep 17 00:00:00 2001 From: fheinrich <fheinrich@techfak.uni-bielefeld.de> Date: Thu, 7 Mar 2024 14:54:20 +0100 Subject: [PATCH] Reverted config values to default --- .../configs/study/level1/level1_config.yaml | 2 +- .../configs/study/study_config.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cooperative_cuisine/configs/study/level1/level1_config.yaml b/cooperative_cuisine/configs/study/level1/level1_config.yaml index 35f53f51..a0d0fe8b 100644 --- a/cooperative_cuisine/configs/study/level1/level1_config.yaml +++ b/cooperative_cuisine/configs/study/level1/level1_config.yaml @@ -6,7 +6,7 @@ plates: return_dirty: False game: - time_limit_seconds: 3 + time_limit_seconds: 300 undo_dispenser_pickup: true validate_recipes: false diff --git a/cooperative_cuisine/configs/study/study_config.yaml b/cooperative_cuisine/configs/study/study_config.yaml index 997168ed..38158fdc 100644 --- a/cooperative_cuisine/configs/study/study_config.yaml +++ b/cooperative_cuisine/configs/study/study_config.yaml @@ -4,15 +4,15 @@ levels: item_info_path: STUDY_DIR/level1/level1_item_info.yaml name: "Level 1-1: Far Apart" -# - config_path: CONFIGS_DIR/environment_config.yaml -# layout_path: LAYOUTS_DIR/basic.layout -# item_info_path: CONFIGS_DIR/item_info.yaml -# name: "Basic" -# -# - config_path: STUDY_DIR/level2/level2_config.yaml -# layout_path: LAYOUTS_DIR/overcooked-1/1-4-bottleneck.layout -# item_info_path: STUDY_DIR/level2/level2_item_info.yaml -# name: "Level 1-4: Bottleneck" + # - config_path: CONFIGS_DIR/environment_config.yaml + # layout_path: LAYOUTS_DIR/basic.layout + # item_info_path: CONFIGS_DIR/item_info.yaml + # name: "Basic" + # + - config_path: STUDY_DIR/level2/level2_config.yaml + layout_path: LAYOUTS_DIR/overcooked-1/1-4-bottleneck.layout + item_info_path: STUDY_DIR/level2/level2_item_info.yaml + name: "Level 1-4: Bottleneck" num_players: 1 -- GitLab