AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
#include "probfd/multi_policy.h"
Stores an action and a bounding interval for the Q* value of this action.
Public Attributes | |
Action | action |
The action. | |
Interval | q_value_interval |
The Q* value interval. | |
Action probfd::PolicyDecision< Action >::action |
The action.
Interval probfd::PolicyDecision< Action >::q_value_interval |
The Q* value interval.