-
- Downloads
Update configurations, path handling, and study server logic
Made updates across multiple files targeting the usage and setting of configuration files. Several path settings have been altered, and the logic in the study server has been revised. Changes were also made in the file imports and other operations related to configurations and paths. Additionally, a validation check is added to warn if a player with the same name already exists in the environment.
Showing
- cooperative_cuisine/__init__.py 1 addition, 0 deletionscooperative_cuisine/__init__.py
- cooperative_cuisine/__main__.py 3 additions, 0 deletionscooperative_cuisine/__main__.py
- cooperative_cuisine/configs/study/level1/level1_config.yaml 1 addition, 1 deletioncooperative_cuisine/configs/study/level1/level1_config.yaml
- cooperative_cuisine/configs/study/study_config.yaml 9 additions, 13 deletionscooperative_cuisine/configs/study/study_config.yaml
- cooperative_cuisine/environment.py 8 additions, 8 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/recording.py 3 additions, 16 deletionscooperative_cuisine/recording.py
- cooperative_cuisine/study_server.py 30 additions, 16 deletionscooperative_cuisine/study_server.py
- cooperative_cuisine/utils.py 24 additions, 2 deletionscooperative_cuisine/utils.py
Loading
Please register or sign in to comment