Skip to content

Commit

Permalink
update README and help for human-style features
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Jul 26, 2024
1 parent 5a50817 commit ee851b8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions src/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,18 @@ <h2><a name="Katago">KataGo</a></h2>
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.
</p>

<h3>Human-style features</h3>

Starting from <a href="https://github.com/lightvector/KataGo/releases/tag/v1.15.0">v1.15.0</a>, KataGo includes features for human-like play and analysis. These features are activated if the human model is available.

<ul>
<li>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.</li>
<li>Play: The rank slider appears in "Match vs. AI" mode. For this human-like play, KataGo requires a different configuration than the usual analysis.</li>
<li>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.</li>
</ul>

Refer to the README files of KataGo and LizGoban for the necessary configurations for these features.

<h3><a name="OwnershipDistrib"></a>Ownership distribution chart</h3>

<p>
Expand Down
12 changes: 12 additions & 0 deletions src/help_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,18 @@ <h2><a name="Katago">KataGo</a></h2>
想定手順の表示では、必然性の高い手ほど大きい文字で番号が描かれます。また、各手の探索数が碁盤の右辺に表示されます(文字nの高さがn手目の探索数に相当)。碁盤右上の赤い数字は一手目の探索数です。
</p>

<h3>人間風機能</h3>

KataGo <a href="https://github.com/lightvector/KataGo/releases/tag/v1.15.0">v1.15.0</a>から、人間風の分析や対局を行う機能が追加されました。これらの機能には、人間風モデルファイルが必要です。

<ul>
<li>分析:盤上の青と赤の正方形は、初段と五級が直感で好みそうな手を表します。この段級位は、"Edit"メニューの"Preferences"から変更できます。</li>
<li>対局:「Match vs AI」モードに段級位設定用のバーが表示されます。なお、人間らしい対局のためには、KataGoの設定を通常の解析用とは変える必要があります。</li>
<li>自動対局:"Engine"メニューの"HumProfile"から段級位などを設定できます。この設定は、"Tool"メニューの"AI vs. AI"用です。分析には影響しません。</li>
</ul>

必要な設定については、KataGoやLizGobanのREADMEファイルを参照ください。

<h3><a name="OwnershipDistrib"></a>勢力分布図</h3>

<p>
Expand Down

0 comments on commit ee851b8

Please sign in to comment.