diff --git a/src/game.py b/src/game.py index 62fc3d3..d8095b4 100755 --- a/src/game.py +++ b/src/game.py @@ -93,8 +93,8 @@ def parse_aguments(): help='Weight table for weight based heuristic engines', type=int, nargs=4, - default=[-100, 2, 16, 32] - # default=[-5, 2, 10, 25] + #default=[-100, 2, 16, 32] + default=[-5, 2, 10, 25] ) parser.add_argument('-r',