HOG2
Public Member Functions | Public Attributes | List of all members
MountainCarState Class Reference

#include <MountainCar.h>

Public Member Functions

 MountainCarState ()
 

Public Attributes

double loc
 
double speed
 

Detailed Description

Definition at line 15 of file MountainCar.h.

Constructor & Destructor Documentation

◆ MountainCarState()

MountainCarState::MountainCarState ( )
inline

Definition at line 17 of file MountainCar.h.

Member Data Documentation

◆ loc

double MountainCarState::loc

Definition at line 20 of file MountainCar.h.

Referenced by MountainCarEnvironment::ApplyAction(), and operator==().

◆ speed

double MountainCarState::speed

Definition at line 21 of file MountainCar.h.

Referenced by MountainCarEnvironment::ApplyAction(), and operator==().


The documentation for this class was generated from the following file: