-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for transition reward consistency when importing from .trew files.
It is assumed that rewards are the same for all successor states from the same state-choice pair, since we don't support state-choice-state rewards yet. So the explicit engine now checks that this is the case when importing a .trew file. In fact, the symbolic engines _can_ import these (and a check is actually a bit tricky), so we don't check for the symbolic engines.
- Loading branch information
1 parent
e164ac1
commit 6b871ec
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters