52#ifndef GUM_E_GREEDY_DECIDER_H
53#define GUM_E_GREEDY_DECIDER_H
Headers of the Decision Strategy interface.
Headers of the Planning Strategy interface.
A class to store the optimal actions.
void initialize(const FMDP< double > *fmdp)
Initializes the learner.
E_GreedyDecider()
Constructor.
ActionSet stateOptimalPolicy(const Instantiation &curState)
~E_GreedyDecider()
Destructor.
void checkState(const Instantiation &newState, Idx actionId)
<agrum/FMDP/SDyna/IDecisionStrategy.h>
Class for assigning/browsing values to tuples of discrete variables.
<agrum/FMDP/simulation/statesChecker.h>
Size Idx
Type for indexes.
gum is the global namespace for all aGrUM entities
Headers of the States Checker class.