JuliaPOMDP / DiscreteValueIteration.jl

Value iteration solver for MDPs
Other
20 stars 12 forks source link

Add actionvalues for ValueIterationPolicy #22

Closed MaximeBouton closed 5 years ago

MaximeBouton commented 5 years ago

wait for JuliaLang/METADATA.jl#19154 and restart build before merging.

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will decrease coverage by 44.1%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #22       +/-   ##
===========================================
- Coverage   97.87%   53.76%   -44.11%     
===========================================
  Files           1        1               
  Lines          47       93       +46     
===========================================
+ Hits           46       50        +4     
- Misses          1       43       +42
Impacted Files Coverage Δ
src/vanilla.jl 53.76% <100%> (-44.11%) :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 f9be196...0c80f44. Read the comment docs.

MaximeBouton commented 5 years ago

A potential suspect for the sudden decrease of coverage: JuliaLang/julia#28192 thanks @rejuvyesh for pointing that out.