|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Functions | |
| BETTER_ENUM (OptimzerType, char, INVALID_TYPE=-1, GD=0, SGD, ADAM, RSPROP) | |
| The RenderModeType enum. | |
| std::string | to_string (OptimzerType type) |
| to_string. Returns the RenderModeType to its stringrepresentation | |
| constexpr bool | compare (OptimzerType tp1, OptimzerType tp2) |
| cuberl::maths::optim::BETTER_ENUM | ( | OptimzerType | , |
| char | , | ||
| INVALID_TYPE | = -1, |
||
| GD | = 0, |
||
| SGD | , | ||
| ADAM | , | ||
| RSPROP | |||
| ) |
The RenderModeType enum.
|
inlineconstexpr |
|
inline |
to_string. Returns the RenderModeType to its stringrepresentation
| type | The RenderModeType to convert |