|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "cuberl/rl/algorithms/dp/dp_algo_base.h"#include "cuberl/rl/algorithms/utils.h"#include "cuberl/rl/policies/adaptors/policy_stochastic_adaptor.h"#include <any>#include <map>#include <string>

Go to the source code of this file.
Classes | |
| class | cuberl::rl::algos::dp::PolicyImprovement< EnvType, PolicyType > |
| The PolicyImprovement class. PolicyImprovement is not a real algorithm in the sense that it looks for a policy. Instead, it is more of a helper function that allows as to improve on a given policy. More... | |
Namespaces | |
| namespace | cuberl |
| Various utilities used when working with RL problems. | |
| namespace | cuberl::rl |
| namespace | cuberl::rl::algos |
| namespace | cuberl::rl::algos::dp |