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

Size: px
Start display at page:

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

Transcription

1 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. Definition 3. Key Problem (Dilemma) of BDI Architecture. 4. Main Functional Components of BDI Architecture 5. Realization of Main Functions in BDI Architecture 2 1

2 1. Concrete Architectures Abstract Architecture: Let P be a set of percepts. Then see is a function see: S P which maps the environmental states to perceps. Now is a function : P* A which maps sequences of percepts to s. see: S P see : P* A P* Agent Environment S Concrete Architecture: How function might be implemented BDI Architecture So far Reactive Architecture: Behavioral Architecture developing and combining individual behaviors, Situated Architecture agents are situated in some environment, Reactive Architecture agents are reacting to an environment, without reasoning about it. see: S P see : P* A P* Agent Environment S 4 2

3 2. BDI Architecture Roots in the philosophical traditions of understanding practical reasoning the process of deciding, moment by moment, which to perform in the furtherance of our goals. Practical reasoning involves two important processes: Deciding what goals we want to achieve (deliberation), and How we are going to achieve these goals (means-end reasoning). Intentions: Example: available => Intentions play a critical role in reasoning process. Properties of Intentions: Intentions tend to lead to Attempts to achieve the intention, and Expectations to try again if an attempt fails. Intentions constrain the future practical reasoning Intentions persist not for too long dropping the intention Intentions are closely related to the about future BDI Architecture Interpreter Beliefs Desires Intentions Environment 6 3

4 3. Dilemma Important roles of in practical reasoning: Intentions drive means-ends reasoning, Intentions constrain future deliberations, Intentions persist, Intentions influence upon which future practical reasoning is based. A key problem in the design of practical reasoning agents is that of achieving a good balance between these different concerns: Agent should at times drop some - agent should stop to reconsider its. Dilemma to reconsider the or to keep them intact them? The dilemma of balancing between the pro-active (keeping the same : goal directed) and reactive (reconsidering the : event driven) behaviors Dilemma Dilemma to reconsider the or to commit? Depends on the environment: In static (unchanging) environments purely proactive (keeping the same : goal-oriented) behavior is adequate. In dynamic environments the ability to react to changes by reconsidering the becomes more important. Information about the environment is stored in the belief component of the agent. 8 4

5 3. Dilemma: Strategies for Modifying Intentions Keep the intention Blind Commitment Until intention has been achieved Single minded Open minded Until intention achieved or no longer possible While intention is believed to be possible 9 4. Functional Components a revision function determines new sets of, Option generation function determines the available to the agent (its ), on the basis of current about its environment and its, Filter function represents the agent s deliberation process, and determines the agent s on the basis of its current,, and. The set of current represents the agent s current focus the states of affairs that it has committed to trying to achieve. selection process determines an to perform on the basis of current. 10 5

6 5. Functions Definitions: Bel set of all possible, Des set of all possible desired, and Int set of all possible. The state of the BDI agent is a triple (B, D, I), whereb Bel, D Des and I Int. Then the belief revision function is a mapping: : ρ(bel) P ρ(bel) Functions The generation function maps a set of and a set of to a set of : : ρ(bel) ρ(int) ρ(des) Roles: responsible for means-end reasoning the process of deciding how to achieve. Once agent has formed an intention x, it must subsequently consider to achieve x. It must be consistent any option d must be consistent with both the current and current. It must be opportunistic it should recognize when environment changes advantageously, to offer new ways of achieving, or the possibility of achieving that are otherwise unachievable. 12 6

7 5. Functions The agent deliberation process deciding what to do is represented in the function: : ρ(bel) ρ(des) ρ(int) ρ(int) Roles: It must drop any that are no longer achievable, or for which the expected cost of achieving them exceeds the expected gain associated with successfully achieving them, It should retain that are not achieved, and that are still expected to have a positive overall benefit Functions The execute function returns any executable one that corresponds to a directly executable : execute: ρ(int) A The agent decision function, of BDI is then a function : P A defined as: function (p:p): A begin B := (B,p); D := (B,I); I := (B,D,I); return execute(i); end function ; 14 7

8 Summary Advantages of BDI: Intuitive process of what to do, and the how to do it. All we have an understanding about our, desired, and. Functional decomposition we know what sorts of subsystems might be required to build an agent. Difficulty: How to efficiently implement the main funtions in BDI architecture. 15 8

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

Web-Mining Agents Cooperating Agents for Information Retrieval

