ExplorationReward

io.github.srs.model.entity.dynamicentity.agent.reward.ExplorationReward

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class ExplorationDQN() extends StatefulReward[Agent, ExplorationState]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExplorationQL() extends StatefulReward[Agent, ExplorationState]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ExplorationState(var ticks: Int = ..., positions: List[Point2D] = ..., actionHistory: CircularBuffer[Action[_[_]]] = ..., visitedCells: Set[(Int, Int)] = ..., achievedMilestones: Set[Int] = ..., visitedCounts: Map[(Int, Int), Int] = ..., lastCoverage: Double = ..., maxTicks: Int = ...)

Attributes

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