KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

I need the simplest method to call the AI model. For example, I directly input the black piece's position, such as[4,5], and the AI model gives the white piece's position, such as[6,7]. Is there a simple way to achieve this by code ?

Open jinpengchina opened this issue 1 year ago • 1 comments

I need the simplest method to call the AI model. For example, I directly input the black piece's position, such as[4,5], and the AI model gives the white piece's position, such as[6,7]. Is there a simple way to achieve this by code ?

jinpengchina avatar Aug 22 '23 00:08 jinpengchina

For a Go app developer, u have to learn GoTextProtocol and SmartGameFormat, they two can not be omitted. To learn them, just search via bing or yandex. Specially, KataGo has GTP Extension and Analyze-JSON Protocol, see https://github.com/lightvector/KataGo/tree/master#features-for-developers

HackYardo avatar Aug 22 '23 01:08 HackYardo