Implementation of action of Cart Pole. More...
Public Types | |
enum | actions { backward , forward } |
Public Attributes | |
Action::actions | action |
Static Public Attributes | |
static const size_t | size = 2 |
Implementation of action of Cart Pole.
Definition at line 87 of file cart_pole.hpp.
enum actions |
Enumerator | |
---|---|
backward | |
forward |
Definition at line 90 of file cart_pole.hpp.
Action::actions action |
Definition at line 96 of file cart_pole.hpp.
Referenced by CartPole::Sample().
|
static |
Definition at line 99 of file cart_pole.hpp.