pasky / pachi

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

Lizzie ! #98

Closed lemonsqueeze closed 5 years ago

lemonsqueeze commented 5 years ago

lizzie_full

Hack to get Pachi working with Lizzie:

This is a very fun way to run Pachi actually ! The graphics are amazing. Makes it very enjoyable to explore variations, analyze games or visualize what Pachi is doing while it's thinking.

Added Leela-Zero style pachi-analyze reporting so we can feed data to Lizzie, there is full undo support now and for the rest tools/lizzie_pachi script makes Pachi look like a Leela-Zero instance.

To use you need to copy it where lizzie is and edit config.txt: Tweak reportfreq to change update speed.

"engine-command": "./lizzie_pachi /path/to/pachi reporting=leelaz,reportfreq=500",

Enjoy !

lemonsqueeze commented 5 years ago

Edit: Fixed Pachi so we don't need the perl script anymore.

config.txt becomes:

"engine-command": "/path/to/pachi --version=0.16 reporting=leelaz,reportfreq=200",

Beta Release for Windows.