bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
cuberl::rl::algos::dp::ValueIterationConfig Struct Reference

The ValueIterationConfig struct. More...

#include <value_iteration.h>

Public Attributes

real_t gamma {1.0}
 
real_t tolerance {bitrl::consts::TOLERANCE}
 
std::string save_path {bitrl::consts::INVALID_STR}
 

Detailed Description

Member Data Documentation

◆ gamma

real_t cuberl::rl::algos::dp::ValueIterationConfig::gamma {1.0}

◆ save_path

std::string cuberl::rl::algos::dp::ValueIterationConfig::save_path {bitrl::consts::INVALID_STR}

◆ tolerance

real_t cuberl::rl::algos::dp::ValueIterationConfig::tolerance {bitrl::consts::TOLERANCE}

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