- Mar 18, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Resolve "simple pathfinding" Closes #120 See merge request scs/cocosy/overcooked-simulator!89
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Mar 15, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Changed from unpacking operator to direct accessing of grid idx, weirdly did not work on gitlab test runner
-
Fabian Heinrich authored
-
fheinrich authored
-
fheinrich authored
-
fheinrich authored
-
Fabian Heinrich authored
- added function for calculating a graph with possible movements - used astar on this graph for the random agent
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Mar 14, 2024
-
-
Florian Schröder authored
-
Florian Schröder authored
-
- Mar 13, 2024
-
-
Fabian Heinrich authored
Resolve "controller hotplugging" Closes #118 See merge request scs/cocosy/overcooked-simulator!87
-
fheinrich authored
-
fheinrich authored
-
Florian Schröder authored
Resolve "Configure displayed language" Closes #105 See merge request scs/cocosy/overcooked-simulator!80
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
- Looks simpler - Adjusted button hiding on number of humans - Kitchen size gets returned in level info
-
Fabian Heinrich authored
# Conflicts: # cooperative_cuisine/pygame_2d_vis/gui.py # cooperative_cuisine/pygame_2d_vis/visualization.yaml
-
Florian Schröder authored
Resolve "In screen after a game show cook icons" Closes #108 See merge request scs/cocosy/overcooked-simulator!85
-
Fabian Heinrich authored
# Conflicts: # cooperative_cuisine/pygame_2d_vis/drawing.py
-
Florian Schröder authored
Resolve "Hook when putting items back on dispenser" Closes #111 See merge request scs/cocosy/overcooked-simulator!84
-
Florian Schröder authored
Positions and state of items and counters in the cooperative_cuisine/pygame_2d_vis/sample_state.json file were edited. This included adding new counters and items, changing current nearest counter information and positioning, modifying held objects, and altering active effect conditions among others. The changes cater for a better test coverage.
-
Fabian Heinrich authored
- added number of players to level info - added draw cook method to vis - Draw cook and meal on sufaces and show them on postgame screen instead of text
-
Florian Schröder authored
The reference to the config dictionary has been refactored for better organization in the drawing.py file. Previously, key-value pairs were directly accessed from the config dictionary, now they are accessed from a nested dictionary under the "Gui" key. This change aims to improve code clarity and manageability.
-
Florian Schröder authored
Resolve "Put drawing constants in vis config" Closes #117 See merge request scs/cocosy/overcooked-simulator!83
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Mar 12, 2024
-
-
Florian Schröder authored
The visualization settings for the pygame 2d visualization such as 'use_player_cook_sprites', 'show_interaction_range', and 'show_counter_centers' are now part of the configuration in 'visualization.yaml'. If these settings are not defined in the configuration, the program will use default values. This change allows for easier modification of the visualization aspects without directly changing the code each time.
-
- Mar 11, 2024
-
-
Fabian Heinrich authored
-