27.01.2014 Views

Multiagent Systems

Multiagent Systems

Multiagent Systems

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Prof. Dr. Jürgen Dix · Department of Informatics, TUC <strong>Multiagent</strong> <strong>Systems</strong>, WS 06/07 57/731<br />

1. Introduction 3. Formal Description<br />

function SIMPLE-REFLEX-AGENT( percept) returns action<br />

static: rules, a set of condition-action rules<br />

state INTERPRET-INPUT( percept)<br />

rule RULE-MATCH(state, rules)<br />

action RULE-ACTION[rule]<br />

return action<br />

function REFLEX-AGENT-WITH-STATE( percept) returns action<br />

static: state, a description of the current world state<br />

rules, a set of condition-action rules<br />

state UPDATE-STATE(state, percept)<br />

rule RULE-MATCH(state, rules)<br />

action RULE-ACTION[rule]<br />

state UPDATE-STATE(state, action)<br />

return action

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!