Skip to content

Enum: AgentArchitectureType

Agent architectures discussed in Clause 5.3 (agent paradigm).

URI: iso22989:AgentArchitectureType

Permissible Values

Value Meaning Description
reflex_agent None Agent that maps current percepts directly to actions
model_based_agent None Agent that maintains an internal model of the environment to guide action
goal_based_agent None Agent that selects actions to achieve explicit goals
utility_based_agent None Agent that selects actions to maximise an expected utility function
learning_agent None Agent that improves its behaviour through experience
multi_agent None Agent operating jointly with other agents in a shared environment

Slots

Name Description
agent_architecture Agent architecture realised by the entity (Clause 5

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: AgentArchitectureType
description: Agent architectures discussed in Clause 5.3 (agent paradigm).
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  reflex_agent:
    text: reflex_agent
    description: Agent that maps current percepts directly to actions.
  model_based_agent:
    text: model_based_agent
    description: Agent that maintains an internal model of the environment to guide
      action.
  goal_based_agent:
    text: goal_based_agent
    description: Agent that selects actions to achieve explicit goals.
  utility_based_agent:
    text: utility_based_agent
    description: Agent that selects actions to maximise an expected utility function.
  learning_agent:
    text: learning_agent
    description: Agent that improves its behaviour through experience.
  multi_agent:
    text: multi_agent
    description: Agent operating jointly with other agents in a shared environment.