Skip to content
Snippets Groups Projects
  1. Feb 05, 2024
    • Florian Schröder's avatar
      Improve collision detection and player control handling · b29e3a41
      Florian Schröder authored
      This update refines the collision detection mechanism in the 'overcooked_environment' module. The changes ensure that players can't move into positions where they would collide with other elements. Player control handling in the 'overcooked_gui' module is also tweaked to provide smoother switching between players. Remaining modifications in 'arch_config.yml' deactivate the GUI in status manager and change the preference for IPAACARInfo under communication.
      b29e3a41
    • Florian Schröder's avatar
      Update player movement and collision logic · 020cb4db
      Florian Schröder authored
      The principal updates in this commit focus on modifying the player movement mechanism and refining collision detection logic in the Overcooked game simulation. The changes were made both in the game layout and the player's relation to the environment, by adjusting the player position coordinates and enhancing the collision parameters. Debugging prints were added for better tracking.
      020cb4db
    • Fabian Heinrich's avatar
      Chaotic debugging and testing · 769dabd9
      Fabian Heinrich authored
      769dabd9
  2. Feb 02, 2024
  3. Feb 01, 2024
  4. Jan 31, 2024
  5. Jan 30, 2024
  6. Jan 29, 2024
  7. Jan 28, 2024
    • Florian Schröder's avatar
      Update command line instructions for game server and GUI · 610e930e
      Florian Schröder authored
      The instructions for starting the Overcooked game server and GUI have been updated. They now include manager_ids as extra arguments, which are necessary for proper setup. This changelog is reflected in the __init__.py file of the overcooked_simulator directory.
      610e930e
    • Florian Schröder's avatar
      Update command instructions and enhance error handling · 239e7093
      Florian Schröder authored
      The README.md file has been updated with revised instructions on initiating game server and GUI, specifically the inclusion of manager_ids as arguments. The argument type for manager_ids in utils.py is also altered from list to string. Exception handling in overcooked_gui.py has been improved to explicitly throw a value error when encountering forbidden requests.
      239e7093
    • Florian Schröder's avatar
      Add manager ID argument to Overcooked simulator · 8d82c086
      Florian Schröder authored
      An optional argument for the list of manager IDs was added across the Overcooked simulator. These IDs are now used for authorization purposes when creating environments. Unauthorized attempts now return HTTP error 403. This helps enhance security and control over environment management in the simulation.
      8d82c086
Loading