- Feb 12, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
fheinrich authored
-
- 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
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # overcooked_simulator/game_server.py # overcooked_simulator/gui_2d_vis/drawing.py # overcooked_simulator/overcooked_environment.py # overcooked_simulator/utils.py
-
Fabian Heinrich authored
-
Florian Schröder authored
This commit modifies a key behavior in the Overcooked simulator. The flag to prevent players from squeezing into each other's positions was set to false, allowing such movements. This might affect gameplay mechanics in situations where players concurrently enter the same location.
-
- Feb 06, 2024
-
-
Fabian Heinrich authored
Resolve "GUI Player Management" Closes #81 See merge request scs/cocosy/overcooked-simulator!44
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # overcooked_simulator/gui_2d_vis/drawing.py # overcooked_simulator/gui_2d_vis/overcooked_gui.py # overcooked_simulator/overcooked_environment.py # overcooked_simulator/utils.py # tests/test_start.py
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Resolve "Record relevant env events in a file" Closes #72 See merge request scs/cocosy/overcooked-simulator!43
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # overcooked_simulator/game_content/environment_config.yaml # overcooked_simulator/game_server.py # overcooked_simulator/order.py # overcooked_simulator/overcooked_environment.py # overcooked_simulator/utils.py
-
Florian Schröder authored
Resolve "Use Random class for random seed and random sampling" Closes #69 See merge request scs/cocosy/overcooked-simulator!48
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Fixed: Burn no longer continues after taking things out of equipment, can take things out of cooking equipment again
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # overcooked_simulator/overcooked_environment.py
-
Fabian Heinrich authored
Resolve "Burnt Meals and Ingredients" Closes #82 See merge request scs/cocosy/overcooked-simulator!47
-
Florian Schröder authored
The Overcooked environment module has been refactored to better handle player movements. The previously existing detect_collision function and its helper functions have been removed as they were no longer needed. Similarly, all the player speed values have been updated to reference a singular player_movement_speed attribute. The changes aimed to improve code readability, enforce unified player speeds, and remove redundant collision detection.
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # overcooked_simulator/gui_2d_vis/drawing.py
-
Fabian Heinrich authored
Resolve "Fire Fire Everywhere
" See merge request scs/cocosy/overcooked-simulator!49 -
Fabian Heinrich authored
-