Skip to content

MountainCar v0

Trevor Blackwell edited this page Mar 15, 2017 · 13 revisions

Overview

Details

Name: MountainCar-v0
Category: Classic Control
Environment Page
Algorithms Page

Description

Get an under powered car to the top of a hill (top = 0.5 position)

Source

Andrew Moore in his PhD thesis [Moore90].

Environment

Observation

Type: Box(2)

Num Observation Min Max
0 position -1.2 0.6
1 velocity -0.07 0.07

Actions

Type: Discrete(3)

Num Observation
0 push left
1 no push
2 push right

Reward

-1 for each time step, until the goal position of 0.5 is reached.

Starting State

Random position from -0.6 to -0.4 with no velocity.

Episode Termination

The episode ends when you reach 0.5 position, or after 200 steps.

Solved Requirements

None yet specified