bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
epsilon_decay_options.h File Reference
#include <string>
Include dependency graph for epsilon_decay_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuberl
 Various utilities used when working with RL problems.
 
namespace  cuberl::rl
 

Enumerations

enum class  cuberl::rl::EpsilonDecayOptionType : int {
  cuberl::rl::INVALID_TYPE =0 , cuberl::rl::NONE , cuberl::rl::EXPONENTIAL , cuberl::rl::INVERSE_STEP ,
  cuberl::rl::CONSTANT_RATE
}