From 6cb370b56564cd6aa27ae5b7c676ca0fb166c143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <fschroeder@techfak.uni-bielefeld.de> Date: Wed, 14 Feb 2024 16:13:19 +0100 Subject: [PATCH] Info msgs are optional, put them in comment in the config --- .../game_content/environment_config.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/overcooked_simulator/game_content/environment_config.yaml b/overcooked_simulator/game_content/environment_config.yaml index 4264c456..00716059 100644 --- a/overcooked_simulator/game_content/environment_config.yaml +++ b/overcooked_simulator/game_content/environment_config.yaml @@ -140,18 +140,18 @@ extra_setup_functions: log_class_kwargs: log_path: USER_LOG_DIR/ENV_NAME/LOG_RECORD_NAME.jsonl add_hook_ref: true - info_msg: - func: !!python/name:overcooked_simulator.recording.class_recording_with_hooks '' - kwargs: - hooks: [ cutting_board_100 ] - log_class: !!python/name:overcooked_simulator.info_msg.InfoMsgManager '' - log_class_kwargs: - msg: Glückwunsch du hast was geschnitten! - fire_msg: - func: !!python/name:overcooked_simulator.recording.class_recording_with_hooks '' - kwargs: - hooks: [ new_fire ] - log_class: !!python/name:overcooked_simulator.info_msg.InfoMsgManager '' - log_class_kwargs: - msg: Feuer, Feuer, Feuer - level: Warning \ No newline at end of file +# info_msg: +# func: !!python/name:overcooked_simulator.recording.class_recording_with_hooks '' +# kwargs: +# hooks: [ cutting_board_100 ] +# log_class: !!python/name:overcooked_simulator.info_msg.InfoMsgManager '' +# log_class_kwargs: +# msg: Glückwunsch du hast was geschnitten! +# fire_msg: +# func: !!python/name:overcooked_simulator.recording.class_recording_with_hooks '' +# kwargs: +# hooks: [ new_fire ] +# log_class: !!python/name:overcooked_simulator.info_msg.InfoMsgManager '' +# log_class_kwargs: +# msg: Feuer, Feuer, Feuer +# level: Warning \ No newline at end of file -- GitLab