Acrobot Member List

This is the complete list of members for Acrobot, including all inherited members.

Acrobot(const size_t maxSteps=500, const double gravity=9.81, const double linkLength1=1.0, const double linkLength2=1.0, const double linkMass1=1.0, const double linkMass2=1.0, const double linkCom1=0.5, const double linkCom2=0.5, const double linkMoi=1.0, const double maxVel1=4 *M_PI, const double maxVel2=9 *M_PI, const double dt=0.2, const double doneReward=0)Acrobotinline
Dsdt(arma::colvec state, const double torque) constAcrobotinline
InitialSample()Acrobotinline
IsTerminal(const State &state) constAcrobotinline
MaxSteps() constAcrobotinline
MaxSteps()Acrobotinline
Rk4(const arma::colvec state, const double torque) constAcrobotinline
Sample(const State &state, const Action &action, State &nextState)Acrobotinline
Sample(const State &state, const Action &action)Acrobotinline
StepsPerformed() constAcrobotinline
Torque(const Action &action) constAcrobotinline
Wrap(double value, const double minimum, const double maximum) constAcrobotinline