<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/5/META-LEVEL-CONTROL-IN-BOUNDED-RATIONAL-AGENTS">
		<rdfs:label><![CDATA[META-LEVEL CONTROL IN BOUNDED-RATIONAL AGENTS]]></rdfs:label>
		<event:title><![CDATA[META-LEVEL CONTROL IN BOUNDED-RATIONAL AGENTS]]></event:title>
		<event:speaker>
<person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Anita/Raja"><person:name><![CDATA[Anita Raja]]></person:name><rdfs:label><![CDATA[Anita Raja]]></rdfs:label></person:Collaborator>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2003-12-01T11:00:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2003-12-01T12:00:00-05:00</event:endDate>
		<event:location><![CDATA[UMBC ITE 325B]]></event:location>
		<event:abstract><![CDATA[</p><p>
Autonomous agents must make real-time decisions on the scheduling and
coordination of domain activities. These control decisions are made in
the context of limited resources and uncertainty about action
outcomes. The meta-level control problem is deciding how to sequence
domain and control actions without consuming too many resources in the
process. The state-of-the-art in agent architectures and control
algorithms does not explicitly reason about the cost of time and other
resources by control actions, which may degrade an agent's
performance.  In this talk, I describe a meta-level control agent
architecture with bounded computational overhead which supports
reasoning about control actions as first class entities. I then
present a series of increasingly sophisticated approaches for
meta-level control which are based on the use of high-level features
which capture critical state information in a concise form. They
differ by the amount of knowledge, including learned knowledge they
use. I demonstrate empirically that meta-level reasoning leads to
improved performance. I also show that offline reinforcement learning
is a viable approach for autonomously constructing efficient
meta-level control policies.
<p>
Anita Raja is an Assistant Professor of Software and Information
Systems at The University of North Carolina at Charlotte. She received
a B.S. Honors in Computer Science with a minor in Mathematics summa
cum laude from Temple University, Philadelphia in 1996, and a M.S. and
PhD in Computer Science from the University of Massachusetts, Amherst
in 1998 and 2003 respectively. Her current research interests include
design and control of multi-agent systems, bounded-rationality,
adaptive agent control, multi-agent learning, distributed information
gathering and organizational design.</p>]]></event:abstract>
	</event:Event>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
