AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
Namespace dedicated to the Find, Revise, Eliminate Traps (FRET) framework.
Classes | |
class | FRET |
Implemetation of the Find-Revise-Eliminate-Traps (FRET) framework [9] . More... | |
Typedefs | |
template<typename State , typename Action , typename StateInfoT > | |
using | FRETV |
Implementation of FRET with trap elimination in the greedy value graph of the MDP. | |
template<typename State , typename Action , typename StateInfoT > | |
using | FRETPi |
Implementation of FRET with trap elimination in the greedy policy graph of the last returned policy. | |
using probfd::algorithms::fret::FRETV |
using probfd::algorithms::fret::FRETPi |
Implementation of FRET with trap elimination in the greedy policy graph of the last returned policy.