HOG2
Classes | Typedefs | Functions
MountainCar.h File Reference
#include "SearchEnvironment.h"
Include dependency graph for MountainCar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MountainCarState
 
class  MountainCarEnvironment
 

Typedefs

typedef int MountainCarAction
 

Functions

static bool operator== (const MountainCarState &l1, const MountainCarState &l2)
 

Typedef Documentation

◆ MountainCarAction

typedef int MountainCarAction

Definition at line 28 of file MountainCar.h.

Function Documentation

◆ operator==()

static bool operator== ( const MountainCarState l1,
const MountainCarState l2 
)
static

Definition at line 24 of file MountainCar.h.

References fequal(), MountainCarState::loc, and MountainCarState::speed.