JuliaPOMDP / SARSOP.jl

Julia package that wraps the SARSOP software for solving POMDPs/MDPs
Other
14 stars 7 forks source link

POMDPXFiles compat update #66

Closed dylan-asmar closed 3 months ago

dylan-asmar commented 3 months ago

POMDPXfiles 0.2.2 resulted in tests failing. v0.2.3 integrating POMDPTools. Tests pass with 0.2.3+

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.97%. Comparing base (efaaec3) to head (7400818). Report is 1 commits behind head on master.

:exclamation: Current head 7400818 differs from pull request most recent head aa03217

Please upload reports for the commit aa03217 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ======================================= Coverage 90.97% 90.97% ======================================= Files 5 5 Lines 133 133 ======================================= Hits 121 121 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dylan-asmar commented 3 months ago

Addresses #65