- Jul 19, 2024
-
-
Christoph Kowalski authored
-
Christoph Kowalski authored
-
- Jul 05, 2024
-
-
Christoph Kowalski authored
All logs, videos, models and wandb data is stored in the logs folder which is included in the gitignore and will therefore not be pushed.
-
Christoph Kowalski authored
All logs, videos, models and wandb data is stored in the logs folder which is included in the gitignore and will therefore not be pushed.
-
- Jun 10, 2024
-
-
Fabian Heinrich authored
-
- Jun 01, 2024
-
-
Florian Schröder authored
-
- May 29, 2024
-
-
Florian Schröder authored
-
Florian Schröder authored
-
- May 15, 2024
-
-
fheinrich authored
-
- May 13, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Fixed caching of recipe layouts. Ids were used in hash, which are generated new every start of the game.
-
Fabian Heinrich authored
-
- May 07, 2024
-
-
Florian Schröder authored
Changed the project license from MIT License to Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). This new license has been added to the LICENSE file, README.md, and __init__.py within the cooperative_cuisine directory.
-
- Apr 30, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Added what the player was holding to POST_COUNTER_PICK_UP
-
- Apr 23, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Updated Args in docstrings.
-
- Apr 17, 2024
-
-
Florian Schröder authored
The command line argument flag for specifying the study port has been changed from "-p" to "-sp". This alteration ensures a clearer distinction from other possible single-character argument flags.
-
- Apr 15, 2024
-
-
Fabian Heinrich authored
-
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
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
-
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.
-