-
-
Notifications
You must be signed in to change notification settings - Fork 121
/
tactics.json
66 lines (66 loc) · 1.28 KB
/
tactics.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"tactics": {
"jun_pt": [90, 45, 0, -135],
"agari_prob_est": "ako",
"base": "default",
"do_kan_ordinary": false,
"do_kakan_inclusive": true,
"han_shift_prob_kan": [
0.1,
0.8,
0.1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"houjuu_est": "ako",
"inclusive_fold_est": "ako",
"jun_est": "ako",
"katachi_est": "ako",
"mc_init": "ako",
"my_keiten_prob_est": "ako",
"other_end_est_begin": 0,
"other_end_prob_est": "ako",
"other_keiten_prob_est": "ako",
"result_other_est": "ako",
"ron_ratio_est": "ako",
"ryukyoku_prob_est": "ako",
"sbr_est": "ako",
"tas_est": "ako",
"tenpai_after_est": "ako",
"tenpai_after_est_begin": 0,
"tenpai_after_use_other_reach": true,
"tenpai_prob_est": "ako",
"tsumo_num_est": "ako",
"tsumo_num_ratio": 1,
"use_agari_coeff_tp_an": 8,
"use_agari_coeff_tp_fnm": 0,
"use_other_end_ar": false,
"use_ori_exp_at_dp_fuuro": true,
"hanfu_weight_ron": [{
"han": 2,
"fu": 3,
"value": 0.1
}, {
"han": 3,
"fu": 3,
"value": 0.4
}, {
"han": 4,
"fu": 3,
"value": 0.4
}, {
"han": 6,
"fu": 3,
"value": 0.1
}]
}
}