You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Pretty good work! If you care more about the tech details of KataGo itself, here is a proper place; if you care more about discussing, OGS is a proper place.
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?
The text was updated successfully, but these errors were encountered: