mlpack
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mlpack::rl::Pendulum::Action Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: