ContinuousMountainCar::Action Struct Reference

Implementation of action of Continuous Mountain Car. More...

Public Attributes

double action [1]
 
const int size = 1
 

Detailed Description

Implementation of action of Continuous Mountain Car.

In Continuous mountain car gain, the action represents the force to be applied. This value is bounded in range -1.0 to 1.0. Unlike the simple mountain car environment, where action space has a discrete value, continuous mountain car has continous action space value.

Definition at line 85 of file continuous_mountain_car.hpp.

Member Data Documentation

◆ action

double action[1]

Definition at line 87 of file continuous_mountain_car.hpp.

Referenced by ContinuousMountainCar::Sample().

◆ size

const int size = 1

Definition at line 89 of file continuous_mountain_car.hpp.


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