It's my Go bot!
Experimental Go bot implemented in PyTorch.
PS: This project has nothing to do with MyGO!!!!!, except its name.
- Mainly the book: Deep Learning and the Game of Go, Chinese version named 《深度学习与围棋》.
- The repos: BetaGo, Code and other material for the book.
- The papers:
- GNU Go: the CLI design reference.
- SGF file format FF[4].
- GTP - Go Text Protocol.
- Tromp-Taylor rules.
- Monte Carlo tree search - Wikipedia.
- Chapter 7 training reproducibility.
- PyTorch CrossEntropyLoss expects the input to contain the unnormalized logits, which is different from Keras.