storm icon indicating copy to clipboard operation
storm copied to clipboard

Fixed SparseModelMemoryProduct with transition rewards and nondetermism

Open tquatmann opened this issue 7 months ago • 0 comments

We currently require that the row grouping of the transition probability matrix is also present in the transition reward matrices.

Specifically, we assert that rewardMatrix.isSubmatrixOf(transitionMatrix) is true when constructing a model and isSubmatrixOf checks whether the row grouping is identical.

tquatmann avatar Jul 07 '24 21:07 tquatmann