Merge pull request #240 from avoroshilov/fix-env-name

Unit6: Fixed env name in one of the code blocks
This commit is contained in:
Thomas Simonini
2023-03-13 17:30:32 +01:00
committed by GitHub

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)