Project 'scs/cocosy/overcooked-simulator' was moved to 'scs/cocosy/cooperative-cuisine'. Please update any links and bookmarks that may still have the old path.
Commits on Source (25)
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Resolve "Score green or red when changed" Closes #121 See merge request scs/cocosy/overcooked-simulator!91
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
The code now contains a new hook named "additional_state_update" and accommodates accepting additional state content. This functionality is used to better manage player readiness states in the game_server module and includes updates to the get_state and get_json_state methods in the environment module. New changes also impact the environment configuration files.
-
Florian Schröder authored
The 'game_ended_step' has been added to both 'environment_config_no_validation.yaml' and 'environment_config.yaml' files. This state will trigger at the end of each game, and now it'll be recognized by the system.
-
Florian Schröder authored
Corrected spelling and added information about state content storage. The spelling error related to "hot-plugging" has been corrected. Also, a detail about the new change in state content storage, which is now being held in its own variable instead of passed through a keyword argument to the step function, has been added.
-
Florian Schröder authored
Resolve "additional state keys and values" Closes #124 See merge request scs/cocosy/overcooked-simulator!92
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Showing
- CHANGELOG.md 3 additions, 1 deletionCHANGELOG.md
- cooperative_cuisine/configs/environment_config.yaml 3 additions, 0 deletionscooperative_cuisine/configs/environment_config.yaml
- cooperative_cuisine/configs/environment_config_no_validation.yaml 2 additions, 0 deletions...ive_cuisine/configs/environment_config_no_validation.yaml
- cooperative_cuisine/configs/item_info.yaml 5 additions, 0 deletionscooperative_cuisine/configs/item_info.yaml
- cooperative_cuisine/configs/layouts/overcooked-1/1-1-far-apart.layout 1 addition, 1 deletion...cuisine/configs/layouts/overcooked-1/1-1-far-apart.layout
- cooperative_cuisine/configs/layouts/study_layouts/1-1-far-apart.layout 14 additions, 0 deletions...uisine/configs/layouts/study_layouts/1-1-far-apart.layout
- cooperative_cuisine/configs/layouts/study_layouts/1-4-bottleneck.layout 14 additions, 0 deletions...isine/configs/layouts/study_layouts/1-4-bottleneck.layout
- cooperative_cuisine/configs/layouts/study_layouts/1-5-circle.layout 14 additions, 0 deletions...e_cuisine/configs/layouts/study_layouts/1-5-circle.layout
- cooperative_cuisine/configs/layouts/study_layouts/forced-cooperation.layout 9 additions, 0 deletions...e/configs/layouts/study_layouts/forced-cooperation.layout
- cooperative_cuisine/configs/study/study_config.yaml 94 additions, 14 deletionscooperative_cuisine/configs/study/study_config.yaml
- cooperative_cuisine/counters.py 4 additions, 0 deletionscooperative_cuisine/counters.py
- cooperative_cuisine/environment.py 13 additions, 10 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/game_server.py 5 additions, 4 deletionscooperative_cuisine/game_server.py
- cooperative_cuisine/hooks.py 8 additions, 0 deletionscooperative_cuisine/hooks.py
- cooperative_cuisine/orders.py 14 additions, 15 deletionscooperative_cuisine/orders.py
- cooperative_cuisine/pygame_2d_vis/drawing.py 16 additions, 1 deletioncooperative_cuisine/pygame_2d_vis/drawing.py
- cooperative_cuisine/pygame_2d_vis/gui.py 76 additions, 35 deletionscooperative_cuisine/pygame_2d_vis/gui.py
- cooperative_cuisine/pygame_2d_vis/images/plate_dispenser.png 0 additions, 0 deletionscooperative_cuisine/pygame_2d_vis/images/plate_dispenser.png
- cooperative_cuisine/pygame_2d_vis/images/wall.png 0 additions, 0 deletionscooperative_cuisine/pygame_2d_vis/images/wall.png
- cooperative_cuisine/pygame_2d_vis/locales/translations.de.json 4 additions, 3 deletions...rative_cuisine/pygame_2d_vis/locales/translations.de.json
9.46 KiB
7.19 KiB