You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,13 @@ Ongoing project.
45
45
* Tromp Taylor scoring ?
46
46
* Resignation ?
47
47
* Training on a big computer / server once everything is ready ?
48
+
49
+
# Resources
50
+
51
+
*[Official AlphaGo Zero paper](https://www.nature.com/articles/nature24270.epdf?author_access_token=VJXbVjaSHxFoctQQ4p2k4tRgN0jAjWel9jnR3ZoTv0PVW4gB86EEpGqTRDtpIz-2rmo8-KG06gqVobU5NSCFeHILHcVFUeMsbvwS-lxjqQGg98faovwjxeTUgZAUMnRQ)
52
+
* Custom environment implementation using [pachi_py](https://github.com/openai/pachi-py/tree/master/pachi_py) following the implementation that was originally made on [OpenAI Gym](https://github.com/openai/gym/blob/6af4a5b9b2755606c4e0becfe1fc876d33130526/gym/envs/board_game/go.py)
53
+
* Using [PyTorch](https://github.com/pytorch/pytorch) for the neural networks
54
+
* Using [Sabaki](https://github.com/SabakiHQ/Sabaki) for the GUI
0 commit comments