![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Class to make decision randomlyDoes nothing more than the interface for DecisionStrategy does. More...
#include <agrum/FMDP/SDyna/lazyDecider.h>
Public Member Functions | |
Constructor & destructor. | |
LazyDecider () | |
Constructor. More... | |
~LazyDecider () | |
Destructor. More... | |
Incremental methods | |
void | checkState (const Instantiation &newState, Idx actionId) |
Initialization | |
virtual void | initialize (const FMDP< double > *fmdp) |
Initializes the learner. More... | |
Incremental methods | |
void | setOptimalStrategy (const MultiDimFunctionGraph< ActionSet, SetTerminalNodePolicy > *optPol) |
virtual ActionSet | stateOptimalPolicy (const Instantiation &curState) |
const MultiDimFunctionGraph< ActionSet, SetTerminalNodePolicy > * | optPol_ |
ActionSet | allActions_ |
Class to make decision randomly
Does nothing more than the interface for DecisionStrategy does.
Definition at line 49 of file lazyDecider.h.
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtualinherited |
Initializes the learner.
Reimplemented in gum::AdaptiveRMaxPlaner, and gum::E_GreedyDecider.
Definition at line 72 of file IDecisionStrategy.h.
|
inlineinherited |
Definition at line 89 of file IDecisionStrategy.h.
|
inlinevirtualinherited |
Reimplemented in gum::E_GreedyDecider, and gum::RandomDecider.
Definition at line 93 of file IDecisionStrategy.h.
|
protectedinherited |
Definition at line 102 of file IDecisionStrategy.h.
|
protectedinherited |
Definition at line 99 of file IDecisionStrategy.h.