mlpack 3.4.2
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ContinuousActionEnv::Action Class Reference

Implementation of continuous action. More...

#include <env_type.hpp>

Public Member Functions

 Action ()
 Construct an action instance. More...
 

Public Attributes

std::vector< double > action
 

Static Public Attributes

static size_t size = 0
 

Detailed Description

Implementation of continuous action.

Definition at line 163 of file env_type.hpp.

Constructor & Destructor Documentation

◆ Action()

Action ( )
inline

Construct an action instance.

Definition at line 173 of file env_type.hpp.

Member Data Documentation

◆ action

std::vector<double> action

Definition at line 166 of file env_type.hpp.

◆ size

size_t size = 0
static

Definition at line 168 of file env_type.hpp.


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