|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Classes | |
| class | BernoulliDist |
| class BernoulliDist. Wrapper to std::bernoulli_distribution More... | |
| class | BetaDist |
| The beta distribution is a real-valued distribution which produces values in the range [0, 1]. It has two parameters, alpha and beta. More... | |
| class | NormalDist |
| Wrapper to std::normal_distribution to facilitate sampling multiple values, sampling with a given seed and computing the PDF value at a specific point. More... | |
| class | UniformDist |
| class | UniformWeightedDist |