bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
optimizer_type.h File Reference
#include "cuberl/base/cuberl_types.h"
#include <string>
Include dependency graph for optimizer_type.h:

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