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