Skip to content
Snippets Groups Projects
  1. Jul 30, 2024
  2. May 07, 2024
    • Florian Schröder's avatar
      Updated project license and included in relevant files · 029ba2ed
      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.
      029ba2ed
  3. Apr 30, 2024
  4. Apr 15, 2024
  5. Apr 12, 2024
    • Florian Schröder's avatar
      Update software version to 1.1.2 · 46d57a0a
      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.
      46d57a0a
    • Florian Schröder's avatar
      Update URLs from 'overcooked-simulator' to 'cooperative-cuisine' · e87e14e8
      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.
      e87e14e8
  6. Apr 10, 2024
    • Florian Schröder's avatar
      Add recipe graph and info to cooperative cuisine · 54f94688
      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.
      54f94688
  7. Apr 04, 2024
  8. Apr 03, 2024
    • Florian Schröder's avatar
      Update naming convention for Cooperative Cuisine · 00910c45
      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.
      00910c45
    • Florian Schröder's avatar
      Update version to 1.1.1 · e942f35b
      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.
      e942f35b
    • Florian Schröder's avatar
      Add type hints and docstrings across multiple modules · 5c100dd0
      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.
      5c100dd0
  9. Mar 27, 2024
    • Florian Schröder's avatar
      Update application version to 1.1.0 · af5f8dbd
      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's avatar
      Changelog · ec1ec758
      Fabian Heinrich authored
      ec1ec758
    • Florian Schröder's avatar
      Update SSL usage and enhance argument parsing · 843b145f
      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.
      843b145f
    • Fabian Heinrich's avatar
      Changelog · 90ce37a7
      Fabian Heinrich authored
      90ce37a7
  10. Mar 25, 2024
    • Florian Schröder's avatar
      Update CHANGELOG.md · 7eeff989
      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.
      7eeff989
  11. Mar 21, 2024
  12. Mar 20, 2024
  13. Mar 11, 2024
    • Florian Schröder's avatar
      Update CHANGELOG with latest additions and changes · a1f34c47
      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.
      a1f34c47
  14. Mar 08, 2024
  15. Mar 05, 2024
    • Florian Schröder's avatar
      Update wording in CHANGELOG.md · 15de61b9
      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.
      15de61b9
    • Florian Schröder's avatar
      Update documentation and improve changelog · eb4ae7eb
      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.
      eb4ae7eb
    • Florian Schröder's avatar
      Update .gitlab-ci.yml and expand CHANGELOG.md · 593f63c1
      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.
      593f63c1
  16. Nov 23, 2023
Loading