LizGoban 0.8.0-pre1
Pre-release
Pre-release
- Upgrade KataGo to 1.12.4.
- Blur ownership display. (Borrow the idea from katrain#555.)
- Replace zone indicator with SOPPO indicator for successive misses of the best move.
- Add ownership distribution chart at the bottom left. (Press "x" key to enlarge it.)
- Add thin red background for "hot" periods in winrate graph.
- Add "ambiguity of areas" (faint gray line) and "settled territories" (faint green/pink dots) to score graph.
- Highlight settled areas by "v" key.
- Make long press of cursor keys smoother.
- Fix minor bugs.
Incompatibilities:
- Upgrade libraries (Electron 24, 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.12.4 (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
.