-
Notifications
You must be signed in to change notification settings - Fork 8.6k
MountainCar v0
Byambaa edited this page May 1, 2020
·
13 revisions
- Name: MountainCar-v0
- Category: Classic Control
- Leaderboard Page
- Old links:
Get an under powered car to the top of a hill (top = 0.5 position)
Andrew Moore in his PhD thesis [Moore90].
Type: Box(2)
Num | Observation | Min | Max |
---|---|---|---|
0 | position | -1.2 | 0.6 |
1 | velocity | -0.07 | 0.07 |
Type: Discrete(3)
Num | Action |
---|---|
0 | push left |
1 | no push |
2 | push right |
-1 for each time step, until the goal position of 0.5 is reached. As with MountainCarContinuous v0, there is no penalty for climbing the left hill, which upon reached acts as a wall.
Random position from -0.6 to -0.4 with no velocity.
The episode ends when you reach 0.5 position, or if 200 iterations are reached.
MountainCar-v0 defines "solving" as getting average reward of -110.0 over 100 consecutive trials.
- Gym Repository
- Wiki Home
- Leaderboard
- Environments
- FAQ
- Resources
- Feature Requests