JuliaPOMDP / DiscreteValueIteration.jl

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

Made printing of policies in REPL and notebook nicer #31

Closed zsunberg closed 5 years ago

zsunberg commented 5 years ago

Now printing looks like this in the REPL and notebooks

Screenshot from 2019-06-01 08-22-14

Does this seem good?

codecov-io commented 5 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.44%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   79.51%   79.06%   -0.45%     
==========================================
  Files           3        3              
  Lines         166      172       +6     
==========================================
+ Hits          132      136       +4     
- Misses         34       36       +2
Impacted Files Coverage Δ
src/common.jl 69.44% <66.66%> (-0.56%) :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 ee2e3a2...d862dda. Read the comment docs.

mykelk commented 5 years ago

Yes, very nice.