From eb9b5cc7578190ea4e8e7fe783628d3c8a36ed7f Mon Sep 17 00:00:00 2001 From: Philip Maas <philip.maas@stud.hs-bochum.de> Date: Mon, 28 Feb 2022 09:39:46 +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 c830f8e..1429619 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bipedal Walker Evo -This project tries to solve OpenAI's bipedal walker using three different ways: Q-Learning, Mutation of Actions and Evolution Strategies.\ +This project tries to solve OpenAI's bipedal walker using three different ways: Q-Learning, Mutation of Actions and Evolution Strategies. # Q-Learning Coming soon -- GitLab