Skip to content
Snippets Groups Projects
  1. Apr 17, 2024
    • Florian Schröder's avatar
      Change argument flag for study port · 9be52392
      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.
      9be52392
  2. Apr 12, 2024
  3. Apr 11, 2024
  4. Apr 10, 2024
  5. 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
  6. Apr 04, 2024
  7. Apr 03, 2024
  8. Apr 02, 2024
  9. Mar 27, 2024
  10. Mar 26, 2024
  11. Mar 25, 2024
    • Florian Schröder's avatar
      Handle None client in game connection request · bf70afdc
      Florian Schröder authored
      The update modifies the get_participant_game_connection method in the study server. Now, the method uses "Test" as the default host if the request client is None. This ensures that the functionality will not break when dealing with test or invalid client requests.
      bf70afdc
Loading