pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
514 stars 117 forks source link

Fix for H9 games #40

Closed lemonsqueeze closed 6 years ago

lemonsqueeze commented 8 years ago

Hi,

I noticed Pachi resigns 9 stones handicap games as white. Looks like passing dynkomi=linear:handicap_value=8%8 fixes it, Shouldn't it be the default ?

pasky commented 8 years ago

If you look at the history of uct/dynkomi.c, you see that jlg progressively reduced handi value in pachi-as-white games as it improved performance for lower-handi games. In 4-handi game, 32 komi vs. 4 komi at the beginning is a huge difference. Maybe a better+simpler fix would be to just prohibit resignation in first ~50 moves.

lemonsqueeze commented 8 years ago

Ok, good to know.

lemonsqueeze commented 6 years ago

Fixed by PR #73