public interface QComputablePlanner
| Modifier and Type | Interface and Description |
|---|---|
static class |
QComputablePlanner.QComputablePlannerHelper
A class of helper static methods that may be commonly used code that uses a QComputable planner.
|
java.util.List<QValue> getQs(State s)
List of QValue objects for ever permissible action for the given input state.s - the state for which Q-values are to be returned.List of QValue objects for ever permissible action for the given input state.QValue getQ(State s, AbstractGroundedAction a)
QValue for the given state-action pair.s - the input statea - the input actionQValue for the given state-action pair.