GoapPlan

class GoapPlan(val actions: List<Action>, val goal: Goal, val worldState: GoapWorldState) : Plan

Constructors

Link copied to clipboard
constructor(actions: List<Action>, goal: Goal, worldState: GoapWorldState)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The cost of a plan may be greater than 1.0, even though action costs and all values are 0-1

Link copied to clipboard
val goal: Goal
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String