goreviewpartner icon indicating copy to clipboard operation
goreviewpartner copied to clipboard

Feature request : Miscellaneous AI bot availability

Open wonsiks opened this issue 7 years ago • 2 comments

Current GRP supports only few bots - actually 5 bots. One of my friend is developing another gtp bot engine so I want to use his bot with GRP.

What if you add Miscellaneous Bot into the setting page?

It could be great then because there're many kinds of bots out there and people may want to use them through GRP.

Cheers,

wonsiks avatar May 02 '18 00:05 wonsiks

Hi!

The problem is that there is no standard way to query a bot about the best moves, variations and win rate for a given board position (GTP does not covers that).

So I have to make dedicated code for all of them, and each code only works for that particular bot.

The GTP protocol is designed only to allow bot play a game, and I plan to add "Miscellaneous AI bot" support but only as a sparring partner in Live Analysis, that's the best I can do.

By the way, I am interested in hearing about your friend's bot. Is that bot strong? Can it be downloaded on Github?

pnprog avatar May 06 '18 06:05 pnprog

@pnprog I know a bot named Sai. It's variable komi and very strong on 7x7 and 9x9, however, 19x19 has just started training. Its homepage is http://sai.unich.it/, and GitHub is https://github.com/sai-dev/sai. It's a fork of LeelaZero, the output is like: R3 -> 27289 (V: 55.71%) (LCB: 55.34%) (N: 3.59%) (A: 1.3) PV: R3 Q2 R2 O6 ... A indicates how many mokus I lead. I think it'll be very useful.

kennyfs avatar Nov 03 '19 11:11 kennyfs