Browse Source

Reverted PRISM example to original reward formulation, because we can now deal with transition rewards on MDPs.

tempestpy_adaptions
dehnert 12 years ago
parent
commit
fb7b910f51
  1. 2
      examples/mdp/two_dice/two_dice.nm

2
examples/mdp/two_dice/two_dice.nm

@ -23,7 +23,7 @@ endmodule
module die2 = die1 [ s1=s2, s2=s1, d1=d2 ] endmodule
rewards "coinflips"
s1<7 | s2<7 : 1;
[] s1<7 | s2<7 : 1;
endrewards
label "done" = s1=7 & s2=7;

Loading…
Cancel
Save