Cargando…

Programming multi-agent systems in AgentSpeak using Jason /

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 compu...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bordini, Rafael H.
Otros Autores: Hübner, Jomi Fred, Wooldridge, Michael J., 1966-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Chichester, England ; Hoboken, NJ : J. Wiley, ©2007.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn183421412
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 071212s2007 enka ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d IDEBK  |d OCLCQ  |d DG1  |d UIU  |d MERUC  |d E7B  |d OCLCF  |d OCLCQ  |d COO  |d EBLCP  |d OCLCQ  |d AZK  |d DG1  |d LOA  |d JBG  |d IAS  |d COCUF  |d OCLCQ  |d AGLDB  |d DG1  |d CNNOR  |d OCLCQ  |d MOR  |d LIP  |d PIFAG  |d ZCU  |d OCLCQ  |d U3W  |d OCLCQ  |d AUD  |d OCLCQ  |d BRL  |d STF  |d WRM  |d VTS  |d ICG  |d INT  |d VT2  |d AU@  |d OCLCQ  |d WYU  |d A6Q  |d OCLCQ  |d DKC  |d OCLCQ  |d M8D  |d OCLCQ  |d K6U  |d UKBTH  |d UKCRE  |d OCLCO  |d OCLCQ  |d OCLCO  |d VLY  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBA700651  |2 bnb 
019 |a 181368554  |a 608623688  |a 647761382  |a 815544262  |a 935267404  |a 961632443  |a 962694312  |a 966182698  |a 988478457  |a 991991691  |a 1033775141  |a 1037481868  |a 1037727343  |a 1038676732  |a 1045530262  |a 1058102826  |a 1076284071  |a 1086416108  |a 1153464467  |a 1159613061  |a 1162261568 
020 |a 9780470061831  |q (electronic bk.) 
020 |a 0470061839  |q (electronic bk.) 
020 |a 9780470061848 
020 |a 0470061847 
020 |a 1281135259 
020 |a 9781281135254 
020 |a 9786611135256 
020 |a 6611135251 
020 |z 9780470029008  |q (cloth) 
020 |z 0470029005  |q (cloth) 
024 7 |a 10.1002/9780470061848  |2 doi 
029 1 |a AU@  |b 000044867109 
029 1 |a AU@  |b 000051405012 
029 1 |a CHNEW  |b 000930293 
029 1 |a CHVBK  |b 480105766 
029 1 |a DEBBG  |b BV043067612 
029 1 |a DEBBG  |b BV044128137 
029 1 |a DEBSZ  |b 422158844 
029 1 |a NZ1  |b 13340180 
035 |a (OCoLC)183421412  |z (OCoLC)181368554  |z (OCoLC)608623688  |z (OCoLC)647761382  |z (OCoLC)815544262  |z (OCoLC)935267404  |z (OCoLC)961632443  |z (OCoLC)962694312  |z (OCoLC)966182698  |z (OCoLC)988478457  |z (OCoLC)991991691  |z (OCoLC)1033775141  |z (OCoLC)1037481868  |z (OCoLC)1037727343  |z (OCoLC)1038676732  |z (OCoLC)1045530262  |z (OCoLC)1058102826  |z (OCoLC)1076284071  |z (OCoLC)1086416108  |z (OCoLC)1153464467  |z (OCoLC)1159613061  |z (OCoLC)1162261568 
037 |a 10.1002/9780470061848  |b Wiley InterScience  |n http://www3.interscience.wiley.com 
050 4 |a QA76.76.I58  |b B67 2007eb 
072 7 |a COM  |x 025000  |2 bisacsh 
072 7 |a UXC  |2 bicssc 
082 0 4 |a 006.3/3  |2 22 
049 |a UAMI 
100 1 |a Bordini, Rafael H. 
245 1 0 |a Programming multi-agent systems in AgentSpeak using Jason /  |c Rafael H. Bordini, Jomi Fred Hübner, Michael Wooldridge. 
260 |a Chichester, England ;  |a Hoboken, NJ :  |b J. Wiley,  |c ©2007. 
300 |a 1 online resource (xv, 273 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references (pages 261-268) and index. 
588 0 |a Print version record. 
505 0 |a Programming Multi-Agent Systems in AgentSpeak using Jason; Contents; Preface; Acknowledgements; 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. 
505 8 |a 4.3 Interpreter Configuration and Execution Modes4.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. 
505 8 |a 7.6 Exercises8 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. 
505 8 |a 11.2 Ongoing Work and Related Research11.3 General Advice on Programming Style and Practice; Appendix: 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; References; Index. 
520 |a 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 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Intelligent agents (Computer software) 
650 0 |a Computer programming. 
650 6 |a Agents intelligents (Logiciels) 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Expert Systems.  |2 bisacsh 
650 7 |a Computer programming  |2 fast 
650 7 |a Intelligent agents (Computer software)  |2 fast 
700 1 |a Hübner, Jomi Fred. 
700 1 |a Wooldridge, Michael J.,  |d 1966-  |1 https://id.oclc.org/worldcat/entity/E39PBJrwTVrRqgbHXmjbrTDDv3 
758 |i has work:  |a Programming multi-agent systems in AgentSpeak using Jason (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGYXqCKpqcTxXKHtKD7wT3  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Bordini, Rafael H.  |t Programming multi-agent systems in AgentSpeak using Jason.  |d Chichester, England ; Hoboken, NJ : J. Wiley, ©2007  |z 9780470029008  |z 0470029005  |w (DLC) 2007021099  |w (OCoLC)133465569 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=326407  |z Texto completo 
891 |a .o10833043 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL326407 
938 |a ebrary  |b EBRY  |n ebr10295507 
938 |a EBSCOhost  |b EBSC  |n 213976 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 113525 
938 |a YBP Library Services  |b YANK  |n 2745148 
938 |a YBP Library Services  |b YANK  |n 2939156 
994 |a 92  |b IZTAP