leela-variations
leela-variations copied to clipboard
Go Game Move Variations Generator / Reviewer using Leela Engine
leela-variations
Generates variations for each move in given SGF file. The variations are the top branches Leela engine visited before picking the best one among them. Leela suggests the first top move and a expected list of move beyond that. It is not confirmed as further evaluation is done in next move but provides a close picture of moves to come.
Running the program (Tested in Ubuntu/Linux)
- If new version of Leela is available (9.0 is included in
leela-binaryfolder , download the binary and replace contents ofleela-binaryfolder. Make edit main scriptleela-variationto change the name of binary file. - Execute scrupt as
./leela-variations <source.sgf> <destination.sgf>
Takes a while to complete the playout producting destination.sgf with variations along the way.
Running on windows (Not tested)
- Download windows version of leela and edit script to change the filename. Other things should work without problem.
- Download GTP Version from : https://sjeng.org/leela.html
Further improvement
- Extend variation using actual extended play in branches as well (Will take forever to finish a game though).
License
This project is copyleft. The see leela-binary/LICENSE for leela's license.