Resolve "Adapt/Overwrite env config attr in Study config"
- Mar 11, 2024
-
-
Florian Schröder authored
This commit deletes an unnecessary file that was identified in the system. This helps in maintaining a cleaner and more efficient codebase.
-
Florian Schröder authored
# Conflicts: # cooperative_cuisine/configs/study/level1/level1_config.yaml # cooperative_cuisine/configs/study/level2/level2_config.yaml
-
- Mar 10, 2024
-
-
Florian Schröder authored
The pprint import and its instances were removed from study_server.py to clean up the code. The change will not affect the functionality, as the pprint statements were only used for debugging and are not necessary for the server's operations.
-
Florian Schröder authored
This commit removes the level specific configuration and item information files for 'level1' and 'level2' under the cooperative_cuisine project. Changes have been made to consolidate the configurations into a single file, which improves the maintainability and organization of the application.
-