bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
lambda_utils.h File Reference
#include "cuberl/base/cubeai_types.h"
#include <iostream>
Include dependency graph for lambda_utils.h:

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.