- Sep 05, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Aug 20, 2024
-
-
Florian Schröder authored
Enhanced visualizer by adding cache flags for background and counters and a reduced background mode for optimization. Adjusted relevant methods across video replay, performance benchmark, gym environment, and GUI code to use the new caching logic.
-
- Aug 19, 2024
-
-
Florian Schröder authored
Deleted obsolete drawing_perf_benchmark.py and replaced it with the more versatile performance_benchmark.py. Consolidated individual config file reads into a unified load_config_files function, which is now used across various modules for increased code readability and maintainability.
-
Florian Schröder authored
Renamed `grid_size` to `node_size` for clarity and consistency. Removed commented-out code and redundant parameters, and optimized some conditional statements to improve readability.
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Jun 10, 2024
-
-
Fabian Heinrich authored
-
- May 15, 2024
-
-
fheinrich authored
-
- Apr 23, 2024
-
-
Fabian Heinrich authored
Updated Args in docstrings.
-
- Apr 15, 2024
-
-
Fabian Heinrich authored
-
- Apr 12, 2024
-
-
Florian Schröder authored
This commit changes all the URLs across the project, switching from the 'overcooked-simulator' slug to 'cooperative-cuisine'. All files were affected, specifically ones including metadata, documentation links, and setup configurations.
-
- Apr 11, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Apr 10, 2024
-
-
Fabian Heinrich authored
-
Florian Schröder authored
Recipe graphs now include the names of 'interactive_counter' and 'equipment' in Cooperative Cuisine. Updated the random agent to also receive recipe graphs information. These changes were implemented to enhance functionality and efficiently retrieve required information.
-
- Apr 03, 2024
-
-
Fabian Heinrich authored
-
- Mar 27, 2024
-
-
Fabian Heinrich authored
Score is calculated when recipe graph is created and shown next to recipes. Score of order is shown in game.
-
Florian Schröder authored
With this commit, the game now supports SSL connections. In addition, the argument parsing workflow was fundamentally improved to provide a clearer, better-structured usage of command line arguments for different functionalities. It also includes updates to the help documentations - now, each of these functionalities are accessible as subcommands with their own help messages. A minor update was also made to the test suite to reflect these changes.
-
Fabian Heinrich authored
-
- Mar 26, 2024
-
-
Fabian Heinrich authored
-
Florian Schröder authored
Moved the creation of argparse.ArgumentParser objects used to parse command line arguments into a separate module, `argument_parser.py`. This includes organizing all the add_argument calls into specific functions within this new module, in order to increase code readability, reusability and organization within the argument parsing codebase. All existing usages have been updated accordingly.
-
- Mar 25, 2024
-
-
Fabian Heinrich authored
-
- Mar 21, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Mar 20, 2024
-
-
Fabian Heinrich authored
-
- Mar 19, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Mar 15, 2024
-
-
Fabian Heinrich authored
-
- Mar 13, 2024
-
-
fheinrich authored
-
fheinrich 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
- 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
-
Fabian Heinrich authored
-
- Mar 11, 2024
-
-
Fabian Heinrich authored
-