Skip to content

LizGoban 0.8.0-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaorahi kaorahi released this 29 Jun 12:51
· 158 commits to master since this 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:

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.