-
Notifications
You must be signed in to change notification settings - Fork 8.6k
MountainCar v0
Peter Mitrano edited this page Jan 1, 2017
·
13 revisions
Name: MountainCar-v0
Category: Classic Control
Environment Page
Algorithms Page
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 | Observation | Min | Max |
---|---|---|---|
0 | force on car | -2.0 | 2.0 |
0 | force on car | -2.0 | 2.0 |
-1 for each time step, until the goal position of 0.5 is reached.
Random angle from -pi to pi, and random velocity between -1 and 1
There is no specified termination. Adding a maximum number of steps might be a good idea.
None yet specified
- Gym Repository
- Wiki Home
- Leaderboard
- Environments
- FAQ
- Resources
- Feature Requests