Pawel Koziol
Pawel Koziol
I have made a minified version of Michi patterns accessible at https://github.com/nescitus/hobot/blob/main/minified_michi_patterns.7z Plase note that Pachi patterns from the link above use more parameters, such as atari status. It is...
Seems that I have made some changes to book_internal. I am going to do some more, so I'll postpone updating book_gen.h
It seems I managed to break something. The first problem that You already hinted at was generation of hash keys. Now it is deterministic again (with a constant seed), but...
ok, something strange is happening. I generate the book_gen.h file and despite changing hash keys it turns out identical as the file in the GitHub repository, created about a year...
Can You please sent it to me? On Mon, 27 Aug 2018 at 13:31, tico-tico wrote: > I just tried it myself with mingw and got completely different file. Don't...
for some reason the internal book is still not working. The only other test I might think of is loading Your file to GitHib repository and checking whether the book...
this one works :) On Mon, 27 Aug 2018 at 14:02, tico-tico wrote: > Here compiled rodent executable. Can you check if it OK? > rodentiii_i686_core2.zip > > > —...
Program does not complain when loading patterns from Pachi, but I cannot say whether they are used 100% correctly
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...
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...