1#ifndef EPSILON_DECAY_OPTIONS_H
2#define EPSILON_DECAY_OPTIONS_H
4#include "cuberl/extern/enum.h"
22std::string
to_string(EpsilonDecayOptionType type){
return type._to_string();}
std::string to_string(EpsilonDecayOptionType type)
to_string. Returns the RenderModeType to its stringrepresentation
Definition epsilon_decay_options.h:22
BETTER_ENUM(EpsilonDecayOptionType, char, INVALID_TYPE=0, NONE, EXPONENTIAL, INVERSE_STEP, CONSTANT_RATE)
The RenderModeType enum.
Various utilities used when working with RL problems.
Definition cuberl_types.h:16