Skip to content

ipsec/alphago

This branch is 4 commits behind che-shr-cat/alphago:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 3, 2017
e90d68c · Nov 3, 2017

History

8 Commits
Oct 25, 2017
Nov 3, 2017
Nov 3, 2017
Nov 3, 2017

Repository files navigation

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:

  • MCTS procedure
  • Data processing procedures (encode the game into a tensor)
  • The full proc that starts from a random state and incorporates a MCTS/update-NN to obtain better policies

Feel free to make pull-requests :)

INSTALL

pip install -r requirements.txt

About

Code to recreate AlphaGo Zero models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 2.1%