che-shr-cat / alphago

Code to recreate AlphaGo Zero models
19 stars 9 forks source link

alphago

This repo contains Keras code to recreate the neural network model used in DeepMind's AlphaGo Zero

See:

https://deepmind.com/blog/alphago-zero-learning-scratch/

http://nature.com/articles/doi:10.1038/nature24270

TODO

It makes sense to reconstruct a minimally-working original code

What is missing right now:

Feel free to make pull-requests :)

INSTALL

pip install -r requirements.txt