From 75ebc36fd2ea40a9b806f66f9061a1c51714d4e3 Mon Sep 17 00:00:00 2001
From: Sriram Ganapathi Subramanian <s2ganapathisubrmanian@uwaterloo.ca>
Date: Mon, 22 Jun 2020 17:51:07 -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 eb54501..2d39aca 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ There are **three tasks** defined in `run_main.py` which can be commented out to
 
 This assignment will have a written component and a programming component.
 Clone the mazeworld environment locally and run the code looking at the implementation of the sample algorithm.
-Your task is to implement four other algortihms on this domain.
+Your task is to implement four other algorithms on this domain.
 - **(15%)** Implement Value Iteration
 - **(15%)** Implement Policy Iteration
 - **(15%)** Implement SARSA
-- 
GitLab