Skip to content

T60 supplemental self Elo

James Horsfall Thomas edited this page Oct 7, 2020 · 32 revisions

Using a book with no temp and noise, but otherwise similar to the client self-Elo matches. Full cutechess-cli command below.
Matches are all currently anchored by net 65280, with its Elo set at the client self-Elo value.
65370 or 80 next
At this point it looks as if client match self-Elo has an exaggerated drop in recent values, though possibly within error.

   # PLAYER           :  RATING  ERROR   POINTS  PLAYED   (%)     W     L      D  D(%)  CFS(%)
   4 lc0.net.65350    :    2990      5   3018.5    6000    50   972   935   4093    68      71
   2 lc0.net.65330    :    2991      5   3026.5    6000    50   972   919   4109    68      55
   6 lc0.net.65280    :    2988   ----  23973.0   48000    50  7651  7705  32644    68      80
   3 lc0.net.65250    :    2991      5   3023.0    6000    50   980   934   4086    68      56
   5 lc0.net.65240    :    2988      5   3002.5    6000    50   965   960   4075    68      55
   1 lc0.net.65230    :    2992      5   3034.0    6000    51   962   894   4144    69      60
   7 lc0.net.65180    :    2986      5   2982.5    6000    50   968  1003   4029    67      65
   9 lc0.net.65100    :    2984      5   2969.0    6000    49   936   998   4066    68     ---
   8 lc0.net.65000    :    2985      5   2971.0    6000    50   950  1008   4042    67      53

Green is standard self-Elo, blue is data from above: image .

E:\cutechess-cli\cutechess-cli -engine conf=Lc0.26.1 name=lc0.net.65280 nodes=800 option.WeightsFile="C:/Lc0_nets/net65280" option.FpuValue=0.3 option.FpuStrategyAtRoot="absolute" option.FpuValueAtRoot=1.0 option.CPuct=1.3 option.CPuctAtRoot=2.5 option.PolicyTemperature=1.4 option.MovesLeftMaxEffect=0.1 option.MovesLeftThreshold=0.0 option.MovesLeftSlope=0.0004 option.MovesLeftQuadraticFactor=1.0 option.MovesLeftConstantFactor=0.0 option.SyzygyPath="D:/tb" option.Backend="cudnn-fp16" option.BackendOptions="gpu=1" -engine conf=Lc0.26.1 name=lc0.net.65330 nodes=800 option.WeightsFile="C:/Lc0_nets/net65330" option.FpuValue=0.3 option.FpuStrategyAtRoot="absolute" option.FpuValueAtRoot=1.0 option.CPuct=1.3 option.CPuctAtRoot=2.5 option.PolicyTemperature=1.4 option.MovesLeftMaxEffect=0.1 option.MovesLeftThreshold=0.0 option.MovesLeftSlope=0.0004 option.MovesLeftQuadraticFactor=1.0 option.MovesLeftConstantFactor=0.0 option.SyzygyPath="D:/tb" option.Backend="cudnn-fp16" option.BackendOptions="gpu=1" -site Hephaestus -tb "D:/tb" -openings file=book-ply12-unifen-Q-0.1-0.5.pgn order=random -repeat -draw movenumber=40 movecount=5 score=10 -resign movecount=5 score=500 twosided=true -each tc=inf -concurrency 1 -games 2 -rounds 3000 -pgnout lc0_match.1A_Hephaestus.pgn 1> lc0_match.1A_Hephaestus.log
Clone this wiki locally