mlpack 3.4.2
Public Types | Public Attributes | Static Public Attributes | List of all members
CartPole::Action Class Reference

Implementation of action of Cart Pole. More...

#include <cart_pole.hpp>

Public Types

enum  actions {
  backward ,
  forward
}
 

Public Attributes

Action::actions action
 

Static Public Attributes

static const size_t size = 2
 

Detailed Description

Implementation of action of Cart Pole.

Definition at line 87 of file cart_pole.hpp.

Member Enumeration Documentation

◆ actions

enum actions
Enumerator
backward 
forward 

Definition at line 90 of file cart_pole.hpp.

Member Data Documentation

◆ action

Definition at line 96 of file cart_pole.hpp.

Referenced by CartPole::Sample().

◆ size

const size_t size = 2
static

Definition at line 99 of file cart_pole.hpp.


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