try to solve smallClassic

This commit is contained in:
2024-07-18 19:18:55 +08:00
parent 1bf4cc1efe
commit ceae34ea86
6 changed files with 58 additions and 13 deletions

View File

@ -745,6 +745,7 @@ if __name__ == '__main__':
"""
args = readCommand(sys.argv[1:]) # Get game components based on input
runGames(**args)
args["pacman"].save_model()
# import cProfile
# cProfile.run("runGames( **args )")