lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.47k stars 563 forks source link

Is it able to combine kata-analyze output from two separate running KataGo engines? #424

Open Vincentwei1021 opened 3 years ago

Vincentwei1021 commented 3 years ago

I'm wondering that if I have 2 computers and both are running KataGo on the same game. Will it be possible to combine the analyze output when analyzing on a certain game state? (i.e. visits, winrate, score mean etc) If yes, how?

lightvector commented 3 years ago

There is no built-in support for it right now. If you wanted to do it, it would be up to you to write a script to take into account both outputs. Also the two KataGo instances are of course not going to magically know how to talk to each other across computers so their search may overlap and repeat the same work.