From 89b9e518b501acc49af8077b7b2f8d59e13e7695 Mon Sep 17 00:00:00 2001
From: Aritz <aritz.martinez@tecnalia.com>
Date: Thu, 28 Jan 2021 11:13:44 +0100
Subject: [PATCH] ActualizarREADME.md

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

diff --git a/README.md b/README.md
index 1524ca9..cfac818 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ The code works on top of [Metaworld-v1](https://github.com/rlworkgroup/metaworld
 
 # Installation and Experimentation
 
-A-MFEA-RL depends on Metaworld and [MuJoco](https://github.com/openai/mujoco-py) (license required). To automatically install conda environment and Metaworld run:
+A-MFEA-RL depends on Metaworld and [MuJoco](https://github.com/openai/mujoco-py) (license required). To automatically install conda environment and Metaworld run ([Mujoco](https://github.com/openai/mujoco-py) is required for this to work):
+
 ```bash
 chmod +x install.sh
 ./install.sh
-- 
GitLab