KataGo
KataGo copied to clipboard
Play with pure KataGo network in web browser
Hello @lightvector, this is probably a wrong place but I'd like to share my work related to KataGo: https://github.com/maksimKorzh/kata-model-js/ It's a draft of querying bare KataGo network (quite an old one: b10c128-s1141046784-d204142634) directly in a web browser, unlikely the project by Yuji ICHIKAWA no actual KataGo engine is involved, but it's surprisingly interesting to play with a bare net. I implemented only around half of bin_input features which makes net blundering sometimes so a solid 2 dan human player can beat it. Interestingly, by swapping 'opp' and 'pla' I managed to make it playing in around 6 kyu strength, this probably works because net thinks it's far ahead in score hence can allow itself playing super slow moves. I enjoyed learning Kata net arch and reading through early model.py file, thank you so much for your amazing work.
Is there a place better than github issues to post a link to my work?