|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "cuberl/base/cubeai_types.h"#include <iostream>
Go to the source code of this file.
Namespaces | |
| namespace | cuberl |
| Various utilities used when working with RL problems. | |
| namespace | cuberl::utils |
Variables | |
| template<typename T > | |
| auto | cuberl::utils::cubeai_print = [](const T& val) { std::cout << val<<std::endl; } |
| Utility lambda to print the given item. Requires C++14. | |