Fixed env name in one of the code blocks

This commit is contained in:
Andrey Voroshilov
2023-03-13 02:22:36 -07:00
parent ffd48d36fb
commit 493ddce187

View File

@@ -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)