sritchie / scala-rl

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

Chapter 5 Implementation - Monte Carlo methods #26

Open sritchie opened 5 years ago

sritchie commented 5 years ago

This is going to be a fun one. This adds a new dimension, since we actually have to sample, and can't depend on the categorical distribution to give us information about what's going to happen next.