Packages

class FromState[Obs, A, R, G, S[_], F[_, _, _, _, *[_]]] extends AnyRef

Builder class that manages conversion of an evaluate.StateValue instance into either an evaluate.ActionValue or evaluate.StateValue instance.

Source
Evaluator.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def byPolicy[M[_]](policy: Policy[Obs, A, R, M, S])(implicit M: Expectation[M], MV: Module[Double, G]): FromAction[Obs, A, R, G, S, F]
  2. def fn(vfn: StateValueFn[Obs, G]): F[Obs, A, R, G, S]