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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
What sort of commentary are you looking for? I don't necessarily want to be in the business of writing python tutorials or tensorflow tutorials, but stuff like MCTS or stuff specific to alphago, maybe.
A lot of it is already pretty well commented at the top of each file, as to how the whole thing is arranged. Is there something in particular that you're confused by?
i read your code and it confuse me a lot in the go.py,i want to know these functions:is_koish;is_eyeish(i think it's not really the true go rules);pass_move;flip_playerturn(.ko there is always set to None,I'm a little confused about it). and last one:play_move. when I run it with MCTS,sometimes there's a IllegalMove bug like move at (16,16) is illegal. I have study it for a long time ,but still can't resolve. thanks a lot !
Is it possible for you to comment each line of the code for pedagogical purposes?
The text was updated successfully, but these errors were encountered: