From e3120f31b8e08d4335b770427e224cfc162465a7 Mon Sep 17 00:00:00 2001
From: oscarchaufour <101994223+oscarchaufour@users.noreply.github.com>
Date: Tue, 5 Mar 2024 13:29:16 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b615bc2..95c4aae 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,9 @@ python "path_to_your_python_script"
 
 ## REINFORCE
 
-The REINFORCE algorithm is used to solve the Cartpole environment. The plot showing the total reward accross episodes can be seen below: ![Alt text](images/reinforce_rewards.png)
+The REINFORCE algorithm is used to solve the Cartpole environment. The plot showing the total reward accross episodes can be seen below: 
+
+![Alt text](images/reinforce_rewards.png)
 
 The python script used is: ```reinforce_cartpole.py```.
 
-- 
GitLab