GoalSelectionOptions

data class GoalSelectionOptions(val goalConfidenceCutOff: <Error class: unknown class>? = null, val agentConfidenceCutOff: <Error class: unknown class>? = null, val multiGoal: Boolean = false)

Can override platform-wide AutonomyProperties

Parameters

goalConfidenceCutOff

Goal confidence cut-off, between 0 and 1 if we want to override the platform-wide setting.

agentConfidenceCutOff

Agent confidence cut-off, between 0 and 1 if we want to override the platform-wide setting.

multiGoal

Whether to allow multiple goals to be selected and accomplished.

Constructors

Link copied to clipboard
constructor(goalConfidenceCutOff: <Error class: unknown class>? = null, agentConfidenceCutOff: <Error class: unknown class>? = null, multiGoal: Boolean = false)

Properties

Link copied to clipboard
val agentConfidenceCutOff: <Error class: unknown class>? = null
Link copied to clipboard
val goalConfidenceCutOff: <Error class: unknown class>? = null
Link copied to clipboard
val multiGoal: Boolean = false