Sections
Links
Bases: NamedTuple
NamedTuple
Lookup data to decode the raw event stream during a state machine trial.
bytes
The state machine’s hash value.
list
dict
str
int
Per-state mapping of action name to value.
Mapping from state index to state name.
Names of all states, indexed by state index.
ndarray
tuple
Any
...
dtype
uint8
Transition matrix of shape (n_states, 255).
(n_states, 255)
bool
Whether the >back operator is used.
>back