|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Enumerations | |
| enum class | OptimizerType : int_t { INVALID_TYPE =-1 , GD =0 , SGD , ADAM , RSPROP } |
| The RenderModeType enum. More... | |
Functions | |
| constexpr bool | compare (OptimizerType tp1, OptimizerType tp2) |
| to_string. Returns the RenderModeType to its stringrepresentation | |
|
strong |
|
inlineconstexpr |
to_string. Returns the RenderModeType to its stringrepresentation
| type | The RenderModeType to convert |