|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "cubeai/base/cubeai_config.h"#include "cubeai/base/cubeai_types.h"#include "cubeai/rl/algorithms/td/td_algo_base.h"#include "cubeai/rl/worlds/envs_concepts.h"#include "bitrl/bitrl_consts.h"
Go to the source code of this file.
Classes | |
| class | cuberl::rl::algos::td::ExpectedSARSA< EnvTp, ActionSelector > |
| The ExpectedSARSA class. Simple implementation of the expected SARSA algorithm. More... | |
Namespaces | |
| namespace | cuberl |
| Various utilities used when working with RL problems. | |
| namespace | cuberl::rl |
| namespace | cuberl::rl::algos |
| namespace | cuberl::rl::algos::td |