KataGo Distributed Training

About This Run

KataGo is a strong open-source self-play-trained Go engine, with many improvements to accelerate learning (arXiv paper and further techniques since). It can predict score and territory, play handicap games reasonably, and handle many board sizes and rules all with the same neural net.

This site hosts KataGo's first public-distributed training run! With the help of volunteers, we are attempting to resume training from the end of KataGo's previous official run ("g170") that ended in June 2020, and see how much further we can go. If would like to contribute, see below!

Updates

  • 2026-08-25 - Now that v1.18.x is released, with additional performance optimizations for transformers and some rules fixes for data generation, the first transformers have been uploaded to the run, and selfplay is switching to it shortly (yay!). If you haven't upgraded to v1.18.0 or later, please consider upgrading soon! Once enough people have upgraded over the next couple weeks, we will likely disable support for contributing with older versions.
  • 2026-07-29 - v1.17.0 is released! This is the first official release of KataGo that supports transformer models, which are stronger and more efficient than all the prior models (see the same linked release page for download for these models!). Once enough contributors are migrated to v1.17.0, the main run will also switch to transformers for self-play as well.
  • 2026-04-08 - Thanks to hzyhhzy and ZhiziGo, a new very strong large model "kata1-zhizi-b40c768nbt-fdx6c" is now available on the networks page and we are starting to use it for self-play. Thanks and appreciation to them for training and making this model available, as well the additional training data it used. This data will also be mirrored on the katago data archive site here in a few days.
  • 2026-03-22 - Uploaded a new strong model "kata1-zhizi-b28c512nbt-muonfd2" for rating games and general use, on the networks page. This model was generously trained and released by a researcher/contributor hzy, mostly on KataGo's public data with a new optimizer, with support/sponsorship from a company ZhiziGo.
  • 2025-06-04 - Version v1.16.2 is released! Compared to v1.16.0, this version has better numeric scaling that should reduce the chance for KataGo's nets to produce nonfinite values during contribute and produce biased data, or crash with large boards or extreme komis. If you are contributing with v1.16.0, please upgrade to v1.16.2 if you can!
  • 2025-05-16 - Disabled support for contributing using versions prior to v1.16.0, so that we can be uniformly updated to the newest data format. Get the new version here!

  • 2025-05-09 - Over the last few weeks, a number of additional fun and interesting networks have been added to the extra networks page from various developers/contributors, including a strong large-board network ideal for use with the "+bs50" executables in KataGo's v1.16.0 release supporting board sizes up to 50x50. Enjoy!

  • 2025-04-22 - Added a new page to the site with some special extra networks not part of the main run!

  • 2025-04-10 - KataGo v1.16.0 is released! Among other things, this version records new training data that could be used for training experimental action-value heads, enabling cool future research and potential search improvements. If no major bugs or other issues are discovered with this release in the next few days, then we will want to have all contributors upgrade so that the official run can begin accumulating this data over the next months for research.

  • 2024-05-02 - First "b28" neural net uploaded! This new larger neural net runs more slowly, similar to the old 60-block nets, but should be much stronger. From tests on discord, under normal usage this series of nets should be stronger than the b18 nets given equal total time, despite the slower speed, and be by far the strongest nets so far on a per-visit basis. We've also upgraded contributing to require KataGo v1.14.0 or later to support this net.

  • 2023-12-28 - KataGo v1.14.0 is released! This version adds support for a new larger and hopefully stronger "b28" neural net that will likely be ready within the next months. It also has a large number of more minor bugfixes and changes.

  • 2023-06-13 - We are upgraded now - kata1-b18c384nbt-s6582M is the first 18-nested-block neural net with the new improved output heads! You will need to be on version v1.13.0 or later to use the nets from here onward.

  • 2023-05-23 - KataGo v1.13.0 is released! Supports a new version of neural nets with improved output heads for policy and error prediction and various other analysis and search and training improvements. Once most or all contributors upgrade, we will be able to switch to the improved nets. If you're an active contributor please upgrade when you can!

  • 2023-03-04 - We're fully switched to v1.12 now and the first new net of the new architecture, b18c384nbt, has been uploaded for testing! Note the learning rate has been kept far higher than every other network, so it might not be as strong yet as the "uec" version of the new net on the releases page.

  • 2023-02-18 - KataGo is now up to version v1.12.4, with some bugfixes for training data generation! Once enough users are upgraded to this version and particularly off of v1.11, we can try the new improved b18 net and architecture for rating games and data generation. Please upgrade if you can!

  • 2023-01-07 - New release of KataGo, v1.12.0, supporting a new neural net architecture! The new net, b18-uec is about as strong as the 60-block nets but should be faster to run.

  • 2022-05-16 - Disabling support for versions older than v1.11.0 in selfplay data contribution so that we can make full use of new graph search parameters for search during selfplay.

  • 2022-03-20 - KataGo v1.11.0 is released! New graph search algorithm instead of tree search, and various parameter improvements.

  • 2022-01-27 - Switching to 60-block net for selfplay data contribution! 40-block net will continue to be trained as well on the data and be rated as well.

