AI Toolkit
|
Evaluate a set of actions and apply the best one. More...
#include <utility.hpp>
Public Member Functions | |
evaluator (std::vector< action_ptr< T > > actions) | |
Construct an evaluator from a list of actions. | |
void | run (T &blackboard) const |
Find the best action and apply it to the blackboard. | |
Evaluate a set of actions and apply the best one.