AIToolbox
A library that offers tools for AI problem solving.
RandomPolicy.hpp
Go to the documentation of this file.
1
#ifndef AI_TOOLBOX_MDP_RANDOM_POLICY_HEADER_FILE
2
#define AI_TOOLBOX_MDP_RANDOM_POLICY_HEADER_FILE
3
4
#include <
AIToolbox/Bandit/Policies/RandomPolicy.hpp
>
5
#include <
AIToolbox/MDP/Policies/BanditPolicyAdaptor.hpp
>
6
7
namespace
AIToolbox::MDP
{
13
using
RandomPolicy
=
BanditPolicyAdaptor<Bandit::RandomPolicy>
;
14
}
15
16
#endif
RandomPolicy.hpp
AIToolbox::MDP::BanditPolicyAdaptor
This class extends a Bandit policy so that it can be called from MDP code.
Definition:
BanditPolicyAdaptor.hpp:17
BanditPolicyAdaptor.hpp
AIToolbox::MDP
Definition:
DoubleQLearning.hpp:10