ExplorationQL

io.github.srs.model.entity.dynamicentity.agent.reward.ExplorationReward.ExplorationQL
final case class ExplorationQL() extends StatefulReward[Agent, ExplorationState]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compute(prev: BaseState, current: BaseState, entity: Agent, action: Action[_[_]], state: ExplorationState): (Double, ExplorationState)

Attributes

Definition Classes

Inherited methods

final override def evaluate(prev: BaseState, curr: BaseState, entity: Agent, action: Action[_[_]]): Double

Attributes

Definition Classes
Inherited from:
StatefulReward
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product