JuliaPOMDP / POMDPModels.jl

Problem models for testing POMDPs.jl
Other
31 stars 28 forks source link

reversed tiger state and observation order so that it matches stateindex #91

Closed zsunberg closed 1 year ago

zsunberg commented 1 year ago

states not agreeing with stateindex is always an unnecessary annoyance for students in my DMU class

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.04 :warning:

Comparison is base (25a0cef) 77.70% compared to head (aefa3f0) 77.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #91 +/- ## ========================================== - Coverage 77.70% 77.66% -0.04% ========================================== Files 12 12 Lines 574 573 -1 ========================================== - Hits 446 445 -1 Misses 128 128 ``` | [Impacted Files](https://codecov.io/gh/JuliaPOMDP/POMDPModels.jl/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP) | Coverage Δ | | |---|---|---| | [src/TigerPOMDPs.jl](https://codecov.io/gh/JuliaPOMDP/POMDPModels.jl/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP#diff-c3JjL1RpZ2VyUE9NRFBzLmps) | `82.05% <100.00%> (-0.45%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.