My BetaGo implementation in PyTorch!
- The book: Deep Learning and the Game of Go, aka 《深度学习与围棋》.
- The repos: BetaGo, Code and other material for the book.
- GNU Go: the CLI design reference.
- SGF file format FF[4].
- GTP - Go Text Protocol.
- Chapter 7 training reproducibility.
- CrossEntropyLoss expects the input to contain the unnormalized logits.