JuliaPOMDP / BasicPOMCP.jl

The PO-UCT algorithm (aka POMCP) implemented in Julia
Other
35 stars 17 forks source link

added visualization #3

Closed zsunberg closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.4%) to 80.625% when pulling 2fd78ac66f0f6c04a58e031a3ff7ce31f73e60cd on visualization into e42391ae78ff9697783139c43a10e5bf653d66b4 on master.

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 3.38%. The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   77.23%   80.62%   +3.38%     
==========================================
  Files           4        5       +1     
  Lines         123      160      +37     
==========================================
+ Hits           95      129      +34     
- Misses         28       31       +3
Impacted Files Coverage Δ
src/solver.jl 95.08% <100%> (+0.16%) :arrow_up:
src/BasicPOMCP.jl 96.77% <75%> (ø) :arrow_up:
src/visualization.jl 91.42% <91.42%> (ø)

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 e42391a...2fd78ac. Read the comment docs.