资源算法RocAlphaGo

RocAlphaGo

2019-12-04 | |  49 |   0 |   0

RocAlphaGo

(Previously known just as "AlphaGo," renamed to clarify that we are not affiliated with DeepMind)

This project is a student-led replication/reference implementation of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website. This implementation uses Python and Keras - a decision to prioritize code clarity, at least in the early stages.

Build StatusGitter

Documentation

See the project wiki.

Current project status

This is not yet a full implementation of AlphaGo. Development is being carried out on the develop branch. The current emphasis is on speed optimizations, which are necessary to complete training of the value-network and to create feasible tree-search. See the cython-optimization branch for more.

Selected data (i.e. trained models) are released in our data repository.

This project has primarily focused on the neural network training aspect of DeepMind's AlphaGo. We also have a simple single-threaded implementation of their tree search algorithm, though it is not fast enough to be competitive yet.

See the wiki page on the training pipeline for information on how to run the training commands.

How to contribute

See the 'Contributing' document and join the Gitter chat.


上一篇:python_sdk

下一篇:CaffeOnSpark

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...