Web-Mining Agents Cooperating Agents for Information Retrieval Web-Mining Agents Cooperating Agents for Information Retrieval Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Karsten Martiny (Übungen) Literature Chapters 2, 6, 13, 15-17

More information

Intelligent Autonomous Agents. Ralf Möller, Rainer Marrone Hamburg University of Technology

Intelligent Autonomous Agents. Ralf Möller, Rainer Marrone Hamburg University of Technology Intelligent Autonomous Agents Ralf Möller, Rainer Marrone Hamburg University of Technology Lab class Tutor: Rainer Marrone Time: Monday 12:15-13:00 Locaton: SBS93 A0.13.1/2 w Starting in Week 3 Literature

More information

Web-Mining Agents Cooperating Agents for Information Retrieval

Web-Mining Agents Cooperating Agents for Information Retrieval Web-Mining Agents Cooperating Agents for Information Retrieval Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Tanya Braun (Übungen) Organizational Issues: Assignments Start:

More information

AGENT-BASED SYSTEMS. What is an agent? ROBOTICS AND AUTONOMOUS SYSTEMS. Today. that environment in order to meet its delegated objectives.

AGENT-BASED SYSTEMS. What is an agent? ROBOTICS AND AUTONOMOUS SYSTEMS. Today. that environment in order to meet its delegated objectives. ROBOTICS AND AUTONOMOUS SYSTEMS Simon Parsons Department of Computer Science University of Liverpool LECTURE 16 comp329-2013-parsons-lect16 2/44 Today We will start on the second part of the course Autonomous

More information

COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions. Dr Terry R. Payne Department of Computer Science

COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions. Dr Terry R. Payne Department of Computer Science COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions Dr Terry R. Payne Department of Computer Science General control architecture Localisation Environment Model Local Map Position

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

1 What is an Agent? CHAPTER 2: INTELLIGENT AGENTS

1 What is an Agent? CHAPTER 2: INTELLIGENT AGENTS 1 What is an Agent? CHAPTER 2: INTELLIGENT AGENTS http://www.csc.liv.ac.uk/ mjw/pubs/imas/ The main point about agents is they are autonomous: capable of acting independently, exhibiting control over their

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

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

Dr. Mustafa Jarrar. Chapter 2 Intelligent Agents. Sina Institute, University of Birzeit

Dr. Mustafa Jarrar. Chapter 2 Intelligent Agents. Sina Institute, University of Birzeit Lecture Notes, Advanced Artificial Intelligence (SCOM7341) Sina Institute, University of Birzeit 2 nd Semester, 2012 Advanced Artificial Intelligence (SCOM7341) Chapter 2 Intelligent Agents Dr. Mustafa

More information

Agents. Environments Multi-agent systems. January 18th, Agents

Agents. Environments Multi-agent systems. January 18th, Agents Plan for the 2nd hour What is an agent? EDA132: Applied Artificial Intelligence (Chapter 2 of AIMA) PEAS (Performance measure, Environment, Actuators, Sensors) Agent architectures. Jacek Malec Dept. of

More information

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES Reactive Architectures LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES An Introduction to MultiAgent Systems http://www.csc.liv.ac.uk/~mjw/pubs/imas There are many unsolved (some would say insoluble) problems

More information

Motivations and Goal-Directed Autonomy

Motivations and Goal-Directed Autonomy Motivations and Goal-Directed Autonomy Felipe Meneguzzi Robotics Institute Carnegie Mellon University 5000 Forbes Ave. Pittsburgh, Pennsylvania 15213 meneguzzi@cmu.edu Abstract As we move towards a richer

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

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence CmpE 540 Principles of Artificial Intelligence Intelligent Agents Pınar Yolum pinar.yolum@boun.edu.tr Department of Computer Engineering Boğaziçi University 1 Chapter 2 (Based mostly on the course slides

More information

Agents as Intentional Systems

Agents as Intentional Systems Agents as Intentional Systems Multiagent Systems LS Sistemi Multiagente LS Andrea Omicini & Michele Piunti {andrea.omicini, michele.piunti}@unibo.it Ingegneria Due Alma Mater Studiorum Università di Bologna

More information

An Alternative Explanation for Premack & Premack

An Alternative Explanation for Premack & Premack Dana Spiegel danas@mit.edu 3/9/98 9.85 An Alternative Explanation for Premack & Premack When interpreting the results of experiments that test the cognitive abilities of infants, we must be careful not

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 Politecnico di Milano Artificial Intelligence Artificial Intelligence From intelligence to rationality? Viola Schiaffonati viola.schiaffonati@polimi.it Can machine think? 2 The birth of Artificial Intelligence

More information

Understand the four paradigms by which you live your life. Learn to identify key moments and choose success vs. survival

Understand the four paradigms by which you live your life. Learn to identify key moments and choose success vs. survival Why are emotions important What is Emotional Intelligence Understand the four paradigms by which you live your life Learn to identify key moments and choose success vs. survival Recognize choices and take

More information

Factors for Measuring Dramatic Believability. Brian Magerko, Ph.D. Games for Entertainment and Learning Lab Michigan State University

Factors for Measuring Dramatic Believability. Brian Magerko, Ph.D. Games for Entertainment and Learning Lab Michigan State University Factors for Measuring Dramatic Believability Brian Magerko, Ph.D. Games for Entertainment and Learning Lab Michigan State University Outline Introduction Deconstruction Evaluation from Player Perspective

More information

Intelligent Agents. Chapter 2 ICS 171, Fall 2009

Intelligent Agents. Chapter 2 ICS 171, Fall 2009 Intelligent Agents Chapter 2 ICS 171, Fall 2009 Discussion \\Why is the Chinese room argument impractical and how would we have to change the Turing test so that it is not subject to this criticism? Godel

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 2. Rational Agents Nature and Structure of Rational Agents and Their Environments Wolfram Burgard, Bernhard Nebel and Martin Riedmiller Albert-Ludwigs-Universität

More information

Contents. Foundations of Artificial Intelligence. Agents. Rational Agents

Contents. Foundations of Artificial Intelligence. Agents. Rational Agents Contents Foundations of Artificial Intelligence 2. Rational s Nature and Structure of Rational s and Their s Wolfram Burgard, Bernhard Nebel, and Martin Riedmiller Albert-Ludwigs-Universität Freiburg May

More information

ICS 606. Intelligent Autonomous Agents 1. Intelligent Autonomous Agents ICS 606 / EE 606 Fall Reactive Architectures

ICS 606. Intelligent Autonomous Agents 1. Intelligent Autonomous Agents ICS 606 / EE 606 Fall Reactive Architectures Intelligent Autonomous Agents ICS 606 / EE 606 Fall 2011 Nancy E. Reed nreed@hawaii.edu 1 Lecture #5 Reactive and Hybrid Agents Reactive Architectures Brooks and behaviors The subsumption architecture

More information

Silvia Rossi. Agent as Intentional Systems. Lezione n. Corso di Laurea: Informatica. Insegnamento: Sistemi multi-agente.

Silvia Rossi. Agent as Intentional Systems. Lezione n. Corso di Laurea: Informatica. Insegnamento: Sistemi multi-agente. Silvia Rossi Agent as Intentional Systems 2 Lezione n. Corso di Laurea: Informatica Insegnamento: Sistemi multi-agente Email: silrossi@unina.it A.A. 2014-2015 Agenti e Ambienti (RN, WS) 2 Environments

More information

Agents. This course is about designing intelligent agents Agents and environments. Rationality. The vacuum-cleaner world

Agents. This course is about designing intelligent agents Agents and environments. Rationality. The vacuum-cleaner world This course is about designing intelligent agents and environments Rationality The vacuum-cleaner world The concept of rational behavior. Environment types Agent types 1 An agent is an entity that perceives

More information

Introduction to Artificial Intelligence 2 nd semester 2016/2017. Chapter 2: Intelligent Agents

Introduction to Artificial Intelligence 2 nd semester 2016/2017. Chapter 2: Intelligent Agents Introduction to Artificial Intelligence 2 nd semester 2016/2017 Chapter 2: Intelligent Agents Mohamed B. Abubaker Palestine Technical College Deir El-Balah 1 Agents and Environments An agent is anything

More information

TTI Personal Talent Skills Inventory Coaching Report

TTI Personal Talent Skills Inventory Coaching Report TTI Personal Talent Skills Inventory Coaching Report "He who knows others is learned. He who knows himself is wise." Lao Tse Mason Roberts District Manager YMCA 8-1-2008 Copyright 2003-2008. Performance

More information

Semiotics and Intelligent Control

Semiotics and Intelligent Control Semiotics and Intelligent Control Morten Lind 0rsted-DTU: Section of Automation, Technical University of Denmark, DK-2800 Kgs. Lyngby, Denmark. m/i@oersted.dtu.dk Abstract: Key words: The overall purpose

More information

CS 771 Artificial Intelligence. Intelligent Agents

CS 771 Artificial Intelligence. Intelligent Agents CS 771 Artificial Intelligence Intelligent Agents What is AI? Views of AI fall into four categories 1. Thinking humanly 2. Acting humanly 3. Thinking rationally 4. Acting rationally Acting/Thinking Humanly/Rationally

More information

Intelligent Agents. Outline. Agents. Agents and environments

Intelligent Agents. Outline. Agents. Agents and environments Outline Intelligent Agents Chapter 2 Source: AI: A Modern Approach, 2 nd Ed Stuart Russell and Peter Norvig Agents and environments Rationality (Performance measure, Environment, Actuators, Sensors) Environment

More information

A Computational Framework for Concept Formation for a Situated Design Agent

A Computational Framework for Concept Formation for a Situated Design Agent A Computational Framework for Concept Formation for a Situated Design Agent John S Gero Key Centre of Design Computing and Cognition University of Sydney NSW 2006 Australia john@arch.usyd.edu.au and Haruyuki

More information

THE CUSTOMER SERVICE ATTRIBUTE INDEX

THE CUSTOMER SERVICE ATTRIBUTE INDEX THE CUSTOMER SERVICE ATTRIBUTE INDEX Jane Doe Customer Service XYZ Corporation 7-22-2003 CRITICAL SUCCESS ATTRIBUTES ATTITUDE TOWARD OTHERS: To what extent does Jane tend to maintain a positive, open and

More information

Am I free? Free will vs. neuroscience

Am I free? Free will vs. neuroscience Am I free? Free will vs. neuroscience In ancient times, philosophers worried about the challenge to free will from fate. After the birth of modern physics, many worried about the challenge to free will

More information

The Computational Problem of Prospective Memory Retrieval

The Computational Problem of Prospective Memory Retrieval The Computational Problem of Prospective Memory Retrieval Justin Li (justinnh@umich.edu) John E. Laird (laird@umich.edu) Computer Science Engineering, 2260 Hayward Street Ann Arbor, MI 48109-2121 USA Abstract

More information

A Framework for Coherence-Based Multi-Agent Adaptivity

A Framework for Coherence-Based Multi-Agent Adaptivity A Framework for Coherence-Based Multi-Agent Adaptivity Nick Lacey;Henry Hexmoor Computer Science and Computer Engineering University of Arkansas nlacey,hexmoor @uark.edu Abstract In this paper we present

More information

Intelligent Agents. Soleymani. Artificial Intelligence: A Modern Approach, Chapter 2

Intelligent Agents. Soleymani. Artificial Intelligence: A Modern Approach, Chapter 2 Intelligent Agents CE417: Introduction to Artificial Intelligence Sharif University of Technology Spring 2016 Soleymani Artificial Intelligence: A Modern Approach, Chapter 2 Outline Agents and environments

More information

Situated Coordination

Situated Coordination Situated Coordination Distributed Systems L-A Sistemi Distribuiti L-A Andrea Omicini & Matteo Casadei andrea.omicini@unibo.it, m.casadei@unibo.it Ingegneria Due Alma Mater Studiorum Università di Bologna

More information

AI: Intelligent Agents. Chapter 2

AI: Intelligent Agents. Chapter 2 AI: Intelligent Agents Chapter 2 Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Agents An agent is anything

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Intelligent Agents Chapter 2 & 27 What is an Agent? An intelligent agent perceives its environment with sensors and acts upon that environment through actuators 2 Examples of Agents

More information

Audio: In this lecture we are going to address psychology as a science. Slide #2

Audio: In this lecture we are going to address psychology as a science. Slide #2 Psychology 312: Lecture 2 Psychology as a Science Slide #1 Psychology As A Science In this lecture we are going to address psychology as a science. Slide #2 Outline Psychology is an empirical science.

More information

DiPRA (Distributed Practical Reasoning Architecture)

DiPRA (Distributed Practical Reasoning Architecture) DiPRA: Distributed Practical Reasoning Architecture Giovanni Pezzulo, Gianguglielmo Calvi, Cristiano Castelfranchi Istituto di Scienze e Tecnologie della Cognizione - CNR Via San Martino della Battaglia,

More information

Proposal for a Multiagent Architecture for Self-Organizing Systems (MA-SOS)

Proposal for a Multiagent Architecture for Self-Organizing Systems (MA-SOS) Proposal for a Multiagent Architecture for Self-Organizing Systems (MA-SOS) Niriaska Perozo 1, Jose Aguilar 2, and Oswaldo Terán 3 1 Unidad de Investigación en Inteligencia Artificial, UCLA, Barquisimeto

More information

Perceptual Anchoring with Indefinite Descriptions

Perceptual Anchoring with Indefinite Descriptions Perceptual Anchoring with Indefinite Descriptions Silvia Coradeschi and Alessandro Saffiotti Center for Applied Autonomous Sensor Systems Örebro University, S-70182 Örebro, Sweden silvia.coradeschi, alessandro.saffiotti

More information

Reasoning about Goals in BDI Agents: the PRACTIONIST Framework

Reasoning about Goals in BDI Agents: the PRACTIONIST Framework Reasoning about Goals in BDI Agents: the PRACTIONIST Framework Vito Morreale, Susanna Bonura, Giuseppe Francaviglia, Fabio Centineo, Massimo Cossentino, and Salvatore Gaglio R&D Laboratory - ENGINEERING

More information

Welcome to the 6 th Annual Ozad Conference & thank you to our conference sponsors

Welcome to the 6 th Annual Ozad Conference & thank you to our conference sponsors Welcome to the 6 th Annual Ozad Conference & thank you to our conference sponsors Mind, Brain and Body: Self Regulation and Mindfulness in Children and Youth Dr. John Strang & Dr. Philip Ricciardi April,

More information

Psychology 354 Week 10: Functional Analysis

Psychology 354 Week 10: Functional Analysis Psychology 354 Week 10: Functional Analysis What is functionalism? What is functional analysis? Why does functionalism lead us to the functional architecture? The Tri-Level Hypothesis In the tri-level

More information

Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department

Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department Princess Nora University Faculty of Computer & Information Systems 1 ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department (CHAPTER-3) INTELLIGENT AGENTS (Course coordinator) CHAPTER OUTLINE What

More information

A Mindful Practice. More than just Meditation. Tim Wong AAPM National Conference

A Mindful Practice. More than just Meditation. Tim Wong AAPM National Conference A Mindful Practice More than just Meditation Tim Wong AAPM National Conference 2017 What is Mindfulness? Non elaborative, non judgemental, present centered awareness in which each thought, feeling or sensation

More information

Rethinking Cognitive Architecture!

Rethinking Cognitive Architecture! Rethinking Cognitive Architecture! Reconciling Uniformity and Diversity via Graphical Models! Paul Rosenbloom!!! 1/25/2010! Department of Computer Science &! Institute for Creative Technologies! The projects

More information

Implementation of Perception Classification based on BDI Model using Bayesian Classifier

Implementation of Perception Classification based on BDI Model using Bayesian Classifier Implementation of Perception Classification based on BDI Model using Bayesian Classifier Vishwanath Y 1 Murali T S 2 Dr M.V Vijayakumar 3 1 Research Scholar, Dept. of Computer Science & Engineering, Jain

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

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

Workshop Report. The Future of Gender Mainstreaming. Gender Resource Facility

Workshop Report. The Future of Gender Mainstreaming. Gender Resource Facility Workshop Report The Future of Gender Mainstreaming Gender Resource Facility Project number 2200031.03 November 2014 (final) The Gender Resource Facility (GRF) is operated by Royal Tropical Institute and

More information

Protocol Development: The Guiding Light of Any Clinical Study

Protocol Development: The Guiding Light of Any Clinical Study Protocol Development: The Guiding Light of Any Clinical Study Susan G. Fisher, Ph.D. Chair, Department of Clinical Sciences 1 Introduction Importance/ relevance/ gaps in knowledge Specific purpose of the

More information

Agents and Environments

Agents and Environments Agents and Environments Berlin Chen 2004 Reference: 1. S. Russell and P. Norvig. Artificial Intelligence: A Modern Approach. Chapter 2 AI 2004 Berlin Chen 1 What is an Agent An agent interacts with its

More information

How do you design an intelligent agent?

How do you design an intelligent agent? Intelligent Agents How do you design an intelligent agent? Definition: An intelligent agent perceives its environment via sensors and acts rationally upon that environment with its effectors. A discrete

More information

Intention Is Commitment with Expectation

Intention Is Commitment with Expectation Intention Is Commitment with Expectation 375 Abstract Modal logics with possible worlds semantics provide a means to describe the rational behavior of agents in terms of mental states, such as beliefs,

More information

6/11/2014. Session 2. INTERPERSONAL COMMUNICATION and EMOTIONAL INTELLIGENCE. Learning objectives. Learning objectives continued

6/11/2014. Session 2. INTERPERSONAL COMMUNICATION and EMOTIONAL INTELLIGENCE. Learning objectives. Learning objectives continued Session 2 INTERPERSONAL COMMUNICATION and EMOTIONAL INTELLIGENCE The publishers material used in the following activities are used with the express permission of the publisher. Learning objectives 1 Differentiate

More information

Narrative Therapy. Michael White. Dulwich Centre 345 Carrington Street Adelaide SA 5000

Narrative Therapy. Michael White. Dulwich Centre 345 Carrington Street Adelaide SA 5000 Narrative Therapy Michael White Dulwich Centre 345 Carrington Street Adelaide SA 5000 Note 1 1. The primary focus of a narrative approach is people's expressions of their experiences of life. 2. These

More information

BDI & Reasoning. Henry Hexmoor Department of Computer Sciences SIUC

BDI & Reasoning. Henry Hexmoor Department of Computer Sciences SIUC BDI & Reasoning Henry Hexmoor Department of Computer Sciences SIUC Outline Mental states and computer programs BDI model Some BDI implementations Example of BDI reasoning BDI resources Mental states and

More information

Coherence Theory of Truth as Base for Knowledge Based Systems

Coherence Theory of Truth as Base for Knowledge Based Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 1996 Proceedings Americas Conference on Information Systems (AMCIS) 8-16-1996 Coherence Theory of Truth as Base for Knowledge Based

More information

High Performance Teams

High Performance Teams High Performance Teams www.loyalisttraining.com 1-877-887-8223 By: Paul Fergus: President Peak Performance 2 paul@peakperformance2.com 1-877-633-9555 In a Team We re All in the Same Boat Sure glad the

More information

Emotional Intelligence and NLP for better project people Lysa

Emotional Intelligence and NLP for better project people Lysa Emotional Intelligence and NLP for better project people Lysa Morrison @lysam8 Copyright 2015 Lysa Morrison Reasons projects fail Three of the most common causes of project failure according to the National

More information

Emotions in Intelligent Agents

Emotions in Intelligent Agents From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. Emotions in Intelligent Agents N Parameswaran School of Computer Science and Engineering University of New South Wales

More information

Dr. Nate Booth Presents THRIVING ON CHANGE How to Create Positive Results in Turbulent Times

Dr. Nate Booth Presents THRIVING ON CHANGE How to Create Positive Results in Turbulent Times Dr. Nate Booth Presents THRIVING ON CHANGE How to Create Positive Results in Turbulent Times CHANGE, CHALLENGE AND CHOICE It s vital that I view changes as challenges and then make the correct choices

More information

Carey guides KARI BERG

Carey guides KARI BERG Carey guides KARI BERG OK, OK, I GET IT! I UNDERSTAND THAT I HAVE TO TARGET CRIMINOGENIC NEEDS. BUT HOW DO I DO THIS WHEN I ONLY HAVE 15 MINUTES WITH A CLIENT. HOW CAN I CHANGE THEIR BEHAVIOR DURING THAT

More information

Robot Learning Letter of Intent

Robot Learning Letter of Intent Research Proposal: Robot Learning Letter of Intent BY ERIK BILLING billing@cs.umu.se 2006-04-11 SUMMARY The proposed project s aim is to further develop the learning aspects in Behavior Based Control (BBC)

More information

Slide 1. Psychology 386b Fundamentals of Cognitive Science. Slide 2 Cognitive Science?

Slide 1. Psychology 386b Fundamentals of Cognitive Science. Slide 2 Cognitive Science? Slide 1 Psychology 386b Fundamentals of Cognitive Science Instructor: Kevin D. Johnston Office: Rm. 6254 SSC E-Mail: kjohnsto@uwo.ca Slide 2 Cognitive Science? This course deals with the field of Cognitive

More information

Soul of leadership workshop. Patricia E. Molina, MD, PhD What I learned

Soul of leadership workshop. Patricia E. Molina, MD, PhD What I learned Soul of leadership workshop Patricia E. Molina, MD, PhD What I learned Minds Our minds grow in relationships with other minds. We can t grow without relationships. We are only potential Concepts Listening:

More information

No better time to ACT than NOW

No better time to ACT than NOW The Plan No better time to ACT than NOW Briefly introduce Acceptance and Commitment Therapy (ACT) Introduce the DNA-V model of ACT for adolescents DNA-V model in action Presented by: Kristina Harper, Whitney

More information

Hack Your Brain: Emotional Intelligence at Work and Beyond

Hack Your Brain: Emotional Intelligence at Work and Beyond Hack Your Brain: Emotional Intelligence at Work and Beyond Tuesday, October 16 1-1:50 p.m. Dr. Lindsay Bira, LLC, Clinical Health Psychologist 73rd Annual Texas Association of County Auditors Fall Conference

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

Emotional Intelligence & Versatility

Emotional Intelligence & Versatility Behavioral EQ: Emotional A Intelligence SOCIAL STYLE and Versatility CONNECTIONS SERIES WHITEPAPER Emotional Intelligence & Versatility Emotional Intelligence (EQ) focuses on how effectively people work

More information

SEARLE AND FUNCTIONALISM. Is the mind software?

SEARLE AND FUNCTIONALISM. Is the mind software? SEARLE AND FUNCTIONALISM Is the mind software? 1 Materialist Theories of the Mind The Identity Theory Each type of mental property is identical to a certain type of physical property. (E.g. pain is just

More information

Eliminative materialism

Eliminative materialism Michael Lacewing Eliminative materialism Eliminative materialism (also known as eliminativism) argues that future scientific developments will show that the way we think and talk about the mind is fundamentally

More information

WHAT CONSCIOUS STATES ARE LIKE

WHAT CONSCIOUS STATES ARE LIKE WHAT CONSCIOUS STATES ARE LIKE Thomas Nagel: Consciousness is what makes the mind-body problem really intractable [F]undamentally an organism has conscious mental states if and only if there is something

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

Mapping A Pathway For Embedding A Strengths-Based Approach In Public Health. By Resiliency Initiatives and Ontario Public Health

Mapping A Pathway For Embedding A Strengths-Based Approach In Public Health. By Resiliency Initiatives and Ontario Public Health + Mapping A Pathway For Embedding A Strengths-Based Approach In Public Health By Resiliency Initiatives and Ontario Public Health + Presentation Outline Introduction The Need for a Paradigm Shift Literature

More information

June David S. Martin Professor/Dean Emeritus Gallaudet University

June David S. Martin Professor/Dean Emeritus Gallaudet University June 2016 David S. Martin Professor/Dean Emeritus Gallaudet University HISTORICAL BACKGROUND A SYSTEMATIC INTERVENTION PROGRAM COMPONENTS EMPIRICAL RESULTS IMPLEMENTATION Ancient Hebrews admonishment not

More information

Fire leadership in a VUCA World. Fire Chiefs Leadership Seminar

Fire leadership in a VUCA World. Fire Chiefs Leadership Seminar Fire leadership in a VUCA World First A Question Have you ever been a part of something where you felt This is where I belong; this is why I exist? A Purpose greater than self, an Ethos that challenged

More information

Self-Observation of Pain Triggers Exercise Instructions

Self-Observation of Pain Triggers Exercise Instructions Self-Observation of Pain Triggers Exercise Instructions A variety of factors may contribute to the development of an episode of significantly increased pain. Such factors might include: Physical activity

More information

By David Emerald April 2008

By David Emerald April 2008 Seeds of Compassion Earlier this month, the Dalai Lama spent 5 days in Seattle, Washington as part of a community-focus conversation intended to explore how we can all learn to be more compassionate members

More information

Design Methodology. 4th year 1 nd Semester. M.S.C. Madyan Rashan. Room No Academic Year

Design Methodology. 4th year 1 nd Semester. M.S.C. Madyan Rashan. Room No Academic Year College of Engineering Department of Interior Design Design Methodology 4th year 1 nd Semester M.S.C. Madyan Rashan Room No. 313 Academic Year 2018-2019 Course Name Course Code INDS 315 Lecturer in Charge

More information

Lecture 5- Hybrid Agents 2015/2016

Lecture 5- Hybrid Agents 2015/2016 Lecture 5- Hybrid Agents 2015/2016 Ana Paiva * These slides are based on the book by Prof. M. Woodridge An Introduction to Multiagent Systems and the slides online compiled by Professor Jeffrey S. Rosenschein..

More information

This full text version, available on TeesRep, is the post-print (final version prior to publication) of:

This full text version, available on TeesRep, is the post-print (final version prior to publication) of: This full text version, available on TeesRep, is the post-print (final version prior to publication) of: Peinado, F., Cavazza, M. O. and Pizzi, D. (2008) 'Revisiting character-based affective storytelling

More information

Mindfulness at Work. letting go of reactivity. Stephen Schettini

Mindfulness at Work. letting go of reactivity. Stephen Schettini Mindfulness at Work letting go of reactivity Stephen Schettini WHAT IS REACTIVITY? You know what it s like when someone ruffles your feathers: your heart jumps, your blood rises, you bristle. This emotion

More information

Affective Motivational Collaboration Theory. by Mohammad Shayganfar - A PhD Dissertation. Presented at

Affective Motivational Collaboration Theory. by Mohammad Shayganfar - A PhD Dissertation. Presented at Affective Motivational Collaboration Theory by Mohammad Shayganfar - mshayganfar@wpi.edu A PhD Dissertation Presented at WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the

More information

The Role of Organizational Semiotics and Social Constructs in the Social Awareness of Simulated Cognitive Plausible Actors

The Role of Organizational Semiotics and Social Constructs in the Social Awareness of Simulated Cognitive Plausible Actors The Role of Organizational Semiotics and Social Constructs in the Social Awareness of Simulated Cognitive Plausible Actors Martin Helmhout, Henk W.M.Gazendam and René J. Jorna Faculty of Management Science

More information

WP 7: Emotion in Cognition and Action

WP 7: Emotion in Cognition and Action WP 7: Emotion in Cognition and Action Lola Cañamero, UH 2 nd Plenary, May 24-27 2005, Newcastle WP7: The context Emotion in cognition & action in multi-modal interfaces? Emotion-oriented systems adapted

More information

An Organizational Ethics Decision-Making Process

An Organizational Ethics Decision-Making Process The management team of Memorial Medical Center must make a decision regarding the continuation of one of its outpatient clinics. To provide better community service, MMC developed three outpatient clinics

More information

Planning and Terrain Reasoning*

Planning and Terrain Reasoning* From: AAAI Technical Report SS-95-04. Compilation copyright 1995, AAAI (www.aaai.org). All rights reserved. Planning and Terrain Reasoning* Michael B. Moore Christopher Geib Barry D. Reich University of

More information

M.Sc. in Cognitive Systems. Model Curriculum

M.Sc. in Cognitive Systems. Model Curriculum M.Sc. in Cognitive Systems Model Curriculum April 2014 Version 1.0 School of Informatics University of Skövde Sweden Contents 1 CORE COURSES...1 2 ELECTIVE COURSES...1 3 OUTLINE COURSE SYLLABI...2 Page

More information

SHE Management Conference 2014 Making Behaviour Change Happen in Health and Safety

SHE Management Conference 2014 Making Behaviour Change Happen in Health and Safety SHE Management Conference 2014 Making Behaviour Change Happen in Health and Safety 14 th 16 th May 2014 Dr Jennifer Lunt, Health and Safety Laboratory Objectives What does the evidence tell us about changing

More information

Sonic Spotlight. SmartCompress. Advancing compression technology into the future

Sonic Spotlight. SmartCompress. Advancing compression technology into the future Sonic Spotlight SmartCompress Advancing compression technology into the future Speech Variable Processing (SVP) is the unique digital signal processing strategy that gives Sonic hearing aids their signature

More information

8/3/2017. Outline. Brain Basics Raising Healthy Children Finding Calm in the Chaos. Raising Healthy Children in the Digital Age. What Is Mindfulness?

8/3/2017. Outline. Brain Basics Raising Healthy Children Finding Calm in the Chaos. Raising Healthy Children in the Digital Age. What Is Mindfulness? Outline Raising Healthy Children in the Digital Age Brain Basics Raising Healthy Children Finding Calm in the Chaos Dr. Chris Willard Licensed psychotherapist, Educational Consultant www.drchristopherwillard.com

More information

Supplementary notes for lecture 8: Computational modeling of cognitive development

Supplementary notes for lecture 8: Computational modeling of cognitive development Supplementary notes for lecture 8: Computational modeling of cognitive development Slide 1 Why computational modeling is important for studying cognitive development. Let s think about how to study the

More information