The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

71 lines
1.4 KiB

4 weeks ago
  1. // Exported by storm
  2. // Original model type: Markov Automaton
  3. @type: Markov Automaton
  4. @parameters
  5. @reward_models
  6. avg_waiting_time
  7. @nr_states
  8. 17
  9. @model
  10. state 0 !0 [1] init
  11. action 0 [0]
  12. 1 : 1
  13. action 1 [0]
  14. 2 : 1
  15. action 2 [0]
  16. 3 : 1
  17. state 1 !3 [1]
  18. action 0 [0]
  19. 4 : 0.333333
  20. 5 : 0.666667
  21. state 2 !4 [1]
  22. action 0 [0]
  23. 4 : 0.25
  24. 6 : 0.75
  25. state 3 !5 [1]
  26. action 0 [0]
  27. 5 : 0.4
  28. 6 : 0.6
  29. state 4 !0 [0.666667] one_job_finished slowest_before_fastest
  30. action 0 [0]
  31. 7 : 1
  32. state 5 !0 [0.666667] one_job_finished
  33. action 0 [0]
  34. 8 : 1
  35. state 6 !0 [0.666667] one_job_finished
  36. action 0 [0]
  37. 9 : 1
  38. state 7 !5 [0.666667] one_job_finished slowest_before_fastest
  39. action 0 [0]
  40. 10 : 0.4
  41. 11 : 0.6
  42. state 8 !4 [0.666667] one_job_finished
  43. action 0 [0]
  44. 10 : 0.25
  45. 12 : 0.75
  46. state 9 !3 [0.666667] one_job_finished
  47. action 0 [0]
  48. 11 : 0.333333
  49. 12 : 0.666667
  50. state 10 !0 [0.333333] half_of_jobs_finished slowest_before_fastest
  51. action 0 [0]
  52. 13 : 1
  53. state 11 !0 [0.333333] half_of_jobs_finished
  54. action 0 [0]
  55. 14 : 1
  56. state 12 !0 [0.333333] half_of_jobs_finished
  57. action 0 [0]
  58. 15 : 1
  59. state 13 !3 [0.333333] half_of_jobs_finished slowest_before_fastest
  60. action 0 [0]
  61. 16 : 1
  62. state 14 !2 [0.333333] half_of_jobs_finished
  63. action 0 [0]
  64. 16 : 1
  65. state 15 !1 [0.333333] half_of_jobs_finished
  66. action 0 [0]
  67. 16 : 1
  68. state 16 !1 [0] all_jobs_finished deadlock
  69. action 0 [0]
  70. 16 : 1