lightvector / KataGo

GTP engine and self-play learning in Go

Home Page:https://katagotraining.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kata-genmove_analyze with KEYVALUEPAIR not working

echo-stone opened this issue · comments

KataGo v1.14.1
Git revision:
Compile Time: Mar 10 2024 18:54:09
Using OpenCL backend

I'm trying to get rootInfo with kata-genmove_analyze like this:
kata-genmove_analyze rootInfo true

but error outcomes:
? Could not parse genmove_analyze arguments or arguments out of range: 'rootInfo true'

without rootInfo true, it works fine.
How do I make it work?

Looks like the GTP rootInfo stuff was merged into the app on March 18:

91fd129

i.e. after the most recent release.