AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::POMDP::TigerProblemUtils Namespace Reference

Enumerations

enum  Action { A_LISTEN = 0, A_LEFT = 1, A_RIGHT = 2 }
 
enum  State { TIG_LEFT = 0, TIG_RIGHT = 1 }
 

Variables

constexpr double listenError = 0.15
 

Enumeration Type Documentation

◆ Action

Enumerator
A_LISTEN 
A_LEFT 
A_RIGHT 

◆ State

Enumerator
TIG_LEFT 
TIG_RIGHT 

Variable Documentation

◆ listenError

constexpr double AIToolbox::POMDP::TigerProblemUtils::listenError = 0.15
constexpr