From 08ac06b91b2becb84b62255d50f8118ab1e15ba6 Mon Sep 17 00:00:00 2001
From: Sriram Ganapathi Subramanian <s2ganapathisubrmanian@uwaterloo.ca>
Date: Sat, 13 Jun 2020 13:10:26 -0400
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 68891b1..aa75ca1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Their are **three tasks** defined in `run_main.py` which can be commented out to
 ## Assignment Requirements
 
 This assignment will have a written component and a programming component.
-Clone the mazeworld environment locally and run the code looking at the implemtation of the sample algorithm.
+Clone the mazeworld environment locally and run the code looking at the implementation of the sample algorithm.
 Your task is to implement three other algortihms on this domain.
 - **(20%)** Implement SARSA
 - **(20%)** Implement QLearning
-- 
GitLab