- Jul 30, 2024
-
-
Florian Schröder 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
-
- Apr 15, 2024
-
-
Fabian Heinrich authored
-
- Apr 12, 2024
-
-
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.
-
- Apr 10, 2024
-
-
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 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.
-
- 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
-
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 25, 2024
-
-
Florian Schröder authored
Corrected spelling and added information about state content storage. The spelling error related to "hot-plugging" has been corrected. Also, a detail about the new change in state content storage, which is now being held in its own variable instead of passed through a keyword argument to the step function, has been added.
-
- Mar 21, 2024
-
-
Fabian Heinrich authored
-
- Mar 20, 2024
-
-
Fabian Heinrich authored
-
- Mar 11, 2024
-
-
Florian Schröder authored
This commit introduces numerous changes outlined in the CHANGELOG. Major updates include sending full websocket url in player_info and achieving ">90"% code coverage in tests. Several modifications were also made such as refactoring extra_setup_functions, allowing study config overwriting environment config attributes, and changing time comparisons convention. Player config in the environment class has also been refactored to a dataclass.
-
- Mar 08, 2024
-
-
Florian Schröder authored
The version in setup.py has been updated from 0.1.0 to 1.0.0. Additionally, the callback for sink interaction has been removed from hooks.py. The release date of version 1.0.0 has also been confirmed in the CHANGELOG.
-
- Mar 05, 2024
-
-
Florian Schröder authored
Improved the clarity and precision of language used in the CHANGELOG.md file. Specifically, this includes modifying ambiguous sentences and rectifying grammatically incorrect sentences to enhance overall readability.
-
Florian Schröder authored
The provided modifications involve an update to the .gitlab-ci.yml file to include a footer text in the project documentation. There's also an additional point added to the CHANGELOG.md file under the 'study participants' section for clarity. Furthermore, the README.md has been slightly restructured to explicitly mention the availability of extensive project details in the documentation.
-
Florian Schröder authored
Updated the pdoc command in .gitlab-ci.yml file to correct the hyphen usage in the "footer_text" flag. The CHANGELOG.md is significantly expanded to provide a more detailed and organized account of changes with version releases, following the guidelines from keepachangelog.com.
-
- Nov 23, 2023
-
-
Florian Schröder authored
-