ExplorationState

io.github.srs.model.entity.dynamicentity.agent.reward.ExplorationReward.ExplorationState
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

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product