From 0cd16b90c7e7a0c73feaa968ec160b6b3ee8457d Mon Sep 17 00:00:00 2001 From: fheinrich <fheinrich@techfak.uni-bielefeld.de> Date: Tue, 26 Mar 2024 15:27:30 +0100 Subject: [PATCH] Updated times in studyy --- 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 af7e1a24..3796e7f2 100644 --- a/cooperative_cuisine/configs/study/study_config.yaml +++ b/cooperative_cuisine/configs/study/study_config.yaml @@ -9,7 +9,7 @@ levels: player_config: speed_units_per_seconds: 5 game: - time_limit_seconds: 10 + time_limit_seconds: 300 validate_recipes: false plates: clean_plates: 0 @@ -35,13 +35,13 @@ levels: - config_path: CONFIGS_DIR/environment_config.yaml layout_path: LAYOUTS_DIR/study_layouts/1-4-bottleneck.layout item_info_path: CONFIGS_DIR/item_info.yaml - name: "Level 3" + name: "Level 2" seed: 12345 config_overwrite: player_config: speed_units_per_seconds: 5 game: - time_limit_seconds: 10 + time_limit_seconds: 300 plates: clean_plates: 1 dirty_plates: 0 @@ -67,13 +67,13 @@ levels: - config_path: CONFIGS_DIR/environment_config.yaml layout_path: LAYOUTS_DIR/study_layouts/1-5-circle.layout item_info_path: CONFIGS_DIR/item_info.yaml - name: "Level 2" + name: "Level 3" seed: 12345 config_overwrite: player_config: speed_units_per_seconds: 5 game: - time_limit_seconds: 10 + time_limit_seconds: 300 validate_recipes: true plates: clean_plates: 1 @@ -104,7 +104,7 @@ levels: seed: 12345 config_overwrite: player_config: - speed_units_per_seconds: 5 + speed_units_per_seconds: 300 game: time_limit_seconds: 10 plates: -- GitLab