AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::Factored::Bandit::QFunctionRule Struct Reference

This struct represents a single action/value pair. More...

#include <AIToolbox/Factored/Bandit/Types.hpp>

Public Attributes

PartialAction action
 
double value
 

Detailed Description

This struct represents a single action/value pair.

This struct can be used in place of a full-blown QFunction matrix when the QFunction matrix would be sparse. Instead, only intresting action/value pairs are stored and acted upon.

Member Data Documentation

◆ action

PartialAction AIToolbox::Factored::Bandit::QFunctionRule::action

◆ value

double AIToolbox::Factored::Bandit::QFunctionRule::value

The documentation for this struct was generated from the following file: