|
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::maths |
| namespace | cuberl::maths::optim |
Functions | |
| cuberl::maths::optim::BETTER_ENUM (OptimzerType, char, INVALID_TYPE=-1, GD=0, SGD, ADAM, RSPROP) | |
| The RenderModeType enum. | |
| std::string | cuberl::maths::optim::to_string (OptimzerType type) |
| to_string. Returns the RenderModeType to its stringrepresentation | |
| constexpr bool | cuberl::maths::optim::compare (OptimzerType tp1, OptimzerType tp2) |