AIToolbox
A library that offers tools for AI problem solving.
|
This struct represents a single action/value pair. More...
#include <AIToolbox/Factored/Bandit/Types.hpp>
Public Attributes | |
PartialAction | action |
double | value |
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.
PartialAction AIToolbox::Factored::Bandit::QFunctionRule::action |
double AIToolbox::Factored::Bandit::QFunctionRule::value |