AIToolbox
A library that offers tools for AI problem solving.
|
#include <AIToolbox/Factored/Bandit/Types.hpp>
Go to the source code of this file.
Classes | |
class | AIToolbox::Factored::Bandit::MiningBandit |
This class represents the mining bandit problem. More... | |
Namespaces | |
AIToolbox | |
AIToolbox::Factored | |
AIToolbox::Factored::Bandit | |
Functions | |
std::tuple< Action, std::vector< unsigned >, std::vector< double > > | AIToolbox::Factored::Bandit::makeMiningParameters (unsigned seed) |
This function generates the parameters for a random MiningBandit. More... | |