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.

32 lines
674 B

  1. ---
  2. labels:
  3. - label: "AgentIsInGoal"
  4. text: "AgentIsInGoal"
  5. # constants:
  6. # - constant: "prop_slippery_turn"
  7. # type: "double"
  8. # value: "9/9"
  9. # overwrite: True
  10. probabilities:
  11. - probability: "FaultProbability"
  12. value: 0.2
  13. - probability: "ProbForwardIntended"
  14. value: 0.1
  15. - probability: "ProbTurnIntended"
  16. value: 0.1
  17. modules:
  18. - module: "Agent"
  19. commands:
  20. - action: "[Agent_turn_left]"
  21. guard: "AgentIsOnSlippery"
  22. update: "True"
  23. overwrite: True
  24. index: 3
  25. - action: "[Agent_turn_right]"
  26. guard: "AgentIsOnSlippery"
  27. update: "True"
  28. overwrite: True
  29. index: [0,1]
  30. ...