From 493ddce187af6425077b1cf6541b5662e3ed85cd Mon Sep 17 00:00:00 2001 From: Andrey Voroshilov Date: Mon, 13 Mar 2023 02:22:36 -0700 Subject: [PATCH] Fixed env name in one of the code blocks --- units/en/unit6/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit6/hands-on.mdx b/units/en/unit6/hands-on.mdx index 50c3e45..4a52152 100644 --- a/units/en/unit6/hands-on.mdx +++ b/units/en/unit6/hands-on.mdx @@ -350,7 +350,7 @@ In `PandaReachDense-v2`, the robotic arm must place its end-effector at a target ```python import gym -env_id = "PandaPushDense-v2" +env_id = "PandaReachDense-v2" # Create the env env = gym.make(env_id)