<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-273

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

I.D. Craig, A Perspective on Multi-Agent Systems (November 1, 1994).

Abstract

People do not live in isolation from others; they live in societies. This paper is about Multi-Agent Systems and their relevance to cognitive science and to theories of social behaviour. We examine some of what we believe to be central issues in the theory of Multi-Agent Systems and relate them to issues in Cognitive Science. Our aims are to introduce Multi-Agent Systems and to show how they can be illuminating as modelling devices in the production of cognitive theories that relate the individual to social context.

Download

cs-rr-273.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>