<?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/301/Feature-Based-Local-Policy-Reinforcement-Learning-">
    <rdfs:label><![CDATA[Feature-Based Local Policy Reinforcement Learning ]]></rdfs:label>
    <event:title><![CDATA[Feature-Based Local Policy Reinforcement Learning ]]></event:title>
    <event:speaker><person:MSStudent rdf:about="http://ebiquity.umbc.edu/person/html/David/Feltenberger/"><person:name><![CDATA[David  Feltenberger]]></person:name><rdfs:label><![CDATA[David  Feltenberger]]></rdfs:label></person:MSStudent></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2009-05-12T12:30:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2009-05-12T14:30:00-05:00</event:endDate>
    <event:location><![CDATA[346 ITE]]></event:location>
    <event:abstract><![CDATA[<h4> MS Defense</h4>

The problem of learning to control an agent in an arbitrary environment is
difficult. In robotics, the standard approach is to hand-code and manually
fine-tune a robot's perception of its environment and the actions it should
take given its current state. This is both time-consuming and expensive. A
better approach is to learn features and action policies without significant
manual intervention. This problem is investigated in the context of learning
image features to control a fovea position on an image. Using a
self-organizing feature map, features are extracted from images. Controllers
are then placed at each node and use reinforcement learning to learn how to
move a fovea between areas in an image that closely match features in the
feature map.
<p>
Contributions of this work include determining the impact of network
parameters (number of nodes, patch size) and sampling methods (random,
random walk, structured walk) on learned features, and an understanding of
how to perform local control (as opposed to using a monolithic policy as in
most RL approaches) based on learned features. 

<b>Committee</b>
<ul>
<li> Dr. Tim Oates (Chair)
<li> Dr. Clay Morrison (University of Arizona)
<li> Dr. Marie desJardins
<li> Dr. Yun Peng 
</ul>
]]></event:abstract>
    <event:host><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Oates/"><person:name><![CDATA[Tim  Oates]]></person:name><rdfs:label><![CDATA[Tim  Oates]]></rdfs:label></person:Collaborator></event:host>
  </event:Event>

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

</rdf:RDF>
