forked from LeelaChessZero/lczero-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserverconfig.json
More file actions
27 lines (27 loc) · 847 Bytes
/
serverconfig.json
File metadata and controls
27 lines (27 loc) · 847 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
{
"database": {
"host": "localhost",
"user": "lc0",
"dbname": "lc0",
"password": "lc0pass"
},
"clients": {
"minClientVersion": 25,
"nextClientVersion": 25,
"minEngineVersion": "v0.24.0",
"nextEngineVersion": "v0.24.0"
},
"urls": {
"onNewNetwork": [],
"networkLocation": "/cached/network/sha/",
"backupNetworkLocation": "http://data.lczero.org/files/networks/"
},
"matches": {
"games": 600,
"parameters": ["--tempdecay-moves=20", "--temperature=2", "--temp-visit-offset=-8", "--cpuct=2.5", "--policy-softmax-temp=1.0", "--noise=true", "--minibatch-size=256", "--out-of-order-eval=true", "--max-collision-visits=9999", "--max-collision-events=32", "--cache-history-length=0", "--smart-pruning-factor=1.33"],
"threshold": -50.0
},
"webserver": {
"address": ":9830"
}
}