Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-08-05 15:47:22 +02:00
committed by GitHub
parent 6c37e55961
commit 7c21dcffd1

View File

@@ -315,8 +315,8 @@ We see with `Observation Space Shape (8,)` that the observation is a vector of s
- Vertical speed (y)
- Angle
- Angular speed
- If the left leg contact point has touched the land
- If the right leg contact point has touched the land
- If the left leg contact point has touched the land (boolean)
- If the right leg contact point has touched the land (boolean)
```python