diff --git a/README.md b/README.md index 68891b1136fdb0d967c0d9b1966bc00f4e806a36..aa75ca17a090a1366dd47a40b886acebab47bb75 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