bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
epsilon_decay_options.h
Go to the documentation of this file.
1#ifndef EPSILON_DECAY_OPTIONS_H
2#define EPSILON_DECAY_OPTIONS_H
3
4
5#include <string>
6
7namespace cuberl {
8namespace rl {
9
10
14
15
20
21// inline
22// std::string to_string(EpsilonDecayOptionType type){return type._to_string();}
23
24
25}
26
27}
28
29#endif // EPSILON_DECAY_OPTIONS_H
EpsilonDecayOptionType
Definition epsilon_decay_options.h:11
Various utilities used when working with RL problems.
Definition cuberl_types.h:16