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.

38 lines
924 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. - constant: "prop_next_neighbour_turn"
  11. type: "double"
  12. value: "0/9"
  13. overwrite: True
  14. - constant: "prop_slippery_move_forward"
  15. type: "double"
  16. value: "4/5"
  17. overwrite: True
  18. - constant: "prop_direct_neighbour"
  19. type: "double"
  20. value: "1/5"
  21. overwrite: True
  22. - constant: "prop_next_neighbour"
  23. type: "double"
  24. value: "1/10"
  25. overwrite: True
  26. - constant: "total_prop"
  27. type: "double"
  28. value: "4"
  29. overwrite: True
  30. ...
  31. # const double prop_zero = 0/9;
  32. # const double prop_next_neighbour = 1/9;
  33. # const double prop_slippery_move_forward = 7/9;
  34. # const double prop_slippery_turn = 6/9;
  35. # const double prop_next_neighbour_turn = 1/9;
  36. # const double prop_direct_neighbour = 2/9;
  37. # const double total_prop = 9;