|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|

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 |
Enumerations | |
| enum class | cuberl::maths::optim::OptimizerType : int_t { cuberl::maths::optim::INVALID_TYPE =-1 , cuberl::maths::optim::GD =0 , cuberl::maths::optim::SGD , cuberl::maths::optim::ADAM , cuberl::maths::optim::RSPROP } |
| The RenderModeType enum. More... | |
Functions | |
| constexpr bool | cuberl::maths::optim::compare (OptimizerType tp1, OptimizerType tp2) |
| to_string. Returns the RenderModeType to its stringrepresentation | |