We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e297b05 commit 4e7083fCopy full SHA for 4e7083f
cpp/configs/gtp_human5k_example.cfg
@@ -1,7 +1,8 @@
1
2
# This is an example config for configuring KataGo to attempt to imitate a weaker human player.
3
-# Running with this config requires giving a human SL model on the command line such as:
4
-# -human-model b18c384nbt-humanv0.bin.gz
+# Running with this config requires giving a human SL model b18c384nbt-humanv0.bin.gz
+# on the command line such as:
5
+# ./katago gtp -config gtp_human5k_example.cfg -model your_favorite_normal_model_for_katago.bin.gz -human-model b18c384nbt-humanv0.bin.gz
6
# You can obtain the human model at https://github.com/lightvector/KataGo/releases/tag/v1.15.0
7
8
# Below, the most important parts of the config for human-like play are commented.
0 commit comments