diff --git a/unofficial_release/Makefile b/unofficial_release/Makefile
index 58ba501e..d0c57548 100644
--- a/unofficial_release/Makefile
+++ b/unofficial_release/Makefile
@@ -1,21 +1,24 @@
-VERSION = 231231a
+VERSION = 240720b
ZIP_NAME = tmp_Lizzie-patched-0.7.4_$(VERSION).zip
FILES = Lizzie.vbs README.html README_ja.html config.txt jar jre katago
KATA_DIR = katago
-KATA_URL1 = https://github.com/lightvector/KataGo/releases/download/v1.14.0/katago-v1.14.0-eigen-windows-x64.zip
-KATA_URL2 = https://github.com/lightvector/KataGo/releases/download/v1.14.0/katago-v1.14.0-eigenavx2-windows-x64.zip
-KATA_URL3 = https://github.com/lightvector/KataGo/releases/download/v1.14.0/katago-v1.14.0-opencl-windows-x64.zip
-KATA_MODEL_URL = https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b15c192-s1672170752-d466197061.txt.gz
+# KATA_URL1 = https://github.com/lightvector/KataGo/releases/download/v1.15.1/katago-v1.15.1-eigen-windows-x64.zip
+KATA_URL2 = https://github.com/lightvector/KataGo/releases/download/v1.15.1/katago-v1.15.1-eigenavx2-windows-x64.zip
+KATA_URL3 = https://github.com/lightvector/KataGo/releases/download/v1.15.1/katago-v1.15.1-opencl-windows-x64.zip
+KATA_MODEL_URL = https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b18c384nbt-s9996604416-d4316597426.bin.gz
+KATA_HUMANMODEL_URL = https://github.com/lightvector/KataGo/releases/download/v1.15.1/b18c384nbt-humanv0.bin.gz
zip:
zip -r $(ZIP_NAME) $(FILES)
kata:
- \wget -O tmp_kata1.zip $(KATA_URL1)
+ mkdir -p $(KATA_DIR)
+# \wget -O tmp_kata1.zip $(KATA_URL1)
\wget -O tmp_kata2.zip $(KATA_URL2)
\wget -O tmp_kata3.zip $(KATA_URL3)
- cd $(KATA_DIR); unzip -o ../tmp_kata1.zip; mv katago.exe katago-eigen.exe
+# cd $(KATA_DIR); unzip -o ../tmp_kata1.zip; mv katago.exe katago-eigen.exe
cd $(KATA_DIR); unzip -o ../tmp_kata2.zip; mv katago.exe katago-eigenavx2.exe
cd $(KATA_DIR); unzip -o ../tmp_kata3.zip; mv katago.exe katago-opencl.exe
- cd $(KATA_DIR); \wget -O default_model.txt.gz $(KATA_MODEL_URL)
+ cd $(KATA_DIR); \wget -O default_model.bin.gz $(KATA_MODEL_URL)
+ cd $(KATA_DIR); \wget -O human_model.bin.gz $(KATA_HUMANMODEL_URL)
diff --git a/unofficial_release/README.html b/unofficial_release/README.html
index 08f5a974..c508ee7a 100644
--- a/unofficial_release/README.html
+++ b/unofficial_release/README.html
@@ -15,19 +15,20 @@
Lizzie patched-0.7.4
Contents
Usage
-Right-click the downloaded file to UNZIP it (Never double-click the zip file directly to open it). Then just double-click "Lizzie" (Lizzie.vbs) in it. Hit SPACE key to stop/start analysis. You may want to switch the rule from "Analyze" menu. You can also switch three AIs from "Engine" menu:
+Right-click the downloaded file to UNZIP it (Never double-click the zip file directly to open it). Then just double-click "Lizzie" (Lizzie.vbs) in it. Press SPACE key to stop/start analysis. You may want to switch the rule from "Analyze" menu. You can also switch among four AIs from "Engine" menu:
-- KataGo (CPU): slow but safe for old/low-end PC
-- KataGo (Modern CPU): faster
-- KataGo (GPU): much faster if your GPU works successfully. Note that it takes long time for initial tuning at the first run.
+- KataGo (CPU): Slow but simple to use
+- KataGo (GPU): Faster if your GPU works properly. Note that the initial tuning takes a long time on the first run.
+- Human-like (CPU): Play against human-like AI. You can set the humanSL profile, e.g., "rank_5k" (5 kyu) or "proyear_1960" (professional style in 1960), from the Game menu. This doesn't affect the analysis; it only impacts the gameplay.
+- Human-like (GPU): Same as above.
Original feature
@@ -53,6 +54,7 @@ License
Changes
+- 240720a: KataGo 1.15.1, human-like play, removed old CPU support
- 231231a: KataGo 1.14.0, stone entropy plot, minor fixes
- 220510a: KataGo 1.11.0, fix of flicker in auto-analysis
- 211211b: workaround for non-ASCII path names again (thx > Eba san)
diff --git a/unofficial_release/README_ja.html b/unofficial_release/README_ja.html
index 57d2dfb3..b1b74f6f 100644
--- a/unofficial_release/README_ja.html
+++ b/unofficial_release/README_ja.html
@@ -15,19 +15,20 @@ Lizzie patched-0.7.4
内容
使い方
-ダウンロードしたzipファイルをまず右クリックして「展開」します(展開せずにそのままダブルクリックで開いてはいけません)。あとはその中の「Lizzie」(Lizzie.vbs)をダブルクリックするだけ。分析の停止・再開はスペースキー。ルールを切りかえたければ「分析」メニューから。「エンジン」メニューでは3種類のAIを選べます。
+ダウンロードしたzipファイルをまず右クリックして「展開」します(展開せずにそのままダブルクリックで開いてはいけません)。あとはその中の「Lizzie」(Lizzie.vbs)をダブルクリックするだけ。分析の停止・再開はスペースキー。ルールを切りかえたければ「分析」メニューから。「エンジン」メニューでは4種類のAIを選べます。
-- KataGo (CPU): 遅いけれど、古めで性能低めのPCでも動くかも
-- KataGo (Modern CPU): こちらのほうが速い
+- KataGo (CPU): 遅いけれど手軽
- KataGo (GPU): GPUがうまく動けば圧倒的に速い。ただし、初回は長時間のチューニングが必要。
+ - Human-like (CPU): 人間風AIとの対戦用。「対局」メニューの「人間風設定」から、「rank_5k」(5級)や「proyear_1960」(1960年のプロ)などを選べる。この設定は対戦専用なので、解析には影響しない。
+- Human-like (GPU): 同上
独自機能
@@ -53,6 +54,7 @@ ライセンス
更新履歴
+- 240720a: KataGo 1.15.1, 人間風の打ち方, 古いCPUのサポートを廃止
- 231231a: KataGo 1.14.0, 石の生死のあいまいさをプロット, その他微修正
- 220510a: KataGo 1.11.0, 自動解析時のちらつきを修正
- 211211b: 日本語フォルダ名でのエラーを再回避 (thx > 江場さん)
diff --git a/unofficial_release/config.txt b/unofficial_release/config.txt
index 7bad1bba..3bde4549 100644
--- a/unofficial_release/config.txt
+++ b/unofficial_release/config.txt
@@ -12,9 +12,9 @@
false
],
"engine-command-list": [
- " katago/katago-eigenavx2 gtp -config katago/default_gtp.cfg -model katago/default_model.txt.gz",
- " katago/katago-opencl gtp -config katago/default_gtp.cfg -model katago/default_model.txt.gz",
- "",
+ " katago/katago-opencl gtp -config katago/default_gtp.cfg -model katago/default_model.bin.gz",
+ " katago/katago-eigenavx2 gtp -config katago/gtp_human5k_example.cfg -model katago/default_model.bin.gz -human-model katago/human_model.bin.gz",
+ " katago/katago-opencl gtp -config katago/gtp_human5k_example.cfg -model katago/default_model.bin.gz -human-model katago/human_model.bin.gz",
"",
"",
"",
@@ -29,7 +29,7 @@
"max-game-thinking-time-seconds": 2,
"engine-start-location": ".",
"avoid-keep-variations": 30,
- "engine-command": " katago/katago-eigen gtp -config katago/default_gtp.cfg -model katago/default_model.txt.gz",
+ "engine-command": " katago/katago-eigenavx2 gtp -config katago/default_gtp.cfg -model katago/default_model.bin.gz",
"print-comms": false,
"show-lcb-winrate": false
},