mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 22:11:25 +00:00
fix velocity unit in description in Continuous_MountainCar (#1372)
This commit is contained in:
@@ -53,7 +53,7 @@ class Continuous_MountainCarEnv(gym.Env):
|
|||||||
| Num | Observation | Min | Max | Unit |
|
| Num | Observation | Min | Max | Unit |
|
||||||
|-----|--------------------------------------|-------|------|---------------|
|
|-----|--------------------------------------|-------|------|---------------|
|
||||||
| 0 | position of the car along the x-axis | -1.2 | 0.6 | position (m) |
|
| 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
|
## Action Space
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user