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.

34 lines
409 B

4 weeks ago
  1. // Exported by storm
  2. // Original model type: Markov Automaton
  3. @type: Markov Automaton
  4. @parameters
  5. @reward_models
  6. @nr_states
  7. 10
  8. @model
  9. state 0 !0.1 init
  10. 1 : 1
  11. state 1 !0
  12. 2 : 1
  13. state 2 !0
  14. 3 : 1
  15. state 3 !0
  16. 4 : 0.1
  17. 5 : 0.9
  18. state 4 !0.2 Fail
  19. 5 : 0.5
  20. 6 : 0.5
  21. state 5 !0.1
  22. 0 : 1
  23. state 6 !0.2
  24. 0 : 0.5
  25. 7 : 0.5
  26. state 7 !0.2 Fail
  27. 6 : 0.5
  28. 8 : 0.5
  29. state 8 !0 Fail
  30. 9 : 1
  31. state 9 !0 Fail
  32. 3 : 1