an implement of alphago, for learning tensorflow
The main go and mcts code came from https://github.com/pycharming/AlphaGo
I just replace the deep net by tensorflow. So, in the near future, I can change what model what I need
1, user is Black, and agent plays with White 2, no winner judgement of the webwiste
1, An implementation of parallel mcts 2, A more completed website interface
First, run the server Second, go to localhost:8000/agent, and click the start agent button Last, the main go program is on localhost:8000