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

Implementation of action of Mountain Car. More...

#include <mountain_car.hpp>

Public Types

enum  actions {
  backward ,
  stop ,
  forward
}
 

Public Attributes

Action::actions action
 

Static Public Attributes

static const size_t size = 3
 

Detailed Description

Implementation of action of Mountain Car.

Definition at line 79 of file mountain_car.hpp.

Member Enumeration Documentation

◆ actions

enum actions
Enumerator
backward 
stop 
forward 

Definition at line 82 of file mountain_car.hpp.

Member Data Documentation

◆ action

Definition at line 89 of file mountain_car.hpp.

Referenced by MountainCar::Sample().

◆ size

const size_t size = 3
static

Definition at line 92 of file mountain_car.hpp.


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