fix velocity unit in description in Continuous_MountainCar (#1372)

This commit is contained in:
I. Arbouw
2025-05-08 12:28:33 +02:00
committed by GitHub
parent 6bb1e1fc48
commit 66720e8fb7

View File

@@ -53,7 +53,7 @@ class Continuous_MountainCarEnv(gym.Env):
| Num | Observation | Min | Max | Unit |
|-----|--------------------------------------|-------|------|---------------|
| 0 | position of the car along the x-axis | -1.2 | 0.6 | position (m) |
| 1 | velocity of the car | -0.07 | 0.07 | position (m) |
| 1 | velocity of the car | -0.07 | 0.07 | velocity (v) |
## Action Space