Monday 29 July 2024

Let's Go: setting up KataGo's Human-like network

TL;DR: It's all about them command-line arguments. Here's a short guide:

  1. Install Sabaki
  2. Download the latest release of KataGo and extract it somewhere sensible
  3. Download the human-like model, don't extract this
  4. In Sabaki, open preferences

  5. Click on Engines

  6. Click "Add"
  7. Give the engine a name
  8. In "no arguments", add the following:
    gtp -config C:/KataGoPath/v1.15.0-opencl/gtp_human5k_example.cfg -model C:/ModelPath/b18c384nbt-humanv0.bin.gz -human-model C:/ModelPath/b18c384nbt-humanv0.bin.gz
  9. In sabaki, attach an engine:

  10. Right-click the engine to set it as a player:
I think that's about it.

I suspect, but I haven't bothered checking into it, that the first -model is the analyze one, so you can set that differently to the human-model one. I use katrain for my analysis instead.

No comments:

Post a Comment

Let's Go: setting up KataGo's Human-like network

TL;DR: It's all about them command-line arguments. Here's a short guide: Install Sabaki Download the latest release of KataGo  and e...