Is it possible for you to comment each line of the code for pedagogical purposes?
Is it possible for you to comment each line of the code for pedagogical purposes?
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.
Basically, if you could summarize the job of each function above it and comment lines where variables need to be defined.
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 !
@brilee