Packages

object Agent

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

Type Members

  1. case class StaticAgent[Obs, A, R, T, M[_]](policy: Policy[Obs, A, R, M, M], valueFunction: StateValueFn[Obs, T])(implicit monad: Monad[M]) extends Agent[Obs, A, R, T, M] with Product with Serializable

    Agent that can't learn.