public interface ActionProbability
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(State targetState,
State currentState,
Action action) |
java.util.Set<SuccessorState> |
determineSuccessorStates(State state,
Action action) |