-
- Downloads
Add penalty for trashing items in Overcooked simulator
This update introduces a penalty computation for items that the player puts into the trash in the Overcooked simulator. A new function has been added onto the Order class to calculate this penalty, and the Trashcan class has been updated to use this new function whenever an item is dropped off. This change helps to further emulate real gameplay mechanics.
Showing
- overcooked_simulator/counter_factory.py 2 additions, 0 deletionsovercooked_simulator/counter_factory.py
- overcooked_simulator/counters.py 9 additions, 0 deletionsovercooked_simulator/counters.py
- overcooked_simulator/game_content/environment_config.yaml 2 additions, 0 deletionsovercooked_simulator/game_content/environment_config.yaml
- overcooked_simulator/order.py 17 additions, 0 deletionsovercooked_simulator/order.py
Loading
Please register or sign in to comment