Skip to content
Snippets Groups Projects
  1. May 02, 2024
  2. Apr 30, 2024
  3. Apr 23, 2024
  4. Apr 17, 2024
  5. Apr 15, 2024
  6. Apr 14, 2024
  7. Apr 12, 2024
  8. Apr 11, 2024
  9. Apr 10, 2024
  10. Apr 08, 2024
    • Florian Schröder's avatar
      Update random parameter in OrderManager initialization · 182a4708
      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.
      182a4708
  11. Apr 04, 2024
  12. 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
Loading