JuliaPOMDP / BasicPOMCP.jl

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

Info #6

Closed zsunberg closed 6 years ago

zsunberg commented 6 years ago

added action_info

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 81.019% when pulling 413ebaac1708fd11647df685fdcde0733581c664 on info into 99a7a9f611f3418e7aac3834c8dde9e38eab4d1e on master.

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.15%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   80.86%   81.01%   +0.15%     
==========================================
  Files           6        6              
  Lines         209      216       +7     
==========================================
+ Hits          169      175       +6     
- Misses         40       41       +1
Impacted Files Coverage Δ
src/BasicPOMCP.jl 96.77% <ø> (ø) :arrow_up:
src/visualization.jl 89.18% <ø> (ø) :arrow_up:
src/rollout.jl 43.33% <ø> (ø) :arrow_up:
src/solver.jl 94.11% <88.88%> (-0.97%) :arrow_down:

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 99a7a9f...413ebaa. Read the comment docs.