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</article>
本文由用戶 lrqiang 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!