Implementation of action of Mountain Car. More...
Public Types | |
| enum | actions { backward , stop , forward } |
Public Attributes | |
| Action::actions | action |
Static Public Attributes | |
| static const size_t | size = 3 |
Implementation of action of Mountain Car.
Definition at line 79 of file mountain_car.hpp.
| enum actions |
| Enumerator | |
|---|---|
| backward | |
| stop | |
| forward | |
Definition at line 82 of file mountain_car.hpp.
| Action::actions action |
Definition at line 89 of file mountain_car.hpp.
Referenced by MountainCar::Sample().
|
static |
Definition at line 92 of file mountain_car.hpp.