Programming Multi-Agent Systems in AgentSpeak using Jason (Hardcover)
暫譯: 使用 Jason 的 AgentSpeak 編程多代理系統 (精裝版)
Rafael H. Bordini, Jomi Fred Hübner, Michael Wooldridge
- 出版商: Wiley
- 出版日期: 2007-11-01
- 售價: $4,300
- 貴賓價: 9.5 折 $4,085
- 語言: 英文
- 頁數: 292
- 裝訂: Hardcover
- ISBN: 0470029005
- ISBN-13: 9780470029008
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,150$1,127 -
$480$379 -
$980$980 -
$150$119 -
$880$695 -
$620$490 -
$720$569 -
$150$119 -
$2,770$2,632 -
$520$411 -
$350$298 -
$990$891 -
$480$379 -
$480$470 -
$1,930$1,834 -
$400$316 -
$650$514 -
$820$648 -
$399$315 -
$580$458 -
$450$351 -
$600$468 -
$680$537 -
$490$382 -
$680$530
商品描述
Description
Jason is an Open Source interpreter for an extended version of AgentSpeak – a logic-based agent-oriented programming language – written in Java™. It enables users to build complex multi-agent systems that are capable of operating in environments previously considered too unpredictable for computers to handle. Jason is easily customisable and is suitable for the implementation of reactive planning systems according to the Belief-Desire-Intention (BDI) architecture.
Programming Multi-Agent Systems in AgentSpeak using Jason provides a brief introduction to multi-agent systems and the BDI agent architecture on which AgentSpeak is based. The authors explain Jason’s AgentSpeak variant and provide a comprehensive, practical guide to using Jason to program multi-agent systems. Some of the examples include diagrams generated using an agent-oriented software engineering methodology particularly suited for implementation using BDI-based programming languages. The authors also give guidance on good programming style with AgentSpeak.
Programming Multi-Agent Systems in AgentSpeak using Jason
- Describes and explains in detail the AgentSpeak extension interpreted by Jason and shows how to create multi-agent systems using the Jason platform.
- Reinforces learning with examples, problems, and illustrations.
- Includes two case studies which demonstrate the use of Jason in practice.
- Features an accompanying website that provides further learning resources including sample code, exercises, and slides
This essential guide to AgentSpeak and Jason will be invaluable to senior undergraduate and postgraduate students studying multi-agent systems. The book will also be of interest to software engineers, designers, developers, and programmers interested in multi-agent systems.
Table of Contents
Preface
1 Introduction
1.1 Autonomous Agents
1.2 Characteristics of Agents
1.3 Multi-Agent Systems
1.4 Hello World!
2 The BDI Agent Model
2.1 Agent-Oriented Programming
2.2 Practical Reasoning
2.3 A Computational Model of BDI Practical Reasoning
2.4 The Procedural Reasoning System
2.5 Agent Communication
3 The Jason Agent Programming Language
3.1 Beliefs
3.2 Goals
3.3 Plans
3.4 Example: A Complete Agent Program
3.5 Exercises
4 Jason Interpreter
4.1 The Reasoning Cycle
4.2 Plan Failure
4.3 Interpreter Configuration and Execution Modes
4.4 Pre-Defined Plan Annotations
4.5 Exercises
5 Environments
5.1 Support for Defining Simulated Environments
5.2 Example: Running a System of Multiple Situated Agents
5.3 Exercises
6 Communication and Interaction
6.1 Available Performatives
6.2 Informal Semantics of Receiving Messages
6.3 Example: Contract Net Protocol
6.4 Exercises
7 User-Defined Components
7.1 Defining New Internal Actions
7.2 Customising the Agent Class
7.3 Customising the Overall Architecture
7.4 Customising the Belief Base
7.5 Pre-Processing Directives
7.6 Exercises
8 Advanced Goal-Based Programming
8.1 BDI Programming
8.2 Declarative (Achievement) Goal Patterns
8.3 Commitment Strategy Patterns
8.4 Other Useful Patterns
8.5 Pre-Processing Directives for Plan Patterns
9 Case Studies
9.1 Case Study I: Gold Miners
9.2 Case Study II: Electronic Bookstore
10 Formal Semantics
10.1 Semantic Rules
10.2 Semantics of Message Exchange in a Multi-Agent System
10.3 Semantic Rules for Receiving Messages
10.4 Semantics of the BDI Modalities for AgentSpeak
11 Conclusions
11.1 Jason and Agent-Oriented Programming
11.2 Ongoing Work and Related Research
11.3 General Advice on Programming Style and Practice
A Reference Guide
A.1 EBNF for the Agent Language
A.2 EBNF for the Multi-Agent Systems Language
A.3 Standard Internal Actions
A.4 Pre-Defined Annotations
A.5 Pre-Processing Directives
A.6 Interpreter Configuration
Bibliography
商品描述(中文翻譯)
**描述**
Jason 是一個開源解釋器,用於擴展版本的 AgentSpeak——一種基於邏輯的代理導向程式語言——用 Java™ 編寫。它使使用者能夠構建複雜的多代理系統,這些系統能夠在以前被認為對計算機來說過於不可預測的環境中運作。Jason 易於自定義,適合根據信念-願望-意圖(Belief-Desire-Intention, BDI)架構實現反應式規劃系統。
使用 Jason 編程多代理系統 提供了對多代理系統和 AgentSpeak 所基於的 BDI 代理架構的簡要介紹。作者解釋了Jason 的 AgentSpeak 變體,並提供了一本全面的實用指南,教導如何使用Jason 來編程多代理系統。一些示例包括使用特別適合於基於 BDI 的程式語言實現的代理導向軟體工程方法生成的圖表。作者還提供了有關使用 AgentSpeak 的良好編程風格的指導。
使用 Jason 編程多代理系統
- 詳細描述和解釋了 Jason 解釋的 AgentSpeak 擴展,並展示了如何使用 Jason 平台創建多代理系統。
- 通過示例、問題和插圖加強學習。
- 包含兩個案例研究,展示Jason 在實踐中的應用。
- 提供一個附屬網站,提供進一步的學習資源,包括示例代碼、練習和幻燈片。
這本關於 AgentSpeak 和Jason 的重要指南對於學習多代理系統的高年級本科生和研究生將是非常有價值的。這本書也將吸引對多代理系統感興趣的軟體工程師、設計師、開發者和程式設計師。
**目錄**
- 前言
- 1 介紹
- 1.1 自主代理
- 1.2 代理的特徵
- 1.3 多代理系統
- 1.4 Hello World!
- 2 BDI 代理模型
- 2.1 代理導向編程
- 2.2 實用推理
- 2.3 BDI 實用推理的計算模型
- 2.4 程序推理系統
- 2.5 代理通信
- 3 Jason 代理編程語言
- 3.1 信念
- 3.2 目標
- 3.3 計劃
- 3.4 示例:完整的代理程序
- 3.5 練習
- 4 Jason 解釋器
- 4.1 推理循環
- 4.2 計劃失敗
- 4.3 解釋器配置和執行模式
- 4.4 預定義計劃註解
- 4.5 練習
- 5 環境
- 5.1 支援定義模擬環境
- 5.2 示例:運行多個情境代理的系統
- 5.3 練習
- 6 通信與互動
- 6.1 可用的表現行為
- 6.2 接收消息的非正式語義
- 6.3 示例:合約網絡協議
- 6.4 練習
- 7 用戶定義組件
- 7.1 定義新的內部行動
- 7.2 自定義代理類
- 7.3 自定義整體架構
- 7.4 自定義信念基礎
- 7.5 預處理指令
- 7.6 練習
- 8 高級基於目標的編程
- 8.1 BDI 編程
- 8.2 宣告式(成就)目標模式
- 8.3 承諾策略模式
- 8.4 其他有用的模式
- 8.5 計劃模式的預處理指令
- 9 案例研究
- 9.1 案例研究 I:金礦工
- 9.2 案例研究 II:電子書店
- 10 正式語義
- 10.1 語義規則
- 10.2 多代理系統中消息交換的語義
- 10.3 接收消息的語義規則
- 10.4 AgentSpeak 的 BDI 模態語義
- 11 結論
- 11.1 Jason 和代理導向編程
- 11.2 持續工作和相關研究
- 11.3 有關編程風格和實踐的一般建議
- 參考指南
- A.1 代理語言的 EBNF
- A.2 多代理系統語言的 EBNF
- A.3 標準內部行動
- A.4 預定義註解
- A.5 預處理指令
- A.6 解釋器配置
- 參考文獻