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

Go to the source code of this file.

Classes

struct  cuberl::rl::algos::td::QLearningConfig
 The QLearningConfig struct. More...
 
class  cuberl::rl::algos::td::QLearningSolver< EnvTp, PolicyType >
 The QLearning class. Table based implementation of the Q-learning algorithm using epsilon-greedy policy. The implementation also allows for exponential decay of the used epsilon. More...
 

Namespaces

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