michi icon indicating copy to clipboard operation
michi copied to clipboard

Minimalistic Go MCTS Engine

Results 5 michi issues
Sort by recently updated
recently updated
newest added

The Michi README states >It is highly recommended that you download Michi large-scale pattern files (patterns.prob, patterns.spat): > >http://pachi.or.cz/michi-pat/ Unfortunately when I visit that URL I see an error "404...

Michi runs in Python 2, which is pretty much dead at this point. So it would be great to port it to Python 3.

https://github.com/pasky/michi/blob/3c491058db8d4a8cdca7efb2a2323eb8cc913051/michi.py#L1089 Can't the komi be set as a global variable (like N), and updated via gtp_io? It's read only in score and rewritten only in gtp_io, also would be clearer...

I'm doing my graduation design and want to make a go project. When I read you code , I have a problem: in michi code, there are 4 characters "X,...

your pattern expansion for the 3x3 patterns you end up with a lot of patterns that have one or two blanks or that have blanks that aren't 3 on an...