sritchie / scala-rl

Functional Reinforcement Learning in Scala.
https://www.scalarl.com
Apache License 2.0
26 stars 5 forks source link

Working on Value Iteration #10

Closed sritchie closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into develop will decrease coverage by 0.28%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #10      +/-   ##
==========================================
- Coverage     5.71%   5.42%   -0.29%     
==========================================
  Files           23      26       +3     
  Lines          455     479      +24     
  Branches        23      15       -8     
==========================================
  Hits            26      26              
- Misses         429     453      +24
Impacted Files Coverage Δ
...rc/main/scala/io/samritchie/rl/policy/Random.scala 0% <ø> (ø) :arrow_up:
.../main/scala/io/samritchie/rl/world/GridWorld.scala 0% <ø> (ø) :arrow_up:
...l-core/src/main/scala/io/samritchie/rl/Value.scala 0% <0%> (ø)
...l-core/src/main/scala/io/samritchie/rl/State.scala 0% <0%> (ø) :arrow_up:
...rc/main/scala/io/samritchie/rl/book/Chapter3.scala 0% <0%> (ø) :arrow_up:
...c/main/scala/io/samritchie/rl/state/MapState.scala 0% <0%> (ø) :arrow_up:
...e/src/main/scala/io/samritchie/rl/policy/UCB.scala 0% <0%> (ø) :arrow_up:
...-core/src/main/scala/io/samritchie/rl/Policy.scala 0% <0%> (ø) :arrow_up:
...c/main/scala/io/samritchie/rl/value/Decaying.scala 0% <0%> (ø)
...c/main/scala/io/samritchie/rl/util/Tabulator.scala 0% <0%> (ø) :arrow_up:
... and 13 more

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 e015d9a...1279681. Read the comment docs.