Browse Source
Update some POMDP examples now that observables can be expressions.
Update some POMDP examples now that observables can be expressions.
Also fix a bug in maze2.prism (location s=10).accumulation-v4.7
12 changed files with 282 additions and 427 deletions
-
48prism-examples/pomdps/gridworld/3x3grid.prism
-
51prism-examples/pomdps/gridworld/3x3grid_bounded.prism
-
64prism-examples/pomdps/gridworld/4x4grid.prism
-
63prism-examples/pomdps/gridworld/4x4grid_bounded.prism
-
2prism-examples/pomdps/gridworld/grid.props
-
2prism-examples/pomdps/gridworld/grid_bounded.props
-
117prism-examples/pomdps/simple/maze.prism
-
121prism-examples/pomdps/simple/maze2.prism
-
117prism-tests/functionality/verify/pomdps/maze.prism
-
121prism-tests/functionality/verify/pomdps/maze2.prism
-
2prism-tests/functionality/verify/pomdps/maze2.prism.props
-
1prism-tests/functionality/verify/pomdps/maze2.prism.props.args
@ -1,2 +1,2 @@ |
|||
// Minimum steps to reach goal |
|||
Rmin=? [ F o=2 ] |
|||
Rmin=? [ F "target" ] |
|||
@ -1,2 +1,2 @@ |
|||
// Maximum probability to reach goal (for use with step bound property) |
|||
Pmax=? [ F o=2 ] |
|||
Pmax=? [ F "target" ] |
|||
@ -1,3 +1,3 @@ |
|||
// Minimum expected number of steps to reach the target |
|||
// RESULT: [5.199999938461538,5.230769230769232] (grid resolution 20) |
|||
// RESULT: [5.69230763076923,5.692307692307692] (grid resolution 20) |
|||
Rmin=? [ F "target" ] |
|||
@ -0,0 +1 @@ |
|||
-gridresolution 20 |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue