sritchie / scala-rl

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

Value Functions! #8

Closed sritchie closed 5 years ago

sritchie commented 5 years ago

This PR implements our first state and action value functions (moving beyond the Map implementation).

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             develop      #8   +/-   ##
=========================================
  Coverage           ?   5.85%           
=========================================
  Files              ?      19           
  Lines              ?     444           
  Branches           ?      19           
=========================================
  Hits               ?      26           
  Misses             ?     418           
  Partials           ?       0
Impacted Files Coverage Δ
...rl-plot/src/main/scala/io/samritchie/rl/Plot.scala 0% <0%> (ø)
...rl-core/src/main/scala/io/samritchie/rl/Util.scala 0% <0%> (ø)
...rc/main/scala/io/samritchie/rl/book/Chapter3.scala 0% <0%> (ø)
.../main/scala/io/samritchie/rl/world/GridWorld.scala 0% <0%> (ø)
...rc/main/scala/io/samritchie/rl/ValueFunction.scala 0% <0%> (ø)

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 7157ee7...66d9e5d. Read the comment docs.