AIToolbox
A library that offers tools for AI problem solving.
|
This struct represents a single state/action/values tuple. More...
#include <AIToolbox/Factored/MDP/Types.hpp>
Public Attributes | |
PartialState | state |
PartialAction | action |
Rewards | values |
This struct represents a single state/action/values tuple.
This struct can be used in place of a full-blown QFunction matrix for multi-objective MDPs. Thus each state-action pair is linked with a vector of rewards, one for each possible MDP objective.
PartialAction AIToolbox::Factored::MDP::MOQFunctionRule::action |
PartialState AIToolbox::Factored::MDP::MOQFunctionRule::state |
Rewards AIToolbox::Factored::MDP::MOQFunctionRule::values |