- Feb 14, 2024
-
-
Florian Schröder authored
# Conflicts: # overcooked_simulator/gui_2d_vis/overcooked_gui.py
-
Florian Schröder authored
Resolve "More maps" Closes #87 See merge request scs/cocosy/overcooked-simulator!54
-
Florian Schröder authored
# Conflicts: # overcooked_simulator/overcooked_environment.py
-
Florian Schröder authored
Resolve "Example Study Server" Closes #93 See merge request scs/cocosy/overcooked-simulator!57
-
Florian Schröder authored
Several GUI instances are managed by a study server for matchmaking. Needs code adjustments to work (change static var)
-
Fabian Heinrich authored
Resolve "Second window" Closes #88 See merge request scs/cocosy/overcooked-simulator!55
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # overcooked_simulator/gui_2d_vis/overcooked_gui.py
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Resolve "More FOV" Closes #89 See merge request scs/cocosy/overcooked-simulator!56
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
The commit introduces a function to remove old information messages from the environment in the Overcooked simulator. In addition, the visualization code in the GUI was updated to display multiple messages instead of only the latest one. The display now supports different colors for normal and warning messages.
-
fheinrich authored
# Conflicts: # overcooked_simulator/overcooked_environment.py
-
fheinrich authored
Fix marking current nearest counter in reach and stopping interactions when moving or beeing pushed away
-
- Feb 13, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Feb 12, 2024
-
-
fheinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
fheinrich authored
-
fheinrich authored
-
- Feb 10, 2024
-
-
Florian Schröder authored
Several Overcooked 1 layout files have been added along with changes in the counter mappings for the game simulator. This includes serving window character changes and addition of clean plate character mappings. Additionally, `overcooked_simulator/utils.py` has been modified to include a method that creates a basic layout grid. These changes help in enhancing and expanding the game simulator.
-
- Feb 09, 2024
-
-
Florian Schröder authored
The updates have introduced an in-game information messages feature, allowing messages to be delivered to players during gameplay. This could be used to notify about certain events or conditions such as new fires or fire spreading. The updates also included the necessary hooks and message levels, which are 'Normal', 'Warning', and 'Success'. Furthermore, these messages can be displayed in the game's GUI.
-
- Feb 08, 2024
-
-
Florian Schröder authored
The package version requirements in setup.py have been updated to specific versions rather than picking the latest available version blindly. This is done to ensure compatibility and prevent potential failures due to future package updates that may introduce breaking changes.
-
Florian Schröder authored
The fastapi and websockets package dependencies were updated to their specific versions, ensuring compatibility. An extra 'rl' dependency section got added, which lists 'gymnasium', 'stable-baselines3[extra]', 'opencv-python', and 'wandb' as its components.
-
- Feb 07, 2024
-
-
Florian Schröder authored
A new class called ManageEnv was introduced, encapsulating manager_id, env_id, and a reason. The asynchronous function stop_env in the game_server.py file was refactored to take an instance of this class as an argument instead of three separate arguments. Additionally, a trailing slash was added to the stop_env request URL in the overcooked_gui.py file.
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Resolve "Fix reading in layouts, ignore empty lines at file end" Closes #85 See merge request scs/cocosy/overcooked-simulator!50
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Resolve "FOV of the players, fog-of-war like vision" Closes #44 See merge request scs/cocosy/overcooked-simulator!42
-