AIToolbox
A library that offers tools for AI problem solving.
|
This struct represents a single state/action/value tuple. More...
#include <AIToolbox/Factored/MDP/Types.hpp>
Public Attributes | |
PartialState | state |
PartialAction | action |
double | value |
This struct represents a single state/action/value tuple.
This struct can be used in place of a full-blown QFunction matrix when the QFunction matrix would be sparse. Instead, only interesting state/action/value tuples are stored and acted upon.
PartialAction AIToolbox::Factored::MDP::QFunctionRule::action |
PartialState AIToolbox::Factored::MDP::QFunctionRule::state |
double AIToolbox::Factored::MDP::QFunctionRule::value |