Goal

interface Goal : Step

In Goal-oriented planning, this is what we want to achieve.

Inheritors

Properties

Link copied to clipboard
abstract val name: String

Unique name of the step

Link copied to clipboard
abstract val value: CostComputation

Function to compute the value of completing this step. From 0 (least valuable) to 1 (most valuable) Steps with 0 value will still be planned if necessary to achieve a result