From 0d7beec0676aa50d8f28b8b37c578f70ae2f07f5 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 5 Nov 2017 13:46:50 +0100 Subject: [PATCH] AlphaGo Zero - How and Why it Works --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1ce8e2..44e87bc 100644 --- a/README.md +++ b/README.md @@ -2430,6 +2430,7 @@ Raw * [Jeff Bradberry](https://jeffbradberry.com/posts/2015/09/intro-to-monte-carlo-tree-search/) - (2015) Introduction to Monte Carlo Tree Search * [LastWeekTonight](https://www.youtube.com/watch?v=T8y5EXFMD4s) - (2014) [Video] Stephen Hawking Interview about artificial intelligence, with John Oliver (HBO) * [BotCube/awesome-bots](https://github.com/BotCube/awesome-bots) - a curated list of resources for bots and chatbots +* [Tim Wheeler](http://tim.hibal.org/blog/alpha-zero-how-and-why-it-works/) - AlphaGo Zero - How and Why it Works # Scripting * [Hacker Rank](https://www.hackerrank.com/domains/shell/grep-sed-awk) - Bash challenges (bash, grep, sed, awk ...)