| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
lrqiang
9年前发布

AlphaGo的算法实现

来自: https://github.com/Rochester-NRT/AlphaGo

AlphaGoReplication

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 .

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.

Installation instructions

Using a virtual environment is recommended. If you have python 2.7 and pip installed, you can install all of the project dependencies with

pip install -r requirements.txt

To verify that this worked, try running the tests

python -m unittest discover

 本文由用户 lrqiang 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1457694868968.html
AlphaGo 算法