diff --git a/gymnasium/envs/classic_control/continuous_mountain_car.py b/gymnasium/envs/classic_control/continuous_mountain_car.py index fd78fb5e6..eb72b9f99 100644 --- a/gymnasium/envs/classic_control/continuous_mountain_car.py +++ b/gymnasium/envs/classic_control/continuous_mountain_car.py @@ -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