You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
950 B

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. ---
  2. # labels:
  3. # - label: "AgentIsInGoal"
  4. # text: "AgentIsInGoal"
  5. # - label: "Hallo"
  6. # text: "AgentIsInGoal"
  7. # constants:
  8. # - constant: "prop_slippery_turn"
  9. # type: "double"
  10. # value: "9/9"
  11. # overwrite: True
  12. properties:
  13. - property: "FaultProbability"
  14. value: 0.2
  15. - property: "ProbForwardIntended"
  16. value: 0.1
  17. - property: "ProbTurnIntended"
  18. value: 0.1
  19. # - property: "modeltype"
  20. # value: "smg"
  21. modules:
  22. - module: "Agent"
  23. # overwrite: True
  24. # module_text: "NewModule\n\
  25. # "
  26. commands:
  27. - action: "[Agent_turn_left]"
  28. guard: "viewAgent=3"
  29. overwrite: True
  30. index: 1
  31. - action: "[Agent_turn_left]"
  32. update: "(viewAgent'=3)"
  33. overwrite: True
  34. index: 3
  35. - action: "[Agent_turn_right]"
  36. guard: "AgentIsOnSlippery"
  37. update: "(viewAgent'=3)"
  38. overwrite: True
  39. index: [0,1]
  40. ...