From 73e3c1ffe3e973ccdbd83793b57510c877a2a24a Mon Sep 17 00:00:00 2001
From: "Foh, Chuan Dr (Elec Electronic Eng)" <c.foh@surrey.ac.uk>
Date: Wed, 24 Feb 2021 00:58:24 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ac23a0f..e75b14c 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@
 ## Introduction
 The goal of this project is to develop an AI Bot to learn and play the popular game Snake from scratch. The implementation includes playing by human player, using rule-based, Q-learn, and finally Deep Reinforcement Learning algorithms. For Q-learning and Deep Reinforcement Learning, no rules about the game are given, and initially the Bot has to try exploring all options to learn what to do to get a good reward.
 
-The code follows the following tutorial:
-https://towardsdatascience.com/how-to-teach-an-ai-to-play-games-deep-reinforcement-learning-28f9b920440a
+The code follows this tutorial: https://towardsdatascience.com/how-to-teach-an-ai-to-play-games-deep-reinforcement-learning-28f9b920440a
 
 
 ## Install
-- 
GitLab