Skip to content

LizGoban 0.8.0-pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaorahi kaorahi released this 30 Apr 13:50
· 412 commits to master since this 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:

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)...

  1. Download and unzip the same all-in-one package as above.
  2. Copy sample/custom_model/config.json to the same folder as LizGoban *.exe.
  3. Download your favorite network, rename it to katanetwork.gz, and place it in the same folder.

If you want to replace built-in katago...

  1. Download and unzip the same all-in-one package as above.
  2. Copy sample/custom_katago/config.json to the same folder as LizGoban *.exe.
  3. Place your favorite katago and its network in the same folder. They must be renamed to katago.exe and katanetwork.gz, respectively.

If you just want to modify the configurations of built-in katago...

  1. Download and unzip the same all-in-one package as above.
  2. Copy sample/built_in/config.json to the same folder as LizGoban *.exe.
  3. 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.