October 2019
Intermediate to advanced
340 pages
8h 39m
English
To run the Mountain Car environment, let's first search for its name in the table of environments – https://github.com/openai/gym/wiki/Table-of-environments. We get MountainCar-v0 and also know that the observation space is represented by two floats and that there are three possible actions (left = 0, no push = 1, right = 2).
Read now
Unlock full access