package evaluate
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
ActionValue[Obs, A, R, G, S[_]] extends Product with Serializable
trait for evaluation of a given state, action pair.
-
sealed
trait
StateValue[Obs, A, R, G, S[_]] extends Product with Serializable
trait for evaluating a given state.
Value Members
- object ActionValue extends Serializable
- object StateValue extends Serializable
edit this text on github
ScalaRL
This is the API documentation for the ScalaRL functional reinforcement learning library.
Further documentation for ScalaRL can be found at the documentation site.
Check out the ScalaRL package list for all the goods.