Downloading KataGo

If you simply want to run KataGo, the latest releases are here and you can download the latest networks from here. You very likely want a GUI as well, because the engine alone is command-line-only. Some possible GUIs include KaTrain, LizzieYzy, Lizzie, and q5Go, more can be found searching online.

How to Contribute

Contributors are much appreciated! If you'd like to contribute your spare GPU cycles to generate training data for the run, the steps are:

First, create an account on this site, picking a username and secure password. Make sure to verify your email so that the site considers your account fully active. Note: the username you pick will be publicly visible in statistics and on the games you contribute.

Then pick one of the following methods.

Likely easiest method, for a home desktop computer:

  • Download and install KaTrain
  • Inside the GUI menu, select the option for distributed training, provide the username and password for the account you created, and choose a few settings, then just let it run!

Command line method: if running on a remote server, or have already set up KataGo for other things, or if you want a command line that will work in the background without any GUI, or want slightly more flexibility to configure things:

  • Download KataGo from the latest release.
  • Edit the contribute_example.cfg that came when you downloaded KataGo, use a text editor to fill in your username, password, and the few different settings you want.
  • Run it on the command line like: ./katago contribute -config contribute_example.cfg on Linux, or katago.exe contribute -config contribute_example.cfg on Windows. If it is working, it should print out various stats as it runs, including when it finishes and uploads a game.

Either way, once some games are finished, you can view the results at https://katagotraining.org/contributions/ - scroll down and find your username! If anything looks unusual or buggy about the games, or KataGo is behaving weirdly on your machine, please let us know, so we can avoid uploading and training on bad data. Or, if you encounter any error messages, feel free to ask for help on KataGo's GitHub or the Discord chat.

For advanced users, instead of downloading a release, you can also build it from source. If you do so, use the stable branch, NOT the master branch. The example config can be found in cpp/configs/contribute_example.cfg

And if you're interested contribute to development via coding, or have a cool idea for a tool, check out either KataGo's GitHub or the this website's GitHub, and/or the Discord chat where various devs hang out. If you want to test a change that affects the distributed client and you need a test server to experiment with modified versions of KataGo, it is available at test.katagodistributed.org, contact lightvector or tychota in Discord for a testing account.

Stats for kata1

This run is named kata1 and began on 2020-11-28 20:23:43 UTC.

Data Generation

Across all time, 1456 distinct users have uploaded 4,842,987,675 rows of training data, 97,178,067 training games, and 2,057,328 rating games.

In the last week, 63 distinct users have uploaded 30,852,201 rows of training data, 524,471 new training games, and 9,301 new rating games.

In the last 24h, 41 distinct users have uploaded 6,871,314 rows of training data, 115,972 new training games, and 2,137 new rating games.

Look up and view games for this run here.

Networks

A total of 948 networks have been uploaded for kata1.

Latest network: kata1-tf3-b11c768-s11001M-d5973M

Strongest confidently-rated network: kata1-tf3-b11c768-s11001M-d5973M

Approximate Elo Ratings Graph
Graph is based on about 2,057,328 rating games using mid to high hundreds of playouts. Ratings might still be mildly inflated due to only playing other KataGo nets, but otherwise are fresh and unbiased and involve a variety of nets to avoid rock-paper-scissors. Vertical bars indicate approximately a 95% confidence interval.

Graph is based on games at equal visits rather than equal compute time, since the former is easier to control on widely varying user hardware. Larger/slower networks will be advantaged due to getting more total compute time. Given particular hardware, one can approximately correct for this by benchmarking to measure the speed difference, each doubling of speed may be worth somewhere around 150-250 Elo.

Click and drag to zoom. Double-click or click on a button to reset zoom.

Approx Elo given equal time rather than equal visits (might NOT be accurate, varies with hardware)

Top Contributors

See here for a full list of contributors for kata1.

In the Last 24h

User Training Rows Training Games Rating Games
daoge 3,519,266 rows generated 59,338 training games 1,660 rating games
congxinzhisong 1,088,543 rows generated 18,393 training games 0 rating games
luotiany 486,753 rows generated 8,214 training games 0 rating games
figunova 308,166 rows generated 5,187 training games 0 rating games
Isla 296,576 rows generated 4,970 training games 0 rating games
nalanzeyu 211,313 rows generated 3,556 training games 79 rating games
田所414 163,871 rows generated 2,773 training games 100 rating games
凤鸣. 106,977 rows generated 1,781 training games 0 rating games
Bubblesld 94,947 rows generated 1,609 training games 72 rating games
xinjing 89,688 rows generated 1,530 training games 20 rating games
rczhi 77,385 rows generated 1,303 training games 0 rating games
sxye 58,159 rows generated 978 training games 24 rating games
音乐之贼 50,875 rows generated 893 training games 29 rating games
ez4u 43,259 rows generated 746 training games 3 rating games
GoDoug 40,553 rows generated 659 training games 20 rating games

In the Last Week

User Training Rows Training Games Rating Games
daoge 15,473,009 rows generated 262,578 training games 5,496 rating games
congxinzhisong 4,672,237 rows generated 79,260 training games 0 rating games
figunova 2,217,053 rows generated 37,621 training games 0 rating games
Isla 1,344,527 rows generated 22,719 training games 0 rating games
angliu 1,276,754 rows generated 22,096 training games 0 rating games
nalanzeyu 776,916 rows generated 13,177 training games 363 rating games
凤鸣. 663,521 rows generated 11,235 training games 0 rating games
Bubblesld 611,059 rows generated 10,317 training games 340 rating games
luotiany 609,642 rows generated 10,344 training games 0 rating games
xinjing 408,576 rows generated 7,005 training games 76 rating games
GoDoug 295,391 rows generated 5,056 training games 124 rating games
田所414 284,378 rows generated 4,801 training games 152 rating games
kittyvina 241,584 rows generated 4,071 training games 36 rating games
音乐之贼 226,312 rows generated 4,042 training games 121 rating games
maxueba 210,210 rows generated 3,612 training games 104 rating games

Overall

User Training Rows Training Games Rating Games
yaoge123 516,781,866 rows generated 10,450,310 training games 162,545 rating games
luckyangman 342,435,207 rows generated 6,418,062 training games 140,115 rating games
angliu 306,245,529 rows generated 6,503,941 training games 185,252 rating games
luotiany 265,568,091 rows generated 5,632,434 training games 23,547 rating games
水底2022 264,920,064 rows generated 5,461,179 training games 127,379 rating games
Friday9i 213,765,486 rows generated 4,381,052 training games 62,975 rating games
congxinzhisong 170,844,130 rows generated 3,243,382 training games 255 rating games
maomaochong 154,868,811 rows generated 3,190,535 training games 57,157 rating games
AiqiGo 148,551,176 rows generated 2,819,086 training games 53,342 rating games
maxueba 114,947,725 rows generated 2,358,493 training games 48,228 rating games
jiusi010302 111,549,344 rows generated 2,157,135 training games 32,148 rating games
Bubblesld 108,920,459 rows generated 2,234,700 training games 37,787 rating games
TheOnly92 96,528,605 rows generated 2,009,851 training games 33,835 rating games
Isla 80,931,993 rows generated 1,639,134 training games 87,088 rating games
VegetableKnife 79,204,855 rows generated 1,470,688 training games 23,367 rating games