AIToolbox
A library that offers tools for AI problem solving.
|
#include <ranges>
#include <AIToolbox/Factored/MDP/Types.hpp>
#include <AIToolbox/Factored/Bandit/TypeTraits.hpp>
Go to the source code of this file.
Namespaces | |
AIToolbox | |
AIToolbox::Factored | |
AIToolbox::Factored::MDP | |
Variables | |
template<typename QR > | |
concept | AIToolbox::Factored::MDP::IsQFunctionRule |
This concept models the interface for a QFunctionRule. More... | |
template<typename T > | |
concept | AIToolbox::Factored::MDP::QFRuleRange = std::ranges::range<T> && IsQFunctionRule<std::ranges::range_value_t<T>> |
This concept represents a range of QFunctionRules. More... | |