AIToolbox
A library that offers tools for AI problem solving.
|
#include <stddef.h>
#include <AIToolbox/Factored/MDP/Types.hpp>
#include <AIToolbox/Factored/MDP/CooperativeModel.hpp>
Go to the source code of this file.
Namespaces | |
AIToolbox | |
AIToolbox::Factored | |
AIToolbox::Factored::MDP | |
Functions | |
QFunction | AIToolbox::Factored::MDP::bellmanBackup (const CooperativeModel &m, const ValueFunction &v) |
This function applies a one-step backup on the input ValueFunction. More... | |
QFunction | AIToolbox::Factored::MDP::makeQFunction (const DDNGraph &graph, const std::vector< std::vector< size_t >> &basisDomains) |
This function creates a new factored QFunction from the given graph and basis domain. More... | |