Current project status This is not yet a full implementation of AlphaGo. Development is being carried out on the develop branch.
We are still in early development stages. We hope to have a functional training pipeline complete by mid March, and following that we will focus on optimizations.
A replication 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.
demoslam
2016-03-11 17:12:45 +08:00
首先这是别人准备照着 nature 那篇介绍性 paper 实现,其次这个实现才刚开始,最重要的 ai.py 等模块啥都还没有呢,最关键的是基本的 ai 算法这些都很容易实现, alphago 关键在于训练和调整参数。