Skip to content

Instantly share code, notes, and snippets.

@laserbat
Created November 19, 2022 13:54
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laserbat/ecff7754965eae004549c3ead950099c to your computer and use it in GitHub Desktop.
Save laserbat/ecff7754965eae004549c3ead950099c to your computer and use it in GitHub Desktop.
Maia chess config
threads=1
task-workers=0
out-of-order-eval=false
max-prefetch=0
minibatch-size=1
nncache=0
smart-pruning-factor=0
temperature=1.0
policy-softmax-temp=1.0
temp-endgame=0.25
tempdecay-moves=22
temp-cutoff-move=20
setoption name Threads value 1
setoption name TaskWorkers value 0
setoption name OutOfOrderEval value false
setoption name MaxPrefetch value 0
setoption name MinibatchSize value 1
setoption name NNCacheSize value 0
setoption name SmartPruningFactor value 0
setoption name PolicyTemperature 1.0
setoption name Temperature value 1.0
setoption name TempEndgame value 0.25
setoption name TempCutoffMove value 20
setoption name TempDecayMoves value 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment