Artificial Intelligence – Agents and Environments
This book is the first in a series on Artificial Intelligence. It provides an introduction to the topic with an emphasis on the use of agent-oriented design. Topics include agents, environments, agent movement, and agent embodiment. It also provides an introduction to programming in NetLogo.
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 first in a series on Artificial Intelligence. It provides an introduction to the topic with an emphasis on the use of agent-oriented design. Topics include agents, environments, agent movement, and agent embodiment. It also provides an introduction to programming in NetLogo.
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: 4.6MB
About William John Teahan (View Profile)



Comments for "Artificial Intelligence – Agents and Environments"
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...