From e04398d11def8455a689059e8cd207bd35e1a9f2 Mon Sep 17 00:00:00 2001
From: Philip Maas <philip.maas@stud.hs-bochum.de>
Date: Thu, 3 Mar 2022 19:43:27 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index aee4044..b5b5d8d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This project tries to solve OpenAI's bipedal walker using three different ways:
 
 # Q-Learning
 ❌ Will get a reward of -64. But instead of spreading it's legs the walker tries to fall on its head in a slow motion.\
-At least the walker learns to fall slower of time.
+At least the walker learns slow down his fall.
 
 ![Average Rewards while learning](./DeepQLearning/averageRewards.png)
 
-- 
GitLab