Implementation of action of Mountain Car. More...

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:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/methods/reinforcement_learning/environment/mountain_car.hpp