AIToolbox
A library that offers tools for AI problem solving.
|
This struct represents a factored ValueFunction. More...
#include <AIToolbox/Factored/MDP/Types.hpp>
Public Attributes | |
FactoredVector | values |
Vector | weights |
This struct represents a factored ValueFunction.
A ValueFunction is simply a function that maps states to values. Here, we use a FactoredVector to represent all values. In addition, we include the weights that can be used to modify the ValueFunction without touching the bases; this is done for example in factored ValueIteration, which updates the weights at each update to better approximate V*.
FactoredVector AIToolbox::Factored::MDP::ValueFunction::values |
Vector AIToolbox::Factored::MDP::ValueFunction::weights |