Skip to content
Snippets Groups Projects
  1. Feb 14, 2024
    • Florian Schröder's avatar
      Implement removal of old messages from environment · ec29d41c
      Florian Schröder authored
      The commit introduces a function to remove old information messages from the environment in the Overcooked simulator. In addition, the visualization code in the GUI was updated to display multiple messages instead of only the latest one. The display now supports different colors for normal and warning messages.
      ec29d41c
  2. Feb 09, 2024
    • Florian Schröder's avatar
      Add in-game information messages feature · 5055e503
      Florian Schröder authored
      The updates have introduced an in-game information messages feature, allowing messages to be delivered to players during gameplay. This could be used to notify about certain events or conditions such as new fires or fire spreading. The updates also included the necessary hooks and message levels, which are 'Normal', 'Warning', and 'Success'. Furthermore, these messages can be displayed in the game's GUI.
      5055e503
  3. Feb 08, 2024
    • Florian Schröder's avatar
      Update package version requirements in setup.py · beea6895
      Florian Schröder authored
      The package version requirements in setup.py have been updated to specific versions rather than picking the latest available version blindly. This is done to ensure compatibility and prevent potential failures due to future package updates that may introduce breaking changes.
      beea6895
    • Florian Schröder's avatar
      Update package dependencies in setup.py · d690d83c
      Florian Schröder authored
      The fastapi and websockets package dependencies were updated to their specific versions, ensuring compatibility. An extra 'rl' dependency section got added, which lists 'gymnasium', 'stable-baselines3[extra]', 'opencv-python', and 'wandb' as its components.
      d690d83c
  4. Feb 07, 2024
  5. Feb 06, 2024
Loading