-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
33 lines (33 loc) · 973 Bytes
/
Copy pathconfig.example.json
File metadata and controls
33 lines (33 loc) · 973 Bytes
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
{
"_comment": "Example config. Do NOT edit region/paddle_y/paddle_color by hand — run calibrate.bat (or press F7 in the bot) to set them for YOUR screen. On first launch the bot copies sensible defaults here and walks you through calibration automatically.",
"region": null,
"paddle_y": null,
"paddle_color": null,
"control_mode": "ad",
"paddle_band": 26,
"paddle_tol": 45,
"deadzone": 10,
"min_area": 12,
"max_area": 6000,
"diff_thresh": 18,
"boot_color_tol": 78,
"boot_learn_frames": 5,
"wall_inset": 6,
"coast_frames": 8,
"vel_smooth": 0.4,
"land_smooth": 0.35,
"aim_mode": "blocks",
"aim_strength": 22,
"aim_gate": 0.5,
"auto_serve": true,
"serve_interval": 0.5,
"serve_confirm_seconds": 0.3,
"serve_gate_seconds": 0.8,
"serve_band_y0": 0.585,
"serve_band_y1": 0.665,
"serve_white_thresh": 175,
"serve_min_white_px": 120,
"serve_min_comp_area": 8,
"serve_min_components": 6,
"serve_min_span_frac": 0.24
}