AIAgentState

class AIAgentState(iterations: Int = 0) : AutoCloseable(source)

Represents the state of an AI agent.

Constructors

Link copied to clipboard
constructor(iterations: Int = 0)

Properties

Link copied to clipboard

The number of iterations that have been completed since the agent was created.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard

Creates a copy of the current state.