Skip to content

Commit 9220979

Browse files
committed
Update max time per move
1 parent 2ae429b commit 9220979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squadro/tools/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DefaultParams:
1414
time_out = 3600.0
1515
first = -1
1616
n_pawns = 5
17-
max_time_per_move = .05
17+
max_time_per_move = 3.
1818
max_time_per_move_real_time = 3.
1919
uct = 1.0
2020
mcts_method = 'biased_uct'

0 commit comments

Comments
 (0)