-
- Downloads
Refactor progress counter handling in overcooked simulator
The commit refines the way the 'progress' method is called on counters in the overcooked simulator. Utilizing Python's introspection functions, the update identifies the relevant counter classes dynamically on setup, and stores them. Simplified calls to these relevant counters are then performed during steps in the simulation. Additionally, the code now checks the superclass with the built-in 'issubclass' function to create counters.
parent
4cf989f6
No related branches found
No related tags found
Please register or sign in to comment