From ee851b8143ad45ce465a955adb234840f8ee0884 Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Fri, 26 Jul 2024 21:59:43 +0900 Subject: [PATCH] update README and help for human-style features --- README.md | 2 ++ src/help.html | 12 ++++++++++++ src/help_ja.html | 12 ++++++++++++ 3 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 2c82e21..21a9e8c 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ Start LizGoban as Never set `reportAnalysisWinratesAs` and `ponderingEnabled` in your *.cfg. +For the human-style features from [KataGo v1.15.0](https://github.com/lightvector/KataGo/releases/tag/v1.15.0), review the sample config.json in the [Windows package](https://github.com/kaorahi/lizgoban/releases). + #### To configure LizGoban: Here is a longer example of config.json for Leela Zero 0.17 and KataGo 1.4.4 or later. diff --git a/src/help.html b/src/help.html index 54095dd..f26833b 100644 --- a/src/help.html +++ b/src/help.html @@ -442,6 +442,18 @@

KataGo

When the suggested variation is shown, inevitability of each move is indicate by its font size. The visits of each move is also indicated along the right edge of the board. The height of the letter n corresponds to the relative visits of the n-th move. The red number at the top right corner is the visits of the first move.

+

Human-style features

+ +Starting from v1.15.0, KataGo includes features for human-like play and analysis. These features are activated if the human model is available. + + + +Refer to the README files of KataGo and LizGoban for the necessary configurations for these features. +

Ownership distribution chart

diff --git a/src/help_ja.html b/src/help_ja.html index d6ee0da..885019c 100644 --- a/src/help_ja.html +++ b/src/help_ja.html @@ -381,6 +381,18 @@

KataGo

想定手順の表示では、必然性の高い手ほど大きい文字で番号が描かれます。また、各手の探索数が碁盤の右辺に表示されます(文字nの高さがn手目の探索数に相当)。碁盤右上の赤い数字は一手目の探索数です。

+

人間風機能

+ +KataGo v1.15.0から、人間風の分析や対局を行う機能が追加されました。これらの機能には、人間風モデルファイルが必要です。 + + + +必要な設定については、KataGoやLizGobanのREADMEファイルを参照ください。 +

勢力分布図