JuliaPOMDP / BasicPOMCP.jl

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

CompatHelper: bump compat for MCTS to 0.5, (keep existing compat) #33

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the MCTS package from 0.4 to 0.4, 0.5. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 1 year ago

Codecov Report

Base: 82.43% // Head: 83.01% // Increases project coverage by +0.57% :tada:

Coverage data is based on head (d5e56e4) compared to base (ea6cb07). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #33 +/- ## ========================================== + Coverage 82.43% 83.01% +0.57% ========================================== Files 6 6 Lines 205 212 +7 ========================================== + Hits 169 176 +7 Misses 36 36 ``` | [Impacted Files](https://codecov.io/gh/JuliaPOMDP/BasicPOMCP.jl/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP) | Coverage Δ | | |---|---|---| | [src/BasicPOMCP.jl](https://codecov.io/gh/JuliaPOMDP/BasicPOMCP.jl/pull/33/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP#diff-c3JjL0Jhc2ljUE9NQ1Auamw=) | `98.11% <0.00%> (+0.03%)` | :arrow_up: | | [src/solver.jl](https://codecov.io/gh/JuliaPOMDP/BasicPOMCP.jl/pull/33/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP#diff-c3JjL3NvbHZlci5qbA==) | `97.36% <0.00%> (+0.10%)` | :arrow_up: | | [src/visualization.jl](https://codecov.io/gh/JuliaPOMDP/BasicPOMCP.jl/pull/33/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP#diff-c3JjL3Zpc3VhbGl6YXRpb24uamw=) | `81.39% <0.00%> (+1.39%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPOMDP)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.