HOG2
|
#include <MountainCar.h>
Public Member Functions | |
MountainCarState () | |
Public Attributes | |
double | loc |
double | speed |
Definition at line 15 of file MountainCar.h.
|
inline |
Definition at line 17 of file MountainCar.h.
double MountainCarState::loc |
Definition at line 20 of file MountainCar.h.
Referenced by MountainCarEnvironment::ApplyAction(), and operator==().
double MountainCarState::speed |
Definition at line 21 of file MountainCar.h.
Referenced by MountainCarEnvironment::ApplyAction(), and operator==().