2017-11-16 20:19:18 +08:00
|
|
|
# Reproduce AlphaGo Zero
|
|
|
|
|
|
|
|
## Network.py
|
|
|
|
A reimplemented version of pv network which is presented in the nature paper.
|
|
|
|
|
|
|
|
## code-verify:
|
|
|
|
|
|
|
|
Connecting our own policy-value neural network with leela-zero.
|
|
|
|
|
|
|
|
## checkpoints:
|
|
|
|
|
|
|
|
Weights of the policy-value neural network
|
2017-12-15 22:19:44 +08:00
|
|
|
|
|
|
|
|
|
|
|
## File Specification
|
|
|
|
|