From 04c7fedd045cc1a84545c3f70c596c20b61a6704 Mon Sep 17 00:00:00 2001
From: Roland <roland.robert@ecl20.ec-lyon.fr>
Date: Fri, 23 Feb 2024 10:22:33 +0100
Subject: [PATCH] fix: typo v2 instead of v3

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

diff --git a/README.md b/README.md
index 009ba30..11e9cf8 100644
--- a/README.md
+++ b/README.md
@@ -190,7 +190,7 @@ pip install panda-gym==3.0.7
 
 #### Train, track, and share
 
-Use the Stable-Baselines3 package to train A2C model on the `PandaReachJointsDense-v2` environment. 500k timesteps should be enough. Track the environment with Weights & Biases. Once the training is over, upload the trained model on the Hub.
+Use the Stable-Baselines3 package to train A2C model on the `PandaReachJointsDense-v3` environment. 500k timesteps should be enough. Track the environment with Weights & Biases. Once the training is over, upload the trained model on the Hub.
 
 > 🛠 **To be handed in**
 > Share all the code in `a2c_sb3_panda_reach.py`. Share the link of the wandb run and the trained model in the `README.md` file.
-- 
GitLab