|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "bitrl/bitrl_consts.h"#include "bitrl/bitrl_types.h"#include <cmath>#include <numbers>#include <random>#include <type_traits>#include <vector>

Go to the source code of this file.
Classes | |
| class | bitrl::utils::maths::stats::NormalDist< RealType > |
| 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... | |
Namespaces | |
| namespace | bitrl |
| namespace | bitrl::utils |
| namespace | bitrl::utils::maths |
| namespace | bitrl::utils::maths::stats |