- Apr 15, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Apr 14, 2024
-
-
Fabian Heinrich authored
-
- Apr 12, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
The setup.py file has been modified to increment the software version to 1.1.2. The change log has been updated accordingly to reflect the version change and the additions in this version such as updated recipe graphs, random agent information, and the newly incorporated SCORE_CHANGED hook.
-
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.
-
Fabian Heinrich authored
-
- Apr 11, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Apr 10, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # CHANGELOG.md
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
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 08, 2024
-
-
Florian Schröder authored
The random parameter in OrderManager's initialization process under cooperative_cuisine/environment.py has been updated. Instead of using an existing random instance, a new one is now created using a specified seed. This allows for more controlled randomness within the system operation.
-
- Apr 04, 2024
-
-
Fabian Heinrich authored
-
- Apr 03, 2024
-
-
Florian Schröder authored
The term "CooperativeCuisine" in multiple files has been replaced with the correct name "Cooperative Cuisine". These changes are reflected in the main code documentation, pygame_2D visualization, item type enumeration, and the CHANGELOG.
-
Florian Schröder authored
The version in setup.py has been updated from 1.1.0 to 1.1.1. Corresponding changes have also been made to the changelog to reflect this version update.
-
Florian Schröder authored
Added type hints and docstrings throughout the project, notably in the effects, orders, study server, and game server modules. These additions provide better understanding and ease in navigating through the codebase. Minor code reorganization and syntax optimization were also performed.
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Apr 02, 2024
-
-
Fabian Heinrich authored
-
- Mar 27, 2024
-
-
Florian Schröder authored
Updated setup.py and CHANGELOG.md to reflect the new version of the application, 1.1.0. This new version includes numerous updates and fixes that resulted from the first version, such as a new command line interface, increased test coverage, support for different languages, and more.
-
Fabian Heinrich authored
Resolve "Score of order depends on remaining time" Closes #128 See merge request scs/cocosy/overcooked-simulator!94
-
Fabian Heinrich authored
-
Fabian Heinrich authored
# Conflicts: # CHANGELOG.md
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
Resolve "Complete Cooperative Cousine Terminal Command" Closes #113 See merge request scs/cocosy/overcooked-simulator!90
-
Fabian Heinrich authored
Score is calculated when recipe graph is created and shown next to recipes. Score of order is shown in game.
-