sritchie / scala-rl

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

Sritchie/tidy the type #73

Closed sritchie closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@bda45bc). Click here to learn what that means. The diff coverage is 31.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #73   +/-   ##
==========================================
  Coverage           ?   21.49%           
==========================================
  Files              ?       48           
  Lines              ?     1107           
  Branches           ?       43           
==========================================
  Hits               ?      238           
  Misses             ?      869           
  Partials           ?        0
Impacted Files Coverage Δ
...scala/io/samritchie/rl/value/WeightedAverage.scala 0% <ø> (ø)
...re/src/main/scala/io/samritchie/rl/Evaluator.scala 100% <ø> (ø)
...main/scala/io/samritchie/rl/value/DecayState.scala 65% <ø> (ø)
...rl-core/src/main/scala/io/samritchie/rl/Util.scala 28% <ø> (ø)
...main/scala/io/samritchie/rl/algebra/ToDouble.scala 83.33% <ø> (ø)
.../main/scala/io/samritchie/rl/world/GridWorld.scala 73.68% <ø> (ø)
.../main/scala/io/samritchie/rl/world/Blackjack.scala 0% <ø> (ø)
...c/main/scala/io/samritchie/rl/algebra/Module.scala 60% <ø> (ø)
...c/main/scala/io/samritchie/rl/algebra/Weight.scala 0% <ø> (ø)
...in/scala/io/samritchie/rl/value/ConstantStep.scala 76.92% <ø> (ø)
... and 25 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 bda45bc...cfe4eab. Read the comment docs.