From 8704bc80b5e35d412572c041e5b9ce33606d30d0 Mon Sep 17 00:00:00 2001 From: Cammie Palone Date: Sun, 25 Dec 2016 22:29:47 -0800 Subject: [PATCH] Correct link to RL AI repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1c2c6138..eb8159df00 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The graph indicates that the AI performs relatively weak in early stage of the g Without the help of human made features and heuristics like what is used in https://github.com/nneonneo/2048-ai , the network can still reaches at least 75% success rate for the same network architecture. -A much smaller model trained without using any human made features and heuristics reaches 47% of success rate, can be found at http://github.ocm/tjwei/rl/ +A much smaller model trained without using any human made features and heuristics reaches 47% of success rate, can be found at http://github.com/tjwei/rl/ The `animationDelay` is set to 10. You can make it run faster or slower with a different delay time.