Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed SparseModelMemoryProduct with transition rewards and nondetermism #578

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

tquatmann
Copy link
Member

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.

…nism

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.
Copy link
Contributor

@volkm volkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tquatmann tquatmann merged commit 1a5ae26 into moves-rwth:master Jul 10, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants