koog
Toggle table of contents
0.6.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-planner
/
ai.koog.agents.planner.goap
/
GOAPPlan
GOAPPlan
class
GOAPPlan
<
State
>
(
val
goal
:
Goal
<
State
>
,
val
actions
:
List
<
Action
<
State
>
>
,
val
value
:
Double
)
(
source
)
A GOAP plan.
Members
Constructors
GOAPPlan
Link copied to clipboard
constructor
(
goal
:
Goal
<
State
>
,
actions
:
List
<
Action
<
State
>
>
,
value
:
Double
)
Properties
actions
Link copied to clipboard
val
actions
:
List
<
Action
<
State
>
>
goal
Link copied to clipboard
val
goal
:
Goal
<
State
>
value
Link copied to clipboard
val
value
:
Double