Artificial Intelligence – Agent Behaviour
This book is the second in a series on Artificial Intelligence. It adopts a behaviour-based approach to the design of agent-oriented systems. Topics covered from a behaviour-based perspective include agent communication, searching, knowledge and reasoning, and intelligence.
Accompanying the book is a series of exercises and NetLogo models (with source code and documentation) which can be run directly from an applet or downloaded.
This book is the second in a series on Artificial Intelligence. It adopts a behaviour-based approach to the design of agent-oriented systems. Topics covered from a behaviour-based perspective include agent communication, searching, knowledge and reasoning, and intelligence.
Accompanying the book is a series of exercises and NetLogo models (with source code and documentation) which can be run directly from an applet or downloaded.

PDFFile size: 6.7MB
About William John Teahan (View Profile)



Comments for "Artificial Intelligence – Agent Behaviour"
Concise Notes on Data Structures and Algorithms
By: Christopher Fox
Concise Notes on Data Structures and Algorithms: Ruby Edition is a text for a standard foundational course in the topic. It emphasizes abstract data types and covers standard containers, algorithm analysis, sorting and searching, hashing, binary search trees, and graphs. Ruby is used for code examples and exercises, but not taught in the book. Code for the book is available on the web. The text pr...
An Introduction to Matlab
By: Krister Ahlersten
Matlab is one of the most popular programs for quantitative analysis. This book introduces you to the basics of Matlab without requiring any previous experience of programming.Through a series of easily followed examples, the book builds your knowledge step-by-step so that, at the end, you will master all the fundamentals of the program. Topics include how to import data, mathematical operat...