mlpack
|
Implementation of action of Pendulum. More...
#include <pendulum.hpp>
Public Member Functions | |
Action () | |
Construct an action instance. | |
Public Attributes | |
std::vector< double > | action |
Static Public Attributes | |
static const size_t | size = 1 |
Implementation of action of Pendulum.
In Pendulum, the action represents the torque to be applied. This value is bounded in range -2.0 to 2.0 by default.