sritchie / scala-rl

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

Refine bandit return types once Rainier ships with covariant Generator[+T] #6

Closed sritchie closed 5 years ago

sritchie commented 5 years ago

Check for return types of Generator[T] that can be more specific - Generator[MapState[A, R]], for example - and make them so.

sritchie commented 5 years ago

Done!