Skip to content
Snippets Groups Projects
  1. Jul 30, 2024
    • Florian Schröder's avatar
      Update deterministic order generators and tests · b45f1ba3
      Florian Schröder authored
      Refactored the deterministic order generation system to use timed orders with start and duration parsed via pytimeparse. Adjusted configuration files and updated test cases accordingly to cover new functionality and ensure correctness.
      b45f1ba3
  2. Jun 28, 2024
  3. Jun 25, 2024
  4. Jun 18, 2024
  5. May 29, 2024
  6. May 13, 2024
  7. Apr 30, 2024
  8. Apr 23, 2024
  9. Apr 15, 2024
  10. Apr 14, 2024
  11. Apr 12, 2024
  12. Apr 10, 2024
  13. Apr 04, 2024
  14. Apr 03, 2024
  15. Mar 27, 2024
  16. Mar 26, 2024
  17. 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
    • Florian Schröder's avatar
      Add 'game_ended_step' to config files · ed8a0ad8
      Florian Schröder authored
      The 'game_ended_step' has been added to both 'environment_config_no_validation.yaml' and 'environment_config.yaml' files. This state will trigger at the end of each game, and now it'll be recognized by the system.
      ed8a0ad8
    • Florian Schröder's avatar
      Add additional state update hook and functionality · 9e993a13
      Florian Schröder authored
      The code now contains a new hook named "additional_state_update" and accommodates accepting additional state content. This functionality is used to better manage player readiness states in the game_server module and includes updates to the get_state and get_json_state methods in the environment module. New changes also impact the environment configuration files.
      9e993a13
    • Fabian Heinrich's avatar
      Seed in study config · 500d043e
      Fabian Heinrich authored
      500d043e
  18. Mar 20, 2024
  19. Mar 19, 2024
  20. Mar 18, 2024
Loading