-
- Downloads
Refactor recorder and hooks setup in config files
This commit refactors the setup of recorders and hooks in several configuration files. It simplifies the YAML structure, renames "extra_setup_functions" to "hook_callbacks", and replaces "log_path" with "record_path". This makes the configurations cleaner and more intuitive. The update also removes the "func" and "kwargs" in the extra setup functions. Now only hooks are registered. This change should not affect functionality, because until now only hooks were registered as extra setup functions.
parent
0ddb9e04
No related branches found
No related tags found
Showing
- cooperative_cuisine/__init__.py 1 addition, 1 deletioncooperative_cuisine/__init__.py
- cooperative_cuisine/configs/environment_config.yaml 77 additions, 95 deletionscooperative_cuisine/configs/environment_config.yaml
- cooperative_cuisine/configs/study/level1/level1_config.yaml 85 additions, 107 deletionscooperative_cuisine/configs/study/level1/level1_config.yaml
- cooperative_cuisine/configs/study/level2/level2_config.yaml 85 additions, 107 deletionscooperative_cuisine/configs/study/level2/level2_config.yaml
- cooperative_cuisine/configs/tutorial_env_config.yaml 1 addition, 1 deletioncooperative_cuisine/configs/tutorial_env_config.yaml
- cooperative_cuisine/environment.py 10 additions, 11 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/hooks.py 2 additions, 2 deletionscooperative_cuisine/hooks.py
- cooperative_cuisine/info_msg.py 11 additions, 15 deletionscooperative_cuisine/info_msg.py
- cooperative_cuisine/pygame_2d_vis/video_replay.py 4 additions, 4 deletionscooperative_cuisine/pygame_2d_vis/video_replay.py
- cooperative_cuisine/recording.py 31 additions, 40 deletionscooperative_cuisine/recording.py
- cooperative_cuisine/reinforcement_learning/environment_config_rl.yaml 48 additions, 70 deletions...cuisine/reinforcement_learning/environment_config_rl.yaml
- cooperative_cuisine/scores.py 24 additions, 32 deletionscooperative_cuisine/scores.py
Please register or sign in to comment