When working with state graphs and transitions, the key metric is transition accuracy. This measures how well the model predicts the next state given the current state and action. It matters because the whole idea is to understand or predict how states change over time. If the model predicts transitions correctly, it means it understands the system's behavior.
Another important metric is state coverage, which checks if the model can represent all possible states and transitions. This ensures the model is complete and reliable.