JuliaPOMDP / PointBasedValueIteration.jl

Point-based value iteration solver for POMDPs
MIT License
6 stars 4 forks source link

Replaced convert methods #8

Closed Omastto1 closed 3 years ago

Omastto1 commented 3 years ago

Solver now initiates its belief space with the initialize_belief method instead of the convert method for each possible distribution.

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (925e02b) into master (2e89f7f) will increase coverage by 0.62%. The diff coverage is 100.00%.

:exclamation: Current head 925e02b differs from pull request most recent head d122b63. Consider uploading reports for the commit d122b63 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   95.41%   96.03%   +0.62%     
==========================================
  Files           2        2              
  Lines         109      101       -8     
==========================================
- Hits          104       97       -7     
+ Misses          5        4       -1     
Impacted Files Coverage Δ
src/pbvi.jl 96.00% <100.00%> (+0.62%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e89f7f...d122b63. Read the comment docs.