-
- Downloads
Remove unnecessary print statements
The print statements that are outputting the kitchen height in the overcooked_environment.py file, the command line arguments in the __main__.py file, and a redundant check in the counter_factory.py file have been removed. This is in an effort to declutter the console output and streamline the code.
parent
97d33243
No related branches found
No related tags found
Showing
- overcooked_simulator/__main__.py 0 additions, 1 deletionovercooked_simulator/__main__.py
- overcooked_simulator/counter_factory.py 1 addition, 3 deletionsovercooked_simulator/counter_factory.py
- overcooked_simulator/overcooked_environment.py 0 additions, 1 deletionovercooked_simulator/overcooked_environment.py
Loading
Please register or sign in to comment