pasky / pachi

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

Joseki fixes #152

Closed lemonsqueeze closed 1 year ago

lemonsqueeze commented 1 year ago

josekifix module i've been experimenting with for a while to fix joseki lines that dcnn plays poorly. This is a real problem on kgs when playing ranked : people have figured out trick plays that the dcnn will fall for every time and love using them so much that rank becomes meaningless. Swissbot1 has been deranked because of that.

For a long time code was way too ugly to consider publishing, and there were some dead ends too, but looks like it's getting ready to come out.

josekifix/README should be a good intro. In short:

4 years of fixes from Pachi games, database looking good already =)

Thinking of posting minor updates to the database to a separate branch (say joseki_fixes) to avoid polluting git history too much, and post a batch update to master branch once in a while. Then we can have an update script that pulls the latest version.