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

Go to the source code of this file.

Classes

class  cuberl::maths::LpMetric< P, TTakeRoot >
 The LpMetric class It conforms to the metric policy. More...
 

Namespaces

namespace  cuberl
 Various utilities used when working with RL problems.
 
namespace  cuberl::maths
 

Typedefs

using cuberl::maths::ManhattanMetric = LpMetric< 1, false >
 some useful shortcuts
 
using cuberl::maths::SqrEuclidean_metric = LpMetric< 2, false >
 
using cuberl::maths::EuclideanMetric = LpMetric< 2, true >