bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::consts Namespace Reference

Namespaces

namespace  maths
 

Variables

const uint_t INVALID_ID = static_cast<uint_t>(-1)
 Invalid id.
 
const std::string INVALID_STR = std::string("INVALID")
 Invalid string.
 
const real_t TOLERANCE = 1.0e-8
 Tolerance used around the library.
 
const std::string ROBOTS_DIR = std::string(ROBOTS_DATA_DIR)
 Path to robots definitions.
 
const std::string SENSORS_DIR = std::string(SENSORS_DATA_DIR)
 Path to sensors definitions.
 

Variable Documentation

◆ INVALID_ID

const uint_t bitrl::consts::INVALID_ID = static_cast<uint_t>(-1)
inline

Invalid id.

◆ INVALID_STR

const std::string bitrl::consts::INVALID_STR = std::string("INVALID")
inline

Invalid string.

◆ ROBOTS_DIR

const std::string bitrl::consts::ROBOTS_DIR = std::string(ROBOTS_DATA_DIR)
inline

Path to robots definitions.

◆ SENSORS_DIR

const std::string bitrl::consts::SENSORS_DIR = std::string(SENSORS_DATA_DIR)
inline

Path to sensors definitions.

◆ TOLERANCE

const real_t bitrl::consts::TOLERANCE = 1.0e-8
inline

Tolerance used around the library.