public interface KWIKModel extends LearnedModel
LearnedModel that "knows what it knows." That is, it can report whether it knows a transition or not.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
KWIKModel.Helper  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
transitionIsModeled(State s,
                   Action a)
Indicates whether this model "knows" how the transition dynamics from the given input state and action work. 
 | 
resetModel, updateModeltransitionssample, terminalboolean transitionIsModeled(State s, Action a)
s - the state that is checkeda - the action to take in state s