|
rllib
|
#include <rl-mountain-car.hpp>
Public Types | |
| using | param_type = MOUNTAIN_CAR_PARAM |
| using | phase_type = Phase< param_type > |
| using | observation_type = phase_type |
| using | action_type = Action |
| using | reward_type = double |
Public Member Functions | |
| void | location (double &position, double &speed, double &height) |
| void | setPhase (const phase_type &s) |
| const observation_type & | sense (void) const |
| void | timeStep (const action_type &a) |
| reward_type | reward (void) const |
| Simulator (const Simulator ©) | |
| Simulator & | operator= (const Simulator ©) |
Static Public Member Functions | |
| static double | heightOf (double position) |
| static double | bottom (void) |
Mountain car simulator