LizGoban 0.8.0-pre2
Pre-release
Pre-release
- Upgrade KataGo to 1.13.0.
- Provide simpler methods to replace the built-in engine / network. Details are available in the notes below.
- Add leadings chart.
- Delete move numbers from tsumego frame to prevent potential confusion for KataGo.
Incompatibilities:
- Upgrade libraries (Electron 25, etc.). So you may need to do "npm install" again if you use LizGoban from the command line.
To use it on 64bit Windows immediately
Just download the all-in-one package (LizGoban-*_win_*.zip
), unzip it, and double-click LizGoban *.exe
. You do not need installation, configuration, additional downloads, and so on. Its file size is due to the built-in engine:
- KataGo 1.13.0 (eigen, eigenavx2, opencl) + 15 block network (g170e-b15c192-s1672 from KataGo 1.4.5)
You can switch KataGo versions (CPU, modern CPU, GPU) by [Preset] menu in LizGoban. The first run of the GPU version may take a long time (1 hour on a low-spec machine, for example) for its initial tuning.
To customize it on 64bit Windows
If you want to replace built-in network (aka. model, weights)...
- Download and unzip the same all-in-one package as above.
- Copy
sample/custom_model/config.json
to the same folder asLizGoban *.exe
. - Download your favorite network, rename it to
katanetwork.gz
, and place it in the same folder.
If you want to replace built-in katago...
- Download and unzip the same all-in-one package as above.
- Copy
sample/custom_katago/config.json
to the same folder asLizGoban *.exe
. - Place your favorite katago and its network in the same folder. They must be renamed to
katago.exe
andkatanetwork.gz
, respectively.
If you just want to modify the configurations of built-in katago...
- Download and unzip the same all-in-one package as above.
- Copy
sample/built_in/config.json
to the same folder asLizGoban *.exe
. - Edit it as you like. See README for its format.
To use it on other platforms (Mac, Linux, ...) or Windows with more flexible configuration
Download the source code and see README.md
.