#include <ActionSelector.h>
Public Member Functions | |
virtual ActionSet::const_iterator | choose (const ActionSet &options)=0 throw () |
virtual | ~ActionSelector () |
Definition at line 10 of file ActionSelector.h.
virtual actasp::ActionSelector::~ActionSelector | ( | ) | [inline, virtual] |
Definition at line 14 of file ActionSelector.h.
virtual ActionSet::const_iterator actasp::ActionSelector::choose | ( | const ActionSet & | options | ) | throw () [pure virtual] |
Implemented in bwi_krexec::SarsaActionSelector, and bwi_krexec::QLearningActionSelector.