Skip to content

Commit ec66e85

Browse files
committed
[README] Update
1 parent 3f9a972 commit ec66e85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@ Ongoing project.
4545
* Tromp Taylor scoring ?
4646
* Resignation ?
4747
* 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
55+
* [General scheme, cool design](https://applied-data.science/static/main/res/alpha_go_zero_cheat_sheet.png)
56+
* [Monte Carlo tree search explaination](https://int8.io/monte-carlo-tree-search-beginners-guide/)
57+
* [Nice tree search implementation](https://github.com/blanyal/alpha-zero/blob/master/mcts.py)

0 commit comments

Comments
 (0)