-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathtournament.json
32 lines (32 loc) · 876 Bytes
/
tournament.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Game Mode" : "Capitals",
"Repetitions" : 20,
"Rollouts" : false,
"Search Depth" : 20,
"Force End" : false,
"Population Size" : 1,
"Players" : ["MCTS", "pMCTS"],
"Tribes" : ["Xin Xi", "Imperius"],
"Shift Tribes" : true,
"Verbose" : false,
"Level Seeds" : [
"1590191438878", "1590791907337",
"1591330872230", "1590557911279",
"1589827394219", "1590597667781",
"1588955551452", "1588591994323",
"1590218550448", "1592282275322",
"1592432219672", "1590938785410",
"1589359308213", "1591528602817",
"1592393638354", "1588485987095",
"1588564020405", "1589717827778",
"1592435145738", "1592040799152",
"1588965819946", "1589014941900",
"1590182659177", "1590912178111",
"1588407146837"],
"Progressive Bias" : true,
"Pruning" : true,
"K init mult": 0.5,
"T mult": 2.0,
"A mult": 1.5,
"B": 1.3
}