sanderland / katrain

Improve your Baduk skills by training with KataGo!
Other
1.58k stars 223 forks source link

Support "Human-Like" model #708

Open TristanCacqueray opened 3 weeks ago

TristanCacqueray commented 3 weeks ago

We need to pass a new -human-model parameter after the KataGo command, and it looks like such wrapper script works:

#!/bin/sh
command=$(echo $1)
shift
exec /nix/store/g398d059f5g8s7i6k5grrx7zl21cf4pk-katago-1.15.3/bin/katago $command -human-model /nix/store/6dhgn7sxxvy78s9bd50kzazz3n1dxhfm-b18c384nbt-humanv0.bin.gz $*

Is there any plan to support this natively in katrain?

Thanks for the tool by the way!

simonguoxm commented 2 weeks ago

For me, it is not necessary to support this.