AutonomyProperties

class AutonomyProperties(platformProperties: AgentPlatformProperties)

Autonomy properties

Parameters

goalConfidenceCutOff

Goal confidence cut-off, between 0 and 1, which is required to have confidence in executing the most promising goal.

agentConfidenceCutOff

Agent confidence cut-off, between 0 and 1, which is required to have confidence in executing the most promising agent.

Constructors

Link copied to clipboard
constructor(platformProperties: AgentPlatformProperties)

Properties

Link copied to clipboard
val agentConfidenceCutOff: <Error class: unknown class>
Link copied to clipboard
val goalConfidenceCutOff: <Error class: unknown class>