Caesar AI Atlas

Модель программного обеспечения Belief–Desire–Intention

Caesar AI Atlas Definition

Модель программного обеспечения Belief–Desire–Intention — архитектура для программирования интеллектуальных агентов вокруг того, что агент знает, чего хочет и что намерен сделать. Она отделяет выбор плана от его выполнения, чтобы агент мог рассуждать о целях, выполняя активные планы. Модель используется для структурирования рационального или целенаправленного поведения агента.

Other Definitions

Модель программного обеспечения Belief–Desire–Intention Source

A software model developed for programming intelligent agents. Superficially characterized by the implementation of an agent's beliefs, desires and intentions, it actually uses these concepts to solve a particular problem in agent programming. In essence, it provides a mechanism for separating the activity of selecting a plan (from a plan library or an external planner application) from the execution of currently active plans. Consequently, BDI agents are able to balance the time spent on deliberating about plans (choosing what to do) and executing those plans (doing it). A t

Related Terms