-
- Downloads
Add CookingCounter progress and raise exception for undefined counter types
The CookingCounter is now included in the list of counters for which we calculate progress. Additionally, if a counter type is not defined in the configuration, a ValueError will be raised. Unnecessary imports were also removed from 'overcooked_gui.py', and a 'to_dict' method was added in 'counters.py'. Fixing errors from merge.
parent
21a60763
No related branches found
No related tags found
Showing
- overcooked_simulator/counters.py 5 additions, 0 deletionsovercooked_simulator/counters.py
- overcooked_simulator/gui_2d_vis/drawing.py 7 additions, 1 deletionovercooked_simulator/gui_2d_vis/drawing.py
- overcooked_simulator/gui_2d_vis/overcooked_gui.py 1 addition, 8 deletionsovercooked_simulator/gui_2d_vis/overcooked_gui.py
- overcooked_simulator/overcooked_environment.py 3 additions, 1 deletionovercooked_simulator/overcooked_environment.py
Loading
Please register or sign in to comment