Difference between revisions of "Google DeepMind AlphaGo Zero"
(→MiniGo) |
|||
| Line 13: | Line 13: | ||
<youtube>Wujy7OzvdJk</youtube> | <youtube>Wujy7OzvdJk</youtube> | ||
<youtube>9kQ-6VcdtNQ</youtube> | <youtube>9kQ-6VcdtNQ</youtube> | ||
| − | |||
http://cdn-images-1.medium.com/max/1000/1*0pn33bETjYOimWjlqDLLNw.png | http://cdn-images-1.medium.com/max/1000/1*0pn33bETjYOimWjlqDLLNw.png | ||
| Line 30: | Line 29: | ||
* [http://github.com/tensorflow/minigo MiniGo - TensorFlow | GitHub] | * [http://github.com/tensorflow/minigo MiniGo - TensorFlow | GitHub] | ||
| − | |||
A pure Python implementation of a neural-network based Go AI, using TensorFlow. While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project nor is it affiliated with the official AlphaGo project. | A pure Python implementation of a neural-network based Go AI, using TensorFlow. While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project nor is it affiliated with the official AlphaGo project. | ||
Revision as of 21:16, 18 July 2018
Monte Carlo Tree Search
MiniGo
A pure Python implementation of a neural-network based Go AI, using TensorFlow. While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project nor is it affiliated with the official AlphaGo project.