|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "cuberl/extern/enum.h"#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | cuberl |
| Various utilities used when working with RL problems. | |
| namespace | cuberl::rl |
Functions | |
| cuberl::rl::BETTER_ENUM (EpsilonDecayOptionType, char, INVALID_TYPE=0, NONE, EXPONENTIAL, INVERSE_STEP, CONSTANT_RATE) | |
| The RenderModeType enum. | |
| std::string | cuberl::rl::to_string (EpsilonDecayOptionType type) |
| to_string. Returns the RenderModeType to its stringrepresentation | |