From 1f32056281c7cecc790536430ff8986b1268d36c Mon Sep 17 00:00:00 2001 From: fheinrich <fheinrich@techfak.uni-bielefeld.de> Date: Tue, 23 Apr 2024 11:39:59 +0200 Subject: [PATCH] Fixed study config to default --- cooperative_cuisine/configs/study/study_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cooperative_cuisine/configs/study/study_config.yaml b/cooperative_cuisine/configs/study/study_config.yaml index a1be7b43..5ca37732 100644 --- a/cooperative_cuisine/configs/study/study_config.yaml +++ b/cooperative_cuisine/configs/study/study_config.yaml @@ -2,7 +2,7 @@ levels: - config_path: CONFIGS_DIR/environment_config.yaml layout_path: LAYOUTS_DIR/study_layouts/1-1-far-apart.layout - item_info_path: CONFIGS_DIR/item_info_debug.yaml + item_info_path: CONFIGS_DIR/item_info.yaml name: "Level 1" seed: 12345 config_overwrite: @@ -235,7 +235,7 @@ levels: # BurgerWithChips: 60 -num_players: 2 +num_players: 1 num_bots: 0 study_log_path: USER_LOG_DIR/ENV_NAME/ \ No newline at end of file -- GitLab