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 @@
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.
+
+
+ - Analysis: Blue and red squares on the board indicate moves preferred by 1-dan and 5-kyu players based on their intuition. To change these ranks, go to "Preferences" in "Edit" menu.
+ - Play: The rank slider appears in "Match vs. AI" mode. For this human-like play, KataGo requires a different configuration than the usual analysis.
+ - Auto-play: You can set "HumProfile" in "Engine" menu. This setting is used only for "AI vs. AI" in "Tool" menu and does not affect the analysis.
+
+
+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 @@
想定手順の表示では、必然性の高い手ほど大きい文字で番号が描かれます。また、各手の探索数が碁盤の右辺に表示されます(文字nの高さがn手目の探索数に相当)。碁盤右上の赤い数字は一手目の探索数です。
+人間風機能
+
+KataGo v1.15.0から、人間風の分析や対局を行う機能が追加されました。これらの機能には、人間風モデルファイルが必要です。
+
+
+ - 分析:盤上の青と赤の正方形は、初段と五級が直感で好みそうな手を表します。この段級位は、"Edit"メニューの"Preferences"から変更できます。
+ - 対局:「Match vs AI」モードに段級位設定用のバーが表示されます。なお、人間らしい対局のためには、KataGoの設定を通常の解析用とは変える必要があります。
+ - 自動対局:"Engine"メニューの"HumProfile"から段級位などを設定できます。この設定は、"Tool"メニューの"AI vs. AI"用です。分析には影響しません。
+
+
+必要な設定については、KataGoやLizGobanのREADMEファイルを参照ください。
+
勢力分布図