sritchie / scala-rl

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

Version of Bellman.scala that can look forward multiple states, prune #36

Open sritchie opened 5 years ago

sritchie commented 5 years ago

The current version does what it needs to do for chapter 4, but we need better abstractions for looking forward given a state and policy that can return expected values.