From 6611a247f5dc0f48c7b2ed59d4ff68b3cd86f199 Mon Sep 17 00:00:00 2001 From: Reggie <72816837+reginald-mclean@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:45:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93fb43ed6..49a922232 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ For example, for the ML1 benchmark with the 'pick-place-v2' environment, you can import metaworld SEED = 0 # some seed number here -env = gym.make('ML-pick-place-v2', seed=SEED) +env = gym.make('ML-pick-place-v2-train', seed=SEED) ``` ### Running ML1 or MT1