AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
Namespace dedicated to labelled real-time dynamic programming (LRTDP).
Classes | |
class | LRTDP |
Implements the labelled real-time dynamic programming (LRTDP) algorithm [3]. More... | |
Enumerations | |
enum class | TrialTerminationCondition { TERMINAL , CONSISTENT , INCONSISTENT , REVISITED } |
Enumeration type specifying the termination condition for trials sampled during LRTDP. More... | |
|
strong |
Enumeration type specifying the termination condition for trials sampled during LRTDP.