|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Functions | |
| BETTER_ENUM (LossType, char, INVALID_TYPE=-1, CROSS_ENTROPY=0, MSE) | |
| The RenderModeType enum. | |
| std::string | to_string (LossType type) |
| to_string. Returns the RenderModeType to its stringrepresentation | |
| constexpr bool | compare (LossType tp1, LossType tp2) |
| compare | |
| cubeai::utils::BETTER_ENUM | ( | LossType | , |
| char | , | ||
| INVALID_TYPE | = -1, |
||
| CROSS_ENTROPY | = 0, |
||
| MSE | |||
| ) |
The RenderModeType enum.
|
inlineconstexpr |
compare
| tp1 | |
| tp2 |
|
inline |
to_string. Returns the RenderModeType to its stringrepresentation
| type | The RenderModeType to convert |