Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Is it possible for you to comment each line of the code for pedagogical purposes? #20

Open
shyamalschandra opened this issue Apr 10, 2017 · 5 comments

Comments

@shyamalschandra
Copy link

Is it possible for you to comment each line of the code for pedagogical purposes?

@brilee
Copy link
Owner

brilee commented Apr 11, 2017

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.

@shyamalschandra
Copy link
Author

Basically, if you could summarize the job of each function above it and comment lines where variables need to be defined.

@brilee
Copy link
Owner

brilee commented Apr 14, 2017

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?

@initial-h
Copy link

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 !

@initial-h
Copy link

@brilee

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants