db3108 / michi-c2

Michi-c2 --- development version for michi-c
25 stars 9 forks source link

Missing pattern files #17

Open fkorsa opened 3 years ago

fkorsa commented 3 years ago

The pattern files are not available anymore on the given link in the readme.

Would you happen to have them lying around?

nescitus commented 2 years ago

Program does not complain when loading patterns from Pachi, but I cannot say whether they are used 100% correctly

nescitus commented 2 years ago

Some tests later: Pachi format is different, they include some additional information (atari, atariescape) and one spatial pattern may have several probabilities attached based on these values. I found some old Pachi files that differ the least and managed to convert to Michi format, but it seems that the pattern probabilities are too high and too much knowledge is missing. The first few moves are good, but then Michi does not play urgent local sequences. Will investigate further.

nescitus commented 2 years ago

Finally I have generated pattern files by doing some regex magic on Pachi patterns. This is not an ideal solution, because some information gets lost in the process, but the engine plays differently. Files are accessible at https://github.com/nescitus/michi-c2 and merge request will follow.

nescitus commented 1 year ago

Minified version of original Michi pattern files is accessible here: https://github.com/nescitus/hobot/blob/main/minified_michi_patterns.7z