From b5f52835cefdad0fdb05123921eb809be74c5fbc Mon Sep 17 00:00:00 2001 From: fheinrich <fheinrich@techfak.uni-bielefeld.de> Date: Sun, 14 Apr 2024 18:17:39 +0200 Subject: [PATCH] One player by default as it crashes test --- cooperative_cuisine/configs/study/study_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooperative_cuisine/configs/study/study_config.yaml b/cooperative_cuisine/configs/study/study_config.yaml index f10b56f5..d5857ee9 100644 --- a/cooperative_cuisine/configs/study/study_config.yaml +++ b/cooperative_cuisine/configs/study/study_config.yaml @@ -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