LeelaWatcher icon indicating copy to clipboard operation
LeelaWatcher copied to clipboard

A GUI for watching Leela Zero self train

Results 13 LeelaWatcher issues
Sort by recently updated
recently updated
newest added

There seems to be quite a bit of code that might have been added for some other project, but it not needed for LeelaWatcher. I plan to remove it to...

leelawatcher can't display game after leela zero Latest commit fc83ec7

The EVENT parser is pretty fragile in the sense that if the initial text sent by autogtp changes at all, it can fail in a mysterious way. I updated the...

The first commit in this PR is actually the same fix as in #40 The rest of it is the refactor for #42.

There is a comment in the Move class that reads: This class is due for a refactoring, it does too much. It * should be divided into a MoveNode, a...

I can see games when running java -jar LeelaWatcher-1.1.0.jar . autogtp.exe with version 0.16 of leela-zero, but it does not work when using 0.17 of leela-zero. It's possible that the...

How do we watch training games in LeelaWatcher, when LeelaZero self-train on Google Colaboratory?

new file: RunLeelaWatcher.sh new file: autogtp new file: waitToSendQ.sh Rough hack to implement https://github.com/fsparv/LeelaWatcher/issues/35 on Linux. Related to https://github.com/gcp/leela-zero/issues/1535 and works with leelaz compiled with https://github.com/gcp/leela-zero/pull/1581 .

https://github.com/gcp/leela-zero/issues/1535#issuecomment-395796644 mentions that q+Enter stops AutoGTP, saving the data for the next time AutoGTP is run. When LeelaWatcher is closed, q+Enter should be sent to the autogtp process. Currently, when...

enhancement