GoalSeeker

data class GoalSeeker(val agent: Agent, val rankings: Rankings<Goal>)

Agent to seek a goal and the goal rankings that we used to choose the goal.

Constructors

Link copied to clipboard
constructor(agent: Agent, rankings: Rankings<Goal>)

Properties

Link copied to clipboard
Link copied to clipboard