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

pachi: search.c:417: uct_search_check_stop: Assertion `!(ti->dim == TD_GAMES && ti->len.games < 500)' failed. #21

Closed nsajko closed 8 years ago

nsajko commented 8 years ago

pachi_gtp.txt

I ran it with: pachi -t =120 threads=6,max_tree_size=5000

same thing with: pachi -t =30 threads=8,max_tree_size=3072 !!!

pasky commented 8 years ago

Hi, 120 playouts per move is way too low; various heuristics are too unstable, which is why this is prevented. Typical speed of Pachi is 1000 playouts per second or more on 19x19.

nsajko commented 8 years ago

I had confused the seconds per move with playouts per move options :)