You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#assert len(sys.argv) == 2, "Please specify which model you would like to play against (ex: python3 play.py models/PedrosModel).\n Tab complete works!"
#model = model.Model((3, 3, 3), sys.argv[1])
model = model.Model((3, 3, 3), "new_model")
print("\n\n" + str(board))
current_player = input("\nWho plays first (Me/AI)? ")