Skip to content

Instantly share code, notes, and snippets.

@MartinVingerhoets
Last active May 7, 2018 13:11
Show Gist options
  • Select an option

  • Save MartinVingerhoets/dd5fb04dbd2a667da42f0e4308e1df85 to your computer and use it in GitHub Desktop.

Select an option

Save MartinVingerhoets/dd5fb04dbd2a667da42f0e4308e1df85 to your computer and use it in GitHub Desktop.
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'),
}
matchups = [
Matchup('LZ-1', 'Leela11',
alternating=True,
number_of_games=100),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment