yishn / KataJigo

Play against a KataGo that strives for a Jigo instead of opponent destruction.
MIT License
16 stars 2 forks source link

KataJigo may choose points less than 50% winning rate #1

Closed ivysrono closed 4 years ago

ivysrono commented 4 years ago

In the battle mode, KataJigo may choose points with a winning rate of less than 50% that is not in the analysis mode.

Analysis by KataGo or KataJigo: 图片

The KataJigo's choise in fact: 图片

KataJigoTestSGF.zip

Test in: Windows10 nvidia 2060 KataGo 1.6.1 + KataJigo 1.0.2 g170e-b20c256x2-s5303129600-d1228401921 10s every step.

yishn commented 4 years ago

As you can see in the code we're always picking a variation with winrate >= 50% and scoreLead >= 0 whenever possible.