CS 730/730W/830: Intro AI

Size: px
Start display at page:

Download "CS 730/730W/830: Intro AI"

Transcription

1 CS 730/730W/830: Intro AI 1 handout: slides Wheeler Ruml (UNH) Lecture 18, CS / 15

2 Comparison Extensions Setting Break Wheeler Ruml (UNH) Lecture 18, CS / 15

3 Comparison Comparison Extensions Setting Break Forward: states + state known: strong heuristic, expressivity irrelevant states Backward: sets of states + relevant states partial states: larger space, weaker heuristic, expressivity Partial-order: plans + small space +/ least commitment poor heuristics Wheeler Ruml (UNH) Lecture 18, CS / 15

4 STRIPS Extensions Comparison Extensions Setting Break negated goals: no problem with CWA disjunctive precondition: for regression, just branch conditional effects: for regression, if we need the effect, plan for the condition universal preconditions and effects: just ground goals and preconditions Wheeler Ruml (UNH) Lecture 18, CS / 15

5 Setting Comparison Extensions Setting Break STRIPS assumes static, deterministic world, discrete time, single discrete actions. 1. time, resources 2. concurrent actions 3. abstraction: hierarchical planning 4. uncertainty: eg, disjunctive effects 5. temporally extended goals 6. execution monitoring, replanning 7. continuous state 8. multiple (self-interested) agents Wheeler Ruml (UNH) Lecture 18, CS / 15

6 Break Comparison Extensions Setting Break asst 8 asst 9 full project proposals Wheeler Ruml (UNH) Lecture 18, CS / 15

7 Wheeler Ruml (UNH) Lecture 18, CS / 15

8 task decomposition actions = goals for lower level actions = restrictions for lower level actions = hueristic for lower level Wheeler Ruml (UNH) Lecture 18, CS / 15

9 Hierarchical Task Networks states and tasks actions: preconditions, effects, primitive vs high-level method: preconditions, tasks goal : complete decomposition into primitive actions downward refinement: high-level guaranteed to refine into legal primitives SHOP2 planner Wheeler Ruml (UNH) Lecture 18, CS / 15

10 HTN Example: Logistics actions: Drive, Load, Unload method: MovePackageByTruck(p,s,d, t) pre: At(p,s) post: At(p,d) subtasks: Drive(t, s), Load(p,t), Drive(t,d), At(p,d) Wheeler Ruml (UNH) Lecture 18, CS / 15

11 Hierarchical Goal Networks (IJCAI, 2013) operators as in STRIPS goal network: partially-ordered set of DNF formulas over literals method: preconditions and subgoals. postconditions are last subgoal. subgoal: conjunction of literals planner branches on: progressing state using applicable actions decomposing problem using applicable methods applicable in state and relevant to goal methods are only for search guidance! Wheeler Ruml (UNH) Lecture 18, CS / 15

12 HGN Example: Logistics actions: Drive, Load, Unload method: MovePackageByTruck(p,s,d, t) pre: At(p,s) subgoals: At(t, s), In(p,t), At(t,d), At(p,d) Wheeler Ruml (UNH) Lecture 18, CS / 15

13 Example: Dragon Age: Origins Wheeler Ruml (UNH) Lecture 18, CS / 15

14 Class Outline 1. search: heuristics, CSPs, games 2. knowledge representation: FOL, resolution 3. planning: STRIPS, MDPs 4. learning: supervised, unsupervised 5. uncertainty: particle filters, HMMs Wheeler Ruml (UNH) Lecture 18, CS / 15

15 EOLQs What question didn t you get to ask today? What s still confusing? What would you like to hear more about? Please write down your most pressing question about AI and put it in the box on your way out. Thanks! Wheeler Ruml (UNH) Lecture 18, CS / 15

Lecture 2 Agents & Environments (Chap. 2) Outline

Lecture 2 Agents & Environments (Chap. 2) Outline Lecture 2 Agents & Environments (Chap. 2) Based on slides by UW CSE AI faculty, Dan Klein, Stuart Russell, Andrew Moore Outline Agents and environments Rationality PEAS specification Environment types

More information

CS 4365: Artificial Intelligence Recap. Vibhav Gogate

CS 4365: Artificial Intelligence Recap. Vibhav Gogate CS 4365: Artificial Intelligence Recap Vibhav Gogate Exam Topics Search BFS, DFS, UCS, A* (tree and graph) Completeness and Optimality Heuristics: admissibility and consistency CSPs Constraint graphs,

More information

CS343: Artificial Intelligence

CS343: Artificial Intelligence CS343: Artificial Intelligence Introduction: Part 2 Prof. Scott Niekum University of Texas at Austin [Based on slides created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All materials

More information

(c) KSIS Politechnika Poznanska

(c) KSIS Politechnika Poznanska Fundamentals of Autonomous Systems Control architectures in robotics Dariusz Pazderski 1 1 Katedra Sterowania i In»ynierii Systemów, Politechnika Pozna«ska 9th March 2016 Introduction Robotic paradigms

More information

Behavior Architectures

Behavior Architectures Behavior Architectures 5 min reflection You ve read about two very different behavior architectures. What are the most significant functional/design differences between the two approaches? Are they compatible

More information

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE LECTURE # 04 Artificial Intelligence 2012 Lecture 04 Delivered By Zahid Iqbal 1 Review of Last Lecture Artificial Intelligence 2012 Lecture 04 Delivered By Zahid Iqbal 2 Review

More information

Human Activities: Handling Uncertainties Using Fuzzy Time Intervals

Human Activities: Handling Uncertainties Using Fuzzy Time Intervals The 19th International Conference on Pattern Recognition (ICPR), Tampa, FL, 2009 Human Activities: Handling Uncertainties Using Fuzzy Time Intervals M. S. Ryoo 1,2 and J. K. Aggarwal 1 1 Computer & Vision

More information

Artificial Intelligence Lecture 7

Artificial Intelligence Lecture 7 Artificial Intelligence Lecture 7 Lecture plan AI in general (ch. 1) Search based AI (ch. 4) search, games, planning, optimization Agents (ch. 8) applied AI techniques in robots, software agents,... Knowledge

More information

Lecture 13: Finding optimal treatment policies

Lecture 13: Finding optimal treatment policies MACHINE LEARNING FOR HEALTHCARE 6.S897, HST.S53 Lecture 13: Finding optimal treatment policies Prof. David Sontag MIT EECS, CSAIL, IMES (Thanks to Peter Bodik for slides on reinforcement learning) Outline

More information

PART - A 1. Define Artificial Intelligence formulated by Haugeland. The exciting new effort to make computers think machines with minds in the full and literal sense. 2. Define Artificial Intelligence

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

Goal Regression Planning, Constraint Automata and Causal Graphs

Goal Regression Planning, Constraint Automata and Causal Graphs Goal Regression Planning, Constraint Automata and Causal Graphs Contributions: Dan Weld Seung Chung Erez Karpas David Wang Prof Brian Williams MIT CSAIL courtesy of JPL New Text 16.412J/6.834J Cognitive

More information

CS324-Artificial Intelligence

CS324-Artificial Intelligence CS324-Artificial Intelligence Lecture 3: Intelligent Agents Waheed Noor Computer Science and Information Technology, University of Balochistan, Quetta, Pakistan Waheed Noor (CS&IT, UoB, Quetta) CS324-Artificial

More information

Introduction to Deep Reinforcement Learning and Control

Introduction to Deep Reinforcement Learning and Control Carnegie Mellon School of Computer Science Deep Reinforcement Learning and Control Introduction to Deep Reinforcement Learning and Control Lecture 1, CMU 10703 Katerina Fragkiadaki Logistics 3 assignments

More information

Agent-Based Systems. Agent-Based Systems. Michael Rovatsos. Lecture 5 Reactive and Hybrid Agent Architectures 1 / 19

Agent-Based Systems. Agent-Based Systems. Michael Rovatsos. Lecture 5 Reactive and Hybrid Agent Architectures 1 / 19 Agent-Based Systems Michael Rovatsos mrovatso@inf.ed.ac.uk Lecture 5 Reactive and Hybrid Agent Architectures 1 / 19 Where are we? Last time... Practical reasoning agents The BDI architecture Intentions

More information

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest Foundations of AI 10. Knowledge Representation: Modeling with Logic Concepts, Actions, Time, & All the Rest Wolfram Burgard, Andreas Karwath, Bernhard Nebel, and Martin Riedmiller 10/1 Contents Knowledge

More information

Towards Learning to Ignore Irrelevant State Variables

Towards Learning to Ignore Irrelevant State Variables Towards Learning to Ignore Irrelevant State Variables Nicholas K. Jong and Peter Stone Department of Computer Sciences University of Texas at Austin Austin, Texas 78712 {nkj,pstone}@cs.utexas.edu Abstract

More information

Cognitive Modeling. Problem-solving. History. Lecture 4: Models of Problem Solving. Sharon Goldwater. January 21, 2010

Cognitive Modeling. Problem-solving. History. Lecture 4: Models of Problem Solving. Sharon Goldwater. January 21, 2010 Cognitive Modeling Lecture 4: Models of Problem Solving Sharon Goldwater School of Informatics University of Edinburgh sgwater@inf.ed.ac.uk January 21, 2010 1 2 3 Reading: Cooper (2002:Ch. 4). Sharon Goldwater

More information

Cognitive Modeling. Lecture 4: Models of Problem Solving. Sharon Goldwater. School of Informatics University of Edinburgh

Cognitive Modeling. Lecture 4: Models of Problem Solving. Sharon Goldwater. School of Informatics University of Edinburgh Cognitive Modeling Lecture 4: Models of Problem Solving Sharon Goldwater School of Informatics University of Edinburgh sgwater@inf.ed.ac.uk January 21, 2010 Sharon Goldwater Cognitive Modeling 1 1 Background

More information

Self Monitoring Goal Driven Autonomy Agents

Self Monitoring Goal Driven Autonomy Agents Lehigh University Lehigh Preserve Theses and Dissertations 2017 Self Monitoring Goal Driven Autonomy Agents Dustin Dannenhauer Lehigh University Follow this and additional works at: http://preserve.lehigh.edu/etd

More information

The Semantics of Intention Maintenance for Rational Agents

The Semantics of Intention Maintenance for Rational Agents The Semantics of Intention Maintenance for Rational Agents Michael P. Georgeffand Anand S. Rao Australian Artificial Intelligence Institute Level 6, 171 La Trobe Street, Melbourne Victoria 3000, Australia

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

Inferencing in Artificial Intelligence and Computational Linguistics

Inferencing in Artificial Intelligence and Computational Linguistics Inferencing in Artificial Intelligence and Computational Linguistics (http://www.dfki.de/~horacek/infer-ai-cl.html) no classes on 28.5., 18.6., 25.6. 2-3 extra lectures will be scheduled Helmut Horacek

More information

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins)

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 1 CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 2 Administrivia

More information

Medical Planning. David Glasspool. Advanced Computation Laboratory, Cancer Research UK

Medical Planning. David Glasspool. Advanced Computation Laboratory, Cancer Research UK Medical Planning David Glasspool Advanced Computation Laboratory, Cancer Research UK Outline Review The place of planning in healthcare The cognitive psychology of planning New Directions How can IT assist

More information

Chapter 2: Intelligent Agents

Chapter 2: Intelligent Agents Chapter 2: Intelligent Agents Outline Last class, introduced AI and rational agent Today s class, focus on intelligent agents Agent and environments Nature of environments influences agent design Basic

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Michèle Sebag ; TP : Herilalaina Rakotoarison TAO, CNRS INRIA Université Paris-Sud Nov. 9h, 28 Credit for slides: Richard Sutton, Freek Stulp, Olivier Pietquin / 44 Introduction

More information

POND-Hindsight: Applying Hindsight Optimization to POMDPs

POND-Hindsight: Applying Hindsight Optimization to POMDPs POND-Hindsight: Applying Hindsight Optimization to POMDPs Alan Olsen and Daniel Bryce alan@olsen.org, daniel.bryce@usu.edu Utah State University Logan, UT Abstract We present the POND-Hindsight entry in

More information

METABOLIC PETRI NETS. MONIKA HEINER, BTU Cottbus REINHARDT HEINRICH, HU BERLIN SOFTWARE ENGINEERING & PETRI NETS

METABOLIC PETRI NETS. MONIKA HEINER, BTU Cottbus REINHARDT HEINRICH, HU BERLIN SOFTWARE ENGINEERING & PETRI NETS Petri Nets & Metabolic Networks October 000 Petri Nets & Metabolic Networks October 000 BTU COTTBUS COMPUTER SCIENCE INSTITUTE SOFTWARE ENGINEERING & PETRI NETS METABOLIC PETRI NETS software Problem Petrinetz

More information

Part I Part 1 Robotic Paradigms and Control Architectures

Part I Part 1 Robotic Paradigms and Control Architectures Overview of the Lecture Robotic Paradigms and Control Architectures Jan Faigl Department of Computer Science Faculty of Electrical Engineering Czech Technical University in Prague Lecture 02 B4M36UIR Artificial

More information

Loop Dependence and Parallelism

Loop Dependence and Parallelism Loop Dependence and Parallelism Announcements Reading assignments for next week due Midterm is Monday March 6th, example midterms posted Assignment 2 is due the week after that. Start now! Today Data dependencies

More information

Deliberating on Ontologies: The Present Situation. Simon Milton Department of Information Systems, The University of Melbourne

Deliberating on Ontologies: The Present Situation. Simon Milton Department of Information Systems, The University of Melbourne Deliberating on Ontologies: The Present Situation Simon Milton Department of, The University of Melbourne 1. Helping data models better map the world 2. Finding the role of ontology where theories of agency

More information

Part I - Multiple Choice. 10 points total.

Part I - Multiple Choice. 10 points total. Part I - Multiple Choice. 10 points total. Circle the one answer that best answers the question. 1. Which of the following is an effect axiom in situation calculus? a. Holding(g,s) Poss(Release(g),s) b.

More information

Using Diverse Cognitive Mechanisms for Action Modeling

Using Diverse Cognitive Mechanisms for Action Modeling Using Diverse Cognitive Mechanisms for Action Modeling John E. Laird (laird@umich.edu) Joseph Z. Xu (jzxu@umich.edu) Samuel Wintermute (swinterm@umich.edu) University of Michigan, 2260 Hayward Street Ann

More information

A Logic of Emotions for Intelligent Agents

A Logic of Emotions for Intelligent Agents A Logic of Emotions for Intelligent Agents Bas R. Steunebrink Department of ICS Utrecht University Utrecht, The Netherlands bass@cs.uu.nl Mehdi Dastani Department of ICS Utrecht University Utrecht, The

More information

Programming with Goals (3)

Programming with Goals (3) Programming with Goals (3) M. Birna van Riemsdijk, TU Delft, The Netherlands GOAL slides adapted from MAS course slides by Hindriks 4/24/11 Delft University of Technology Challenge the future Outline GOAL:

More information

BDI & Reasoning. Janne Järvi Department of Computer Sciences University of Tampere

BDI & Reasoning. Janne Järvi Department of Computer Sciences University of Tampere BDI & Reasoning Janne Järvi Department of Computer Sciences University of Tampere Outline Mental states and computer programs BDI model Some BDI implementations Example of BDI reasoning Mental states and

More information

Thank you for your enquiry regarding the appointment of Publicity and Advocacy Lead for the Cued Speech Association UK (CSAUK).

Thank you for your enquiry regarding the appointment of Publicity and Advocacy Lead for the Cued Speech Association UK (CSAUK). makes spoken language visible for deaf babies, children and adults 17th July 2017 Dear Candidate Thank you for your enquiry regarding the appointment of Publicity and Advocacy Lead for the Cued Speech

More information

Extensions to a Unified Theory of the Cognitive Architecture. Nishant Trivedi

Extensions to a Unified Theory of the Cognitive Architecture. Nishant Trivedi Extensions to a Unified Theory of the Cognitive Architecture by Nishant Trivedi A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science Approved April 2011 by the

More information

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Gianni A. Di Caro lecture on ROBOT CONTROL RCHITECTURES SINGLE AND MULTI-ROBOT SYSTEMS: A CASE STUDY IN SWARM ROBOTICS Unmanned autonomous vehicles in air land and sea Robots and Unmanned Vehicles

More information

Classical Conditioning V:

Classical Conditioning V: Classical Conditioning V: Opposites and Opponents PSY/NEU338: Animal learning and decision making: Psychological, computational and neural perspectives where were we? Classical conditioning = prediction

More information

Sample Interaction: Explanation. Sample Interaction (cont d) Sample Interaction: Therapy. Sample Interaction: Diagnosis. How It Worked: Representation

Sample Interaction: Explanation. Sample Interaction (cont d) Sample Interaction: Therapy. Sample Interaction: Diagnosis. How It Worked: Representation Outline Rule-Based Systems 6.871-- Lecture 6 MYCIN Introduction»Task» Sample Interaction» Reasons for Success How It Worked» Knowledge Representation» Architecture and Control Structure» Inexact Inference»

More information

Hierarchical FSM s with Multiple Concurrency Models

Hierarchical FSM s with Multiple Concurrency Models Hierarchical FSM s with Multiple Concurrency Models Presented by Perry Tsao on October 31, 2000 Introduction Reactive Systems All have concurrency Includes embedded systems, real-time systems, some software

More information

Lecture 2: Foundations of Concept Learning

Lecture 2: Foundations of Concept Learning Lecture 2: Foundations of Concept Learning Cognitive Systems - Machine Learning Part I: Basic Approaches to Concept Learning Version Space, Candidate Elimination, Inductive Bias last change October 18,

More information

Learning to Identify Irrelevant State Variables

Learning to Identify Irrelevant State Variables Learning to Identify Irrelevant State Variables Nicholas K. Jong Department of Computer Sciences University of Texas at Austin Austin, Texas 78712 nkj@cs.utexas.edu Peter Stone Department of Computer Sciences

More information

Intelligent Systems. Discriminative Learning. Parts marked by * are optional. WS2013/2014 Carsten Rother, Dmitrij Schlesinger

Intelligent Systems. Discriminative Learning. Parts marked by * are optional. WS2013/2014 Carsten Rother, Dmitrij Schlesinger Intelligent Systems Discriminative Learning Parts marked by * are optional 30/12/2013 WS2013/2014 Carsten Rother, Dmitrij Schlesinger Discriminative models There exists a joint probability distribution

More information

SLHS 267 Spring 2014

SLHS 267 Spring 2014 SLHS 267 Spring 2014 Title of Course: ACOUSTICS FOR THE SPEECH AND HEARING SCIENCES Day & Time M,W,F, @ 9-9:50 a.m. Room & Building: Instructor: Room: Chemistry 134 James Dean, AuD Office SLHS 523 Office

More information

TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas

TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas 1 Department of Computer Science & Engineering,UCE,OU,Hyderabad 2 Department of Mathematics,UCS,OU,Hyderabad

More information

Session 2: The children s resilience programme

Session 2: The children s resilience programme Session 2: The children s resilience programme Contents 2.1 The children s resilience programme a holistic approach 2.2 Overview of the programme planning, implementation and evaluation 2.3 The four workshop

More information

NFA Arbitrators. Chairperson s Handbook

NFA Arbitrators. Chairperson s Handbook NFA Arbitrators Chairperson s Handbook Contents Qualities of an Effective Chairperson 2 Expediting the Pre-Hearing Process 2 Conducting a Successful Hearing 4 Facilitating a Prompt and Fair Resolution

More information

Seminar Thesis: Efficient Planning under Uncertainty with Macro-actions

Seminar Thesis: Efficient Planning under Uncertainty with Macro-actions Seminar Thesis: Efficient Planning under Uncertainty with Macro-actions Ragnar Mogk Department of Computer Science Technische Universität Darmstadt ragnar.mogk@stud.tu-darmstadt.de 1 Introduction This

More information

Functionality. A Case For Teaching Functional Skills 4/8/17. Teaching skills that make sense

Functionality. A Case For Teaching Functional Skills 4/8/17. Teaching skills that make sense Functionality Teaching skills that make sense Mary Jane Weiss, Ph.D., BCBA-D Eden Princeton Lecture Series April, 2017 A Case For Teaching Functional Skills Preston Lewis, Dec. 1987, TASH Newsletter excerpt

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

JOINT EVALUATION UNFPA-UNICEF JOINT PROGRAMME ON FEMALE GENITAL MUTILATION/CUTTING: ACCELERATING CHANGE

JOINT EVALUATION UNFPA-UNICEF JOINT PROGRAMME ON FEMALE GENITAL MUTILATION/CUTTING: ACCELERATING CHANGE JOINT EVALUATION UNFPA-UNICEF JOINT PROGRAMME ON FEMALE GENITAL MUTILATION/CUTTING: ACCELERATING CHANGE 2008-2012 COUNTRY CASE STUDY: SENEGAL In 2012/2013, in its fifth year of implementation, an evaluation

More information

An Empirical Study of Agent Programs

An Empirical Study of Agent Programs An Empirical Study of Agent Programs A Dynamic Blocks World Case Study in GOAL M. Birna van Riemsdijk and Koen V. Hindriks EEMCS, Delft University of Technology, Delft, The Netherlands {m.b.vanriemsdijk,k.v.hindriks}@tudelft.nl

More information

Between-word regressions as part of rational reading

Between-word regressions as part of rational reading Between-word regressions as part of rational reading Klinton Bicknell & Roger Levy UC San Diego CUNY 2010: New York Bicknell & Levy (UC San Diego) Regressions as rational reading CUNY 2010 1 / 23 Introduction

More information

Probabilistic Graphical Models: Applications in Biomedicine

Probabilistic Graphical Models: Applications in Biomedicine Probabilistic Graphical Models: Applications in Biomedicine L. Enrique Sucar, INAOE Puebla, México May 2012 What do you see? What we see depends on our previous knowledge (model) of the world and the information

More information

Heuristics & Biases:

Heuristics & Biases: Heuristics & Biases: The Availability Heuristic and The Representativeness Heuristic Psychology 355: Cognitive Psychology Instructor: John Miyamoto 05/29/2018: Lecture 10-2 Note: This Powerpoint presentation

More information

Unifying Data-Directed and Goal-Directed Control: An Example and Experiments

Unifying Data-Directed and Goal-Directed Control: An Example and Experiments Unifying Data-Directed and Goal-Directed Control: An Example and Experiments Daniel D. Corkill, Victor R. Lesser, and Eva Hudlická Department of Computer and Information Science University of Massachusetts

More information

POMCoP: Belief Space Planning for Sidekicks in Cooperative Games

POMCoP: Belief Space Planning for Sidekicks in Cooperative Games POMCoP: Belief Space Planning for Sidekicks in Cooperative Games The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published

More information

Knowledge Based Systems

Knowledge Based Systems Knowledge Based Systems Human Expert A human expert is a specialist for a specific differentiated application field who creates solutions to customer problems in this respective field and supports them

More information

Object recognition and hierarchical computation

Object recognition and hierarchical computation Object recognition and hierarchical computation Challenges in object recognition. Fukushima s Neocognitron View-based representations of objects Poggio s HMAX Forward and Feedback in visual hierarchy Hierarchical

More information

Sample Exam Paper Answer Guide

Sample Exam Paper Answer Guide Sample Exam Paper Answer Guide Notes This handout provides perfect answers to the sample exam paper. I would not expect you to be able to produce such perfect answers in an exam. So, use this document

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

Limited English Proficiency Training

Limited English Proficiency Training Limited English Proficiency Training Limited English Proficiency There is no single law that covers Limited English Proficiency (LEP). It is the combination of several existing laws that recognize and

More information

The Upledger Institute

The Upledger Institute The Upledger Institute 11211 Prosperity Farms Rd D325 Palm Beach Gardens, FL 33410-3487 800 233-5880 l 561 622-4334 l 561 622-4771 (fax) The Upledger Institute International is a proud member of the International

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

recognition in complex environments

recognition in complex environments From: AAAI-96 Proceedings. Copyright 1996, AAAI (www.aaai.org). All rights reserved. Opportunity recognition in complex environments Louise Pryor Department of Artificial Intelligence University of Edinburgh

More information

What Happened to Bob? Semantic Data Mining of Context Histories

What Happened to Bob? Semantic Data Mining of Context Histories What Happened to Bob? Semantic Data Mining of Context Histories Michael Wessel, Marko Luther, Ralf Möller Racer Systems DOCOMO Euro-Labs Uni Hamburg A mobile community service 1300+ users in 60+ countries

More information

Agents and Environments

Agents and Environments Artificial Intelligence Programming s and s Chris Brooks 3-2: Overview What makes an agent? Defining an environment Types of agent programs 3-3: Overview What makes an agent? Defining an environment Types

More information

Correspondence between the DRDP (2015) and the California Preschool Learning Foundations. Foundations (PLF)

Correspondence between the DRDP (2015) and the California Preschool Learning Foundations. Foundations (PLF) 1 Desired Results Developmental Profile (2015) [DRDP (2015)] Correspondence to California Foundations: Physical Development Health (PD-HLTH) and the Overall, the Physical Development Health (PD-HLTH) domain

More information

Correspondence between the DRDP (2015) and the California Preschool Learning Foundations. Foundations (PLF)

Correspondence between the DRDP (2015) and the California Preschool Learning Foundations. Foundations (PLF) 1 Desired Results Developmental Profile (2015) [DRDP (2015)] Correspondence to California Foundations: Physical Development Health (PD-HLTH) and the Overall, the Physical Development Health (PD-HLTH) domain

More information

Multi-agent Engineering. Lecture 4 Concrete Architectures for Intelligent Agents. Belief-Desire-Intention Architecture. Ivan Tanev.

Multi-agent Engineering. Lecture 4 Concrete Architectures for Intelligent Agents. Belief-Desire-Intention Architecture. Ivan Tanev. Multi-agent Engineering Lecture 4 Concrete Architectures for Intelligent Agents. Belief-Desire-Intention Architecture Ivan Tanev 1 Outline 1. Concrete architectures 2. Belief-Desire-Intention (BDI) Architecture.

More information

Lecture 6. Perceptual and Motor Schemas

Lecture 6. Perceptual and Motor Schemas CS564 - Brain Theory and Artificial Intelligence Lecture 6. Perceptual and Motor Reading Assignments: TMB2:* Sections 2.1, 2.2, 5.1 and 5.2. HBTNN: Schema Theory (Arbib) [Also required] Distributed Artificial

More information

Overview. What is an agent?

Overview. What is an agent? Artificial Intelligence Programming s and s Chris Brooks Overview What makes an agent? Defining an environment Overview What makes an agent? Defining an environment Department of Computer Science University

More information

GROUP VOLUNTEER APPLICATION

GROUP VOLUNTEER APPLICATION WHERE CRISIS BECOMES Opportunity GROUP VOLUNTEER APPLICATION Volunteering with Northwest Compass is a great way for your team to help your friends and neighbors in and around the Northwest suburbs of Chicago.

More information

ACCORDING to narrative theorists focusing on the structural

ACCORDING to narrative theorists focusing on the structural IEEE TRANSACTIONS ON COMPUTATIONAL INTELLIGENCE AND AI IN GAMES, VOL. 6, NO. 2, JUNE 2014 131 AComputationalModelofNarrative Generation for Surprise Arousal Byung-Chull Bae, Member,IEEE,andR.MichaelYoung,SeniorMember,IEEE

More information

Integrating Joint Intention Theory, Belief Reasoning, and Communicative Action for Generating Team-Oriented Dialogue

Integrating Joint Intention Theory, Belief Reasoning, and Communicative Action for Generating Team-Oriented Dialogue Integrating Joint Intention Theory, Belief Reasoning, and Communicative Action for Generating Team-Oriented Dialogue Rajah Annamalai Subramanian 1, 2, Sanjeev Kumar 2, Philip Cohen 1 1 Natural Interaction

More information

AClass: A Simple, Online Probabilistic Classifier. Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL

AClass: A Simple, Online Probabilistic Classifier. Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL AClass: A Simple, Online Probabilistic Classifier Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL AClass: A Simple, Online Probabilistic Classifier or How I learned to stop worrying

More information

DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation

DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation Biyi Fang Michigan State University ACM SenSys 17 Nov 6 th, 2017 Biyi Fang (MSU) Jillian Co (MSU) Mi Zhang

More information

AI Programming CS F-04 Agent Oriented Programming

AI Programming CS F-04 Agent Oriented Programming AI Programming CS662-2008F-04 Agent Oriented Programming David Galles Department of Computer Science University of San Francisco 04-0: Agents & Environments What is an Agent What is an Environment Types

More information

Intro to Theory of Computation

Intro to Theory of Computation Intro to Theory of Computation LECTURE 13 Last time: Turing Machines and Variants Today Turing Machine Variants Church-Turing Thesis Sofya Raskhodnikova 2/23/2016 Sofya Raskhodnikova; based on slides by

More information

Probabilistically Estimating Backbones and Variable Bias: Experimental Overview

Probabilistically Estimating Backbones and Variable Bias: Experimental Overview Probabilistically Estimating Backbones and Variable Bias: Experimental Overview Eric I. Hsu, Christian J. Muise, J. Christopher Beck, and Sheila A. McIlraith Department of Computer Science, University

More information

PLANNING HEURISTICS FOR CONJUNCTIVE AND DISJUNCTIVE GOALS. A Preliminary Report. Submitted to the Faculty. Purdue University.

PLANNING HEURISTICS FOR CONJUNCTIVE AND DISJUNCTIVE GOALS. A Preliminary Report. Submitted to the Faculty. Purdue University. PLANNING HEURISTICS FOR CONJUNCTIVE AND DISJUNCTIVE GOALS A Preliminary Report Submitted to the Faculty of Purdue University by Lin Zhu In Partial Fulfillment of the Requirements for the Degree of Doctor

More information

Minimum Total Hours 525 Total Core Component Hours 525. Core Components Anatomy & Physiology. Supervised Clinical Training. Practice Management

Minimum Total Hours 525 Total Core Component Hours 525. Core Components Anatomy & Physiology. Supervised Clinical Training. Practice Management MINIMUM EDUCATION STANDARDS AROMATHERAPY Minimum Award Level: Equivalent to Certificate IV Minimum Total Hours 525 Total Core Component Hours 525 Core Components Anatomy & Physiology Massage for Aromatherapy

More information

Mike Davies Director, Neuromorphic Computing Lab Intel Labs

Mike Davies Director, Neuromorphic Computing Lab Intel Labs Mike Davies Director, Neuromorphic Computing Lab Intel Labs Loihi at a Glance Key Properties Integrated Memory + Compute Neuromorphic Architecture 128 neuromorphic cores supporting up to 128k neurons and

More information

Policy Gradients. CS : Deep Reinforcement Learning Sergey Levine

Policy Gradients. CS : Deep Reinforcement Learning Sergey Levine Policy Gradients CS 294-112: Deep Reinforcement Learning Sergey Levine Class Notes 1. Homework 1 due today (11:59 pm)! Don t be late! 2. Remember to start forming final project groups Today s Lecture 1.

More information

Agents. Robert Platt Northeastern University. Some material used from: 1. Russell/Norvig, AIMA 2. Stacy Marsella, CS Seif El-Nasr, CS4100

Agents. Robert Platt Northeastern University. Some material used from: 1. Russell/Norvig, AIMA 2. Stacy Marsella, CS Seif El-Nasr, CS4100 Agents Robert Platt Northeastern University Some material used from: 1. Russell/Norvig, AIMA 2. Stacy Marsella, CS4100 3. Seif El-Nasr, CS4100 What is an Agent? Sense Agent Environment Act What is an Agent?

More information

Using a Domain-Independent Introspection Improve Memory Search Angela 1 C. Kennedy

Using a Domain-Independent Introspection Improve Memory Search Angela 1 C. Kennedy From: AAAI Technical Report SS-95-05. Compilation copyright 1995, AAAI (www.aaai.org). All rights reserved. Using a Domain-Independent Introspection Improve Memory Search Angela 1 C. Kennedy School of

More information

Developing World Model Data Specifications as Metrics for Sensory Processing for On-Road Driving Tasks

Developing World Model Data Specifications as Metrics for Sensory Processing for On-Road Driving Tasks Developing World Model Data Specifications as Metrics for Sensory Processing for On-Road Driving Tasks Anthony Barbera*, John Horst*, Craig Schlenoff*, Evan Wallace*, David Aha # *National Institute of

More information

An Abstract Behavior Representation for Robust, Dynamic Sequencing in a Hybrid Architecture

An Abstract Behavior Representation for Robust, Dynamic Sequencing in a Hybrid Architecture An Abstract Behavior Representation for Robust, Dynamic Sequencing in a Hybrid Architecture Jeffrey P. Duffy and Gilbert L. Peterson Air Force Institute of Technology 2950 Hobson Way WPAFB OH 45433-7765

More information

Robotics Summary. Made by: Iskaj Janssen

Robotics Summary. Made by: Iskaj Janssen Robotics Summary Made by: Iskaj Janssen Multiagent system: System composed of multiple agents. Five global computing trends: 1. Ubiquity (computers and intelligence are everywhere) 2. Interconnection (networked

More information

Towards Runtime Behavior Adaptation for Embodied Characters

Towards Runtime Behavior Adaptation for Embodied Characters Towards Runtime Behavior Adaptation for Embodied Characters Abstract Typically, autonomous believable agents are implemented using static, hand-authored reactive behaviors or scripts. This hand-authoring

More information

Division of Research Policy

Division of Research Policy Division of Research Policy SUBJECT: Use of Legally Authorized Representatives (LAR) for Research Subjects with Cognitive Impairment Policy Number: 10.3.2 Effective Date: October 9, 2015 Renewal Date:

More information

What is Artificial Intelligence? A definition of Artificial Intelligence. Systems that act like humans. Notes

What is Artificial Intelligence? A definition of Artificial Intelligence. Systems that act like humans. Notes What is? It is a young area of science (1956) Its goals are what we consider Intelligent behaviour There are many approaches from different points of view It has received influence from very diverse areas

More information

Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14

Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14 Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14 Still important ideas Contrast the measurement of observable actions (and/or characteristics)

More information

Policy Gradients. CS : Deep Reinforcement Learning Sergey Levine

Policy Gradients. CS : Deep Reinforcement Learning Sergey Levine Policy Gradients CS 294-112: Deep Reinforcement Learning Sergey Levine Class Notes 1. Homework 1 milestone due today (11:59 pm)! Don t be late! 2. Remember to start forming final project groups Today s

More information

Integrating a Closed World Planner with an Open World Robot: A Case Study

Integrating a Closed World Planner with an Open World Robot: A Case Study Integrating a Closed World Planner with an Open World Robot: A Case Study Kartik Talamadupula and J. Benton and Paul Schermerhorn and Subbarao Kambhampati and Matthias Scheutz Department of Computer Science

More information

Rational Agents (Ch. 2)

Rational Agents (Ch. 2) Rational Agents (Ch. 2) Rational agent An agent/robot must be able to perceive and interact with the environment A rational agent is one that always takes the best action (possibly expected best) Agent

More information

AIR FORCE INSTITUTE OF TECHNOLOGY

AIR FORCE INSTITUTE OF TECHNOLOGY Dynamic Behavior Sequencing in a Hybrid Robot Architecture THESIS Jeffrey P. Duffy, Captain, USAF AFIT/GCE/ENG/08-03 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson

More information