AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
probfd::algorithms::ao_search::AOBase< State, Action, StateInfo > Class Template Reference

#include "probfd/algorithms/ao_search.h"

Description

template<typename State, typename Action, typename StateInfo>
class probfd::algorithms::ao_search::AOBase< State, Action, StateInfo >

Base class for the AO* algorithm family.

Template Parameters
State- The state type of the underlying MDP.
Action- The action type of the underlying MDP.
StateInfo- The state information struct used by the derived algorithm.