/EOPGA_tools

Analysis Tools for "ELF OpenGo Professional Game Analysis"

Primary LanguagePython

Analysis Tools for "ELF OpenGo Professional Game Analysis"

About "ELF OpenGo Professional Game Analysis"

See ELF OpenGo.

Target

The target of the tools is SGF files which were analyzed with ELF OpenGo.

Tools

winrates.py

calculates winrate transition of each SGF.

python winrates.py <gogod folder> > winrates.raw.csv

check_variations.py

outputs SGFs with the illegal main line or variation. If you want to check only main line, use check_main_line.py.

python check_variations.py <gogod folder> > illegal_variation_sgfs.txt

filter_by_list_file.py

filters lines with any of word list file.

python filter_by_list_file.py winrates.raw.csv illegal_variation_sgfs.txt > winrates.csv

delta_winrates.py

outputs the positions with AI's wonderful suggestions and professionals' execellent play moves.

License

MIT