Skip to content
Snippets Groups Projects
  1. Apr 15, 2024
  2. Apr 14, 2024
  3. Apr 12, 2024
  4. Apr 10, 2024
  5. Apr 03, 2024
  6. Mar 27, 2024
  7. Mar 26, 2024
  8. Mar 25, 2024
    • Florian Schröder's avatar
      Add logging for participant connections · 4b7855cc
      Florian Schröder authored
      A logging functionality has been added to record participant connections in the study_server.py. The logs, which include the participant's IP, environment ID, level info, and player info, are stored in the directory specified in the study_config.yaml file. Moreover, the participant's host IP is now provided when retrieving their game connection.
      4b7855cc
    • Fabian Heinrich's avatar
      Seed in study config · 500d043e
      Fabian Heinrich authored
      500d043e
  9. Mar 20, 2024
  10. Mar 11, 2024
  11. Mar 10, 2024
    • Florian Schröder's avatar
      Remove level specific config and item info files · 080bf359
      Florian Schröder authored
      This commit removes the level specific configuration and item information files for 'level1' and 'level2' under the cooperative_cuisine project. Changes have been made to consolidate the configurations into a single file, which improves the maintainability and organization of the application.
      080bf359
  12. Mar 08, 2024
  13. Mar 07, 2024
  14. Mar 06, 2024
  15. Feb 29, 2024
    • Florian Schröder's avatar
      Update player readiness and game configuration · 8373a98b
      Florian Schröder authored
      The 'all_players_ready' field was moved from 'state_representation.py' to 'game_server.py'. Instead of being part of the initial state of the game, it's now part of the server environment, making it easier to keep track of the readiness of all players. Additionally, the game configuration in 'study_config.yaml' was updated to accommodate one player instead of two and no bots.
      8373a98b
    • Fabian Heinrich's avatar
      Added examples for lettuce sprites · 9dd03d7f
      Fabian Heinrich authored
      9dd03d7f
    • Florian Schröder's avatar
      Update configurations, path handling, and study server logic · 19a9fc30
      Florian Schröder authored
      Made updates across multiple files targeting the usage and setting of configuration files. Several path settings have been altered, and the logic in the study server has been revised. Changes were also made in the file imports and other operations related to configurations and paths. Additionally, a validation check is added to warn if a player with the same name already exists in the environment.
      19a9fc30
    • Florian Schröder's avatar
      Update level configurations and add RecipeValidation class · baa88a0c
      Florian Schröder authored
      The configurations for study level and game layout have been updated to accommodate new requirements. Additionally, a RecipeValidation class has been created to handle recipe graphs, which is now being utilized in both the drawing and game_server files. This is instead of the previous more scattered approach of handling such graphs within other classes or standalone functions. These changes make the code more organized and efficient.
      baa88a0c
    • Florian Schröder's avatar
      Add Movement class for handling player and counter interactions · ef72806c
      Florian Schröder authored
      This commit introduces a new Movement class which handles player movements, collisions, and interactions with counters in the 'cooperative_cuisine' environment. The commit also includes necessary changes to related configurations and adjustments in the 'environment.py' and 'player.py' files to accommodate the introduction of this new class. This encapsulation enhances readability, promotes code organization, and adheres to the principle of Single Responsibility.
      ef72806c
  16. Feb 28, 2024
  17. Feb 27, 2024
  18. Feb 23, 2024
  19. Feb 22, 2024
Loading