|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
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} |
The ValueIterationConfig struct.
| real_t cuberl::rl::algos::dp::ValueIterationConfig::gamma {1.0} |
| std::string cuberl::rl::algos::dp::ValueIterationConfig::save_path {bitrl::consts::INVALID_STR} |
| real_t cuberl::rl::algos::dp::ValueIterationConfig::tolerance {bitrl::consts::TOLERANCE} |