JuliaPOMDP / BasicPOMCP.jl

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

added protection for moving default_action stuff to MCTS #8

Closed zsunberg closed 6 years ago

zsunberg commented 6 years ago

just want to make sure the tests pass before merging

codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 10%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #8   +/-   ##
======================================
  Coverage    81.1%   81.1%           
======================================
  Files           6       6           
  Lines         217     217           
======================================
  Hits          176     176           
  Misses         41      41
Impacted Files Coverage Δ
src/BasicPOMCP.jl 96.77% <ø> (ø) :arrow_up:
src/rollout.jl 43.33% <ø> (ø) :arrow_up:
src/exceptions.jl 7.69% <10%> (ø) :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 dffa1ba...9ebb459. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 81.106% when pulling 9ebb4590fa27564ee405ee2f7f78504b9064c839 on default_to_mcts into dffa1ba093834678d3c6251ac4c5ef562d9b19aa on master.