try to solve smallClassic
This commit is contained in:
@ -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 )")
|
||||
|
Reference in New Issue
Block a user