From 284be624f772b156fbc0478604b0fafa054b88fd Mon Sep 17 00:00:00 2001
From: Benyahia Mohammed Oussama <mohammed.benyahia@etu.ec-lyon.fr>
Date: Thu, 6 Mar 2025 13:05:49 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a31264a..22eb350 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,12 @@ This repository contains my individual work for the **Hands-On Reinforcement Lea
 ### Training Results  
 - The model was trained for **500 episodes**, showing a steady increase in total rewards. The goal (total reward = 500) was reached consistently after **400 episodes**, confirming successful learning.
 - **Training Plot:**  
-  <p align="center"> ![Training Plot](/images/train_rewards.png)  
-  *(Figure: Total rewards increase per episode, indicating successful learning.)* </p>
+  <p align="center">
+  ![Training Plot](/images/train_rewards.png)  
+</p>
+<p align="center">
+  *(Figure: Total rewards increase per episode, indicating successful learning.)*
+</p>
 
 ### Model Saving  
 - The trained model is saved as: `reinforce_cartpole.pth`.
-- 
GitLab