-
- Downloads
Improve collision detection and player control handling
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.
Showing
- overcooked_simulator/game_content/agents/arch_config.yml 7 additions, 6 deletionsovercooked_simulator/game_content/agents/arch_config.yml
- overcooked_simulator/gui_2d_vis/overcooked_gui.py 22 additions, 12 deletionsovercooked_simulator/gui_2d_vis/overcooked_gui.py
- overcooked_simulator/overcooked_environment.py 27 additions, 34 deletionsovercooked_simulator/overcooked_environment.py
Loading
Please register or sign in to comment