| Class | Description | 
|---|---|
| MCRandomStateGenerator | 
 Generates  
MountainCar states with the x-position between some specified range and the velocity between some specified range. | 
| MCState | |
| MountainCar | 
 A domain generator for the classic mountain car domain with default dynamics follow those implemented by Singh and Sutton [1]. 
 | 
| MountainCar.ClassicMCTF | 
 A Terminal Function for the Mountain Car domain that terminates when the agent's position is >= the max position in the world (0.5 default). 
 | 
| MountainCar.MCModel | |
| MountainCar.MCPhysicsParams | |
| MountainCarVisualizer | |
| MountainCarVisualizer.AgentPainter | |
| MountainCarVisualizer.HillPainter | 
 Class for drawing a black outline of the hill that the mountain car climbs. 
 |