Skip to content

Instantly share code, notes, and snippets.

View MartinVingerhoets's full-sized avatar

Martin Vingerhoets MartinVingerhoets

View GitHub Profile
competition_type = 'playoff'
board_size = 19
komi = 7.5
players = {
'LZ-8v' : Player('./leelaz -g -w ecab83bb611574a6a3139ae0f9734c172167997a843fbb034dac88246cfd7199 -v 8 --timemanage off --noponder -t 1 -r 2', startup_gtp_commands=["time_settings 0 5000 1"]),
'LZ-16v' : Player('./leelaz -g -w ecab83bb611574a6a3139ae0f9734c172167997a843fbb034dac88246cfd7199 -v 16 --timemanage off --noponder -t 1 -r 2', startup_gtp_commands=["time_settings 0 5000 1"]),
'LZ-32v' : Player('./leelaz -g -w ecab83bb611574a6a3139ae0f9734c172167997a843fbb034dac88246cfd7199 -v 32 --timemanage off --noponder -t 1 -r 2', startup_gtp_commands=["time_settings 0 5000 1"]),
'LZ-64v' : Player('./leelaz -g -w ecab83bb611574a6a3139ae0f9734c172167997a843fbb034dac88246cfd7199 -v 64 --timemanage off --noponder -t 1 -r 2', startup_gtp_commands=["time_settings 0 5000 1"]),
(;EV[30th Asian TV Cup, final]DT[2018-05-04]PB[Na Hyun]BR[9p]PW[Kim Jiseok]WR[9p]KM[6.5]RE[W+2.5]SO[Go4Go.net]AP[Sabaki:0.33.3]CA[UTF-8]
;B[pd]
;W[dd]
;B[qp]
;W[dp]
;B[fq]
;W[oq]
;B[po]
;W[cn]
;B[lq]
competition_type = 'playoff'
board_size = 19
komi = 7.5
players = {
'LZ-1' : Player('./leelaz -g -w 2fb02cfe21d5de064176bad19dac5bd09ab4e773e5b8f7ce8f6990d135d6dc63 -v 80 --noponder -t 2 -r 5'),
'Leela11' : Player('./leela_0110_linux_x64_opencl -g --noponder -t 2'),
}