Control System Architectures for Autonomous Agents

Size: px
Start display at page:

Download "Control System Architectures for Autonomous Agents"

Transcription

1 Control System Architectures for Autonomous Agents Lennart Pettersson Mechatronics Division, Department of Machine Design, Royal Institute of Technology, Stockholm, Sweden A Survey Study This paper is a survey study of the research that has been done in designing control system architectures for autonomous mobile robots. The architectures are discussed with respect to properties such as robustness, learning ability, processing speed and organization. A number of deliberative, blackboard, hierarchical, reactive and hybrid architectures will be taken as examples and given a short presentation. 1.0 Introduction An autonomous mobile system is a robot that is capable of interacting and performing complicated tasks in an unknown and changing environment. The design of a control system capable of controlling such a system to work successfully in the real world is a challenging task. One would require the control system to be able to present some form of intelligent behavior to solve different problems and to use its own experience in a seemingly intelligent way. At the same time one would require it to be able to cope with unforeseen changes in the world and to react instantaneously to outer stimuli. One would also require the functionality to degrade smoothly due to internal faults or outer obstructions. Numerous different approaches to the problem of designing a control system for a robot have been used in different areas of research. For many years the AI community has built control systems that presents intelligent behavior but usually not in the real world but in some simulated or specially designed environment. Traditional real-time control research has designed robust control systems acting in the real world but usually without truly autonomous or intelligent behavior. A lot of research has been centered on trying to emulate, on different levels, the function of the control systems of the most perfectly autonomous systems we know - the nervous systems of humans and animals. This paper will give an overview of different approaches that have been used to build control systems for autonomous agents. It is divided into three parts after the introductory part (chapters 1 and 2). The first part (chapter 3) will describe different techniques that have been used to build control systems for autonomous agents and discuss how different architectures can be classified. The next part (chapter 4) gives very short and simplified descriptions of a number of architectures. For more complete descriptions references are given. In the last two chapters (6 and 7) we compare the architectures and techniques described in the earlier chapters and discuss them with respect to a number of relevant properties. 1 of 16

2 Definitions There is a lot of research going on worldwide in this area so a complete survey of all relevant research would be unfeasible. To get a survey of manageable size a supposedly representative selection has been made. All references to different research institutes and projects should therefore be looked upon as examples only. 2.0 Definitions In books and articles about robotics and intelligent systems most authors use a large number of terms such as agent and autonomy without stating any explicit definition. This can be rather confusing since there is no common definition of the terms and since the implicit definitions used often differ a lot. This chapter will give an overview of definitions of some of the most important terms and also state what definition will used in this paper. The definitions used will not in any way be the only possible or even in some sense the best. The reason to state a definition is only to get a consistent use of words throughout this paper. Definition of agent: One definition of agent that focuses on the survivability of the system is from Steels (1995). An agent is a system that is capable to maintain itself. Another common definition which focuses on perception/ action has been stated by Russel & Norvig (1995). An agent is something that perceives and acts. Other definitions of agent that focus on the ability to learn, i.e. the ability of the system to change its behavior as a result of the outcome of previous actions. None of these definitions say anything about what environment the agent exists in. It might be a robot in a physical environment, a living organism in a natural environment or a computer program in a virtual world. For the purpose of this paper, however, the term agent will be restricted to mean a situated and physically embodied mobile system acting in the real world. By situatedness we mean that the agent is interacting with its unconstrained environment in real-time. By embodiment we mean that the agent has a body and interacts with the world by using its body for sensation and action. Or as stated by Brooks (1991c): Situatedness: The robots are situated in the world - they do not deal with abstract descriptions, but with the here and now of the environment that directly influences the behavior of the system. Embodiment: The robots have bodies and experience the world directly - their actions are part of a dynamic with the world, and the actions have immediate feedback on the robots own sensation Definition of autonomy: One definition of the word stated by Russel & Norvig (1995) is: A system is autonomous to the extent that its behavior is determined by its own experience. For the purpose of this paper autonomy will be defined slightly different - as the ability of a system to perform complex tasks without human guidance while coping with an unknown and changing environment. Being autonomous will put a number of requirements on the control system of an agent. These will be discussed in this paper. One aspect of autonomy that will not be discussed in this paper, however, is energy autonomy. For a robot to be truly autonomous it should be carrying its own energy source and maybe even be able to renew the energy source in order to fulfill its task without human intervention. Definition of robot: The term robot will in this paper be used interchangeably with artificial autonomous agent. Definition of behavior: The behavior of a system is the interactions between the system and its environment. With this definition a behavior is something externally visible. Some authors prefer also to talk about underlaying internal mechanisms as behaviors. In this paper such mechanisms will instead be looked upon as schemas which will be introduced in section 4.7. Definition of control system: A control system of an agent is what produces its behavior-repertoire. Definition of architecture: A traditional definition of architecture as stated by Shaw & Garlan (1996) 2 of 16 Control System Architectures for Autonomous Agents

3 Classification The architecture of a software system defines that system in terms of computational components and interactions among those components. architectural design is often called SMPA (Sense-Model- Plan-Act) according to the major functional decomposition. For the purpose of this paper the definition by Russel & Norvig (1995) will be used The architecture of a robot defines how the job of generating actions from percepts is organized. world sense model This definition focuses behaviors and how behaviors are generated and is therefore more appropriate. act plan The architecture is a drawing or an abstraction of the control system while the control system is a realization of the architecture. This paper will discuss software aspects of the architectures only. 3.0 Classification Several ways of classifying architectures, based on distribution, knowledge representation or hierarchical organization are possible. The most important way of classifying architectures is in deliberative, reactive and hybrid ones. This and some other important classifications and central properties of an architecture will be discussed in this chapter. 3.1 Deliberative/Reactive Deliberative One strategy for building control systems architectures is based on traditional artificial intelligence techniques based on global symbolic representations of goals, plans, knowledge etc. The term production system, referring to Nilsson (1982), is used for the three major elements of an AI system: A global database that incorporates all knowledge of the system A set of production rules (operations) that operate on the global database A control system with some global control strategy A control system architecture built around these three elements will be called a deliberative one. This strategy for FIGURE 1. The SMPA cycle Of the architectures outlined in this paper SOAR (section 4.1) is a good example of a deliberative architecture using a typical production system approach. The Blackboard architecture (section 4.2) is also built around many of the same ideas. One architectural principle that is often incorporated in a deliberative architecture is a hierarchical structure. NAS- REM/RCS (section 4.5) is a good example of a hierarchical SMPA architecture Reactive The idea behind the reactive architectures is that the modules that the system is built up of are behavior producing instead of functional as in deliberative architectures. Brooks (1991b) describes the duality between reactive and deliberative architectures. The modules of a reactive architecture are behaviors (layers) like avoid obstacles, identify object, explore the environment etc. while the functions of the system (planning, learning, perception etc.) emerges from the interaction of the modules and the environment. The modules of a deliberative architecture on comparison are functional blocks like planning, learning or perception blocks while the behaviors (avoid obstacles, identify object, explore the environment) emerge from the interaction of the modules. Reactive architectures are also called behavior-based architectures when they include a little bit more complicated behaviors than immediate reaction on outer stimuli. These ideas as a model for intelligence and as a design principle for autonomous agents are often referred to as the New AI paradigm according to Pfeifer (1995). The key idea of New AI is that better understanding of intel- Control System Architectures for Autonomous Agents 3 of 16

4 Classification ligence will emerge only by building complete autonomous agents. One of the earliest prototypical works in reactive strategy robotics was done by Walter already in the early 50 s. However it is not until the 80 s that different researchers started using reactive strategies as an alternative to deliberative strategies in order to build autonomous agents. The most well known being the Subsumption architecture described in section 4.6. Purely reactive architectures have been criticized for being to rigid and simple to produce intelligent behavior like planning or learning. Brooks (1991a) argues that no type of central, manipulative or symbolic representation will be necessary to produce successful behavior, not even to produce intelligent behavior or learning. The claim that reactive models of intelligence would scale to human-like problems, however, are not undisputed. See e.g. Tsotsos (1995) Hybrid Hybrid architectures are integrating a deliberative component for planning and problem solving with a reactive component for real time control. Hybrid architectures may thus be viewed as being something between reactive and deliberative ones by combining aspects of both. Even better, however, hybrid architectures may be viewed as opposed to both reactive and deliberative ones. According to the hybrid approach no single strategy will be adequate for all tasks relevant to a robotic system whereas the deliberative as well as the reactive approach relies on one single technique. The first architecture to be presented encompassing aspects of both deliberative and reactive control was AuRA described in section 4.7. Ollero et al. (1995) uses a slightly different way of building a hybrid control system in the Navigation and Operation System (NOS). NOS is a hierarchical architecture where each subsystem is built as a behavior-based control system. A Supervisor Sequential Controller is coordinating the overall behavior in an event driven fashion. 3.2 Hierarchical organization There are several ways of organizing hierarchies: Temporal hierarchy Data abstraction hierarchy Representational abstraction hierarchy Subsystem hierarchy A temporal hierarchy is based on the principle that tasks (real-time processes or schemas) in lower levels run at a higher frequency than tasks in higher levels. Correspondingly tasks in higher levels usually have a longer temporal extent. A data abstraction hierarchy provides the higher levels with an abstraction of data in an object-oriented fashion while representational abstractions are used to suppress or ignore information that are irrelevant on higher levels. Subsystem hierarchies are based on structural grouping of subsystems in a hierarchical fashion. Many of the architectures discussed in this paper combine different hierarchical organizational principles. The layered structure of architectures like the Subsumption architecture could be described as a hierarchical structure. However, since this structure is fundamentally different from all the hierarchies described above the word layered structure is preferred. 3.3 Representation Some form of knowledge can be used to represent the environment of the agent. The representation used for storing this knowledge can be of different forms: central or distributed homogeneous or heterogeneous uniform or non-uniform explicit or implicit symbolic or descriptive Distributing the knowledge will usually increase flexibility and fault tolerance of the system at the expense of more need of communication between modules. If knowledge is uniformly represented all types of knowledge is stored in the same format. An advantage of this is that when modules are added or changed, the interfaces of others do not have to be modified. A disadvantage is that 4 of 16 Control System Architectures for Autonomous Agents

5 Classification the representation might be inefficient and will limit the possibilities of knowledge stored. Knowledge can be homogeneous so that all modules use the same information. An advantage of this is lower risk of inappropriate behaviors due to different modules using contradictory information. The disadvantage is the cost of coordinating different knowledge sources and keeping the knowledge consistent. An advantage of using uniform and homogenous knowledge is that different modules may share their data and abilities for more intelligent combined behavior. In classical AI global symbolic representations have played an important role. The main principles of any deliberative strategy is outlined in chapter section 4.1 and especially the Physical Symbol System Hypothesis points out the importance of symbolic representation. Both autonomous agent researchers and cognitive science researchers have disputed the importance of symbolic representations. The world is its own best model. [Brooks (1991b)] 3.4 Learning In order for an agent to be able to adapt its behaviors to a changing environment or just to improve its performance over time its control system needs to address the learning problem in some way. The most often used method is Reinforcement Learning (RL). Another learning method that is more focused on using knowledge to make explanations and generalizations is called explanation based learning (EBL) Reinforcement Learning The basic idea of RL is to let a system use the observed state of the world together with some internal state of the system to choose an action to execute. Then the result of the action is evaluated and the internal state is updated so that a satisfactory result will strengthen the tendency of this particular action. Reinforcement learning RL has its origins in studies in animal psychology and the use of RL techniques in computer science was introduced by Minsky (1961). One problem with RL is that the reinforcement of an action can be arbitrarily delayed. One method that addresses this problem is the so called Q-learning algorithm described by Watkins (1989). Mataric (1991) notes that another problem with RL is that the algorithms get complex and are slow to converge. An algorithm that uses genetic algorithms to achieve reinforcement learning is the Bucket Brigade algorithm introduced by Holland (1985). Another publication that discusses RL is Kaelbling (1990) Genetic algorithms A traditional control system architecture that is fixed by a human designer will, to some extent, rely upon the designers predictions of what behaviors will be needed. Beer et al. (1990), Cliff et al. (1993) and other authors have argued that such architectures never will be efficient in an unknown environment that is impossible to predict. They thus advocate a designing procedure that does not rely on fixing an architecture but on using evolutionary mechanisms to let the architecture evolve and adapt to the environment in which it lives [Kodjabachia & Meyer (1995)]. Genetic algorithms (GA) were initially developed by Holland (1975). GA s have been used in development of autonomous robots as described by Nolfi et al. (1994) and are often used in combination with ANNs [Parisi & Nolfi (1993)]. The use of GA as an unsupervised learning method for reactive control architectures is described by Ram et al. (1994). Here a GA algorithm is used in the AuRA architecture (section 4.7) to decide the values of the robots reactive control schema parameters Fuzzy Logic The use of Fuzzy Control is a rather well established technique for control purposes as overviewed in Yager & Zadeh (1992). However, fuzzy techniques have been used even for purposes more specifically related to autonomous agents like learning or obstacle avoidance Reignier (1994). The DAMN architecture (section 4.9) has been implemented in a Fuzzy Logic framework. 3.5 Execution Two complementary principles for execution in real-time systems are event driven and time driven execution. Con- Control System Architectures for Autonomous Agents 5 of 16

6 Architectures trol systems of autonomous agents that need both fast response on outer stimuli and continous control of actuators will need to include both principles in its design. Another important aspect of the execution of a control system is the amount of parallelism that it uses and how the parallelism is achieved. A distributed architecture can be built up of independent parallel processes or by some form of coordination of semi-parallel modules Discrete Event Systems Discrete Event Systems (DES) approaches have been thoroughly used in robotics. One principle that has proved useful for modeling control systems of autonomous agents and that has been used by many researchers is the Petri Net approach. See e.g. Causse & Christensen (1995). Ramadge & Wonham (1989) have developed a framework for modeling DES. This has been used by e.g. Kosecka & Bajcsy (1994) for modeling reactive behaviors for autonomous robots. The agent was modeled as a finite state automata with actions treated as events (transitions between states). A DES can be modeled as a cellular automaton which is described by Gutowitz (1991). One of the central properties of cellular automata is the property of self-organization. Nehmzow (1996) argues that self-organization offers a means of data processing highly suitable for robot control. 4.0 Architectures This chapter will give simplified descriptions of some control systems that have been implemented for autonomous agent control. The aim is to show some of the more well known architectures and to give examples of some different approaches that have been used. The criteria for choosing architectures have been to include those architectures that are most frequently referred to and some that are less well known in order to cover a broad range of different approaches. It should be noted that the scope and the aim of these architectures differ a lot. The aim of some of the architectures are very general while others are more restricted, so the architectures cannot really be compared as different solutions to the same problem. 4.1 SOAR Ideas The SOAR (State, Operator And Result) architecture described by Rosenbloom et al. (1993) has been implemented at Carnegie Mellon University (CMU) as a testbed for the theories of intelligence introduced by Newell (1990). He defines intelligence as a systems ability to use its knowledge to achieve its goals. Focus on knowledge has been the basis for the architectural design. In Laird et al. (1987) eleven hypotheses were proposed for the architecture of a general intelligence. Physical Symbol System Hypothesis: A general intelligence must be realized with a symbol system. Goal Structure Hypothesis: Control in a general intelligence is maintained by a symbolic goal system. Uniform Elementary-Representation Hypothesis: There is a single, elementary, uniform representation for declarative knowledge. Problem Space Hypothesis: Problem spaces are the fundamental organizational unit of all goal-directed behavior. Production System Hypothesis: Production systems are the appropriate organization for encoding all long-term knowledge. Universal-subgoaling Hypothesis: Any decision can be an object of goal-oriented attention. Automatic-subgoaling hypothesis: All goals arise dynamically in response to impasses and are generated automatically by the architecture. Control-knowledge Hypothesis: Any decision can be controlled by indefinite amounts of knowledge, both domain dependent and independent. Weak-method Hypothesis: The weak-methods form the basic methods of intelligence. Weak-method Emergence Hypothesis: The weak methods arise directly from the system response, based on its knowledge of the task. Uniform-learning Hypothesis: Goal-based chunking is the general learning mechanism. These hypotheses, and especially the first two, are the foundations of all traditional AI systems and SOAR combined these in its design. 6 of 16 Control System Architectures for Autonomous Agents

7 Architectures Implementation SOAR is built upon symbolic representation stored in a single, non-modular Production System (PS) (see section 3.0) and uses single structure, single access method and single learning method for all types of knowledge. In addition to the PS, SOAR includes a Working Memory (WM) that holds the complete processing state and preferences. Perception and action influence the WM and a decision procedure uses the information in the WM. New productions are added to the PS by a chunking mechanism through which all learning in the system occurs. Information in the WM is handled by a WM-manager. perception action PS WM decision procedure chunking mechanism WM manager Implementation A blackboard is a central data store within the system that is used by a number of independent knowledge sources. The knowledge sources (KS) are subsystems like for example vision system, sonar system, obstacle avoidance system or planning system. The key principle of the blackboard architecture is that all communication between subsystems are handled via the blackboard. All the knowledge systems are independent. The blackboard (BB) is a storage of knowledge accessible to all of the knowledge systems. The entries in the blackboard can be pieces of data, requests from a KS or some partial results. Different kinds of knowledge representations will be integrated in the blackboard. Some implementations of the blackboard have it divided into subblackboards [Pang & Shen (1990)]. In order to activate the different KS there is a control unit (CU) or scheduler. FIGURE 2. The mechanisms of SOAR User Interface SOAR is supposed to be an architecture capable of general intelligence not specifically designed for autonomous robots. Laird et al. (1989) have described an extension of the SOAR architecture, Robo-SOAR, to be used in robotics. CU KS 1 KS 2 : KS n BB Properties SOAR is a deliberative architecture built around global homogeneous and uniform representation. Learning is done by symbolic world models. A temporal hierarchical organization has been incorporated. 4.2 Blackboard Architecture Ideas Blackboard architectures are based on the idea of using distributed sensing, acting, and reasoning modules communicating via a common memory. This approach should make the system modular and facilitate parallel design of modules. FIGURE 3. A simplified illustration of a blackboard architecture One early example of a blackboard architecture was presented by Hayes-Roth (1985). It has been further developed in the AIS (Adaptive Intelligent Systems) project at Stanford University Properties Knowledge is centralized, homogenous but non-uniform. The architecture is non-hierarchical and modular. It could be classified as a deliberative architecture even though it does not use a traditional production system approach. Control System Architectures for Autonomous Agents 7 of 16

8 Architectures 4.3 Prodigy Ideas The Prodigy architecture, developed by Minton et. al (1989), is an architecture for planning and learning Implementation The architecture is composed of a number of functional modules, such as the problem solver, the knowledge database, and the learning modules. 4.5 NASREM/RCS Ideas Albus (1991) presents an architectural framework to describe intelligent systems, both natural and artificial. He defines intelligence as the ability of a system to act appropriately in an uncertain environment. Prodigy incorporates EBL and other learning mechanisms. See Carbonell et al. (1992) for details about the architecture. SP 3 VJ 3 WM 3 BG Properties Prodigy is a deliberative architecture based on symbolic knowledge representation. It is an architecture for general problem solving concentrating on learning. Knowledge representation is homogenous and uniform which allows for additional learning or problem-solving modules to be easily added and gives Prodigy a modular design. 4.4 THEO FIGURE 4. SP 2 VJ 2 WM 2 SP 1 VJ 1 WM 1 Sensors ENVIRONMENT BG 2 BG 1 Actuators A hierarchy with the elements of intelligence according to Albus (1991) Ideas THEO, developed by Mitchell et al. (1989), is a general problem solver Implementation THEO stores all of its data in a huge knowledge database. Data is organized symbolically using entities with a uniform representation that allows all knowledge to be accessed and manipulated. A reactive controller has been added to THEO in order to build a control system for autonomous agents as described by Mitchell (1990). The reactive controller controls the robot but when it fails to suggest a course of action THEO creates a plan for the robot Properties THEO is a hybrid architecture built on a centralized structure with focus on learning and reasoning using homogeneous and uniform centralized knowledge representation. Albus' model is hierarchical where control bandwidth and perceptual resolution decrease while goals, planning horizons and world models expand in space and time about an order of magnitude for every hierarchical level. At each level he identifies four elements of intelligence : Behavior Generation (BG) that selects goals, and plans and executes tasks. Tasks are recursively decomposed into subtasks. World Model (WM) that contains the systems best estimate of the state of the world. The world model also contains simulation capability that generates expectations and predictions. Sensory Processing (SP) for active perception based on sensory input and predictions from the world model and updates the world model accordingly. Value Judgement (VJ) that calculates costs and risks and evaluates both the observed state of the world and the predicted results of hypothesized plans. 1. NASA Standard Reference Model for Telerobot Control System Architectures/Real-time Control System 8 of 16 Control System Architectures for Autonomous Agents

9 Architectures Implementation NASREM/RCS as described in Albus et al. (1989), is a rather straightforward implementation of these ideas with six hierarchical levels. There is however one exception. In NASREM/RCS no value judgement functionality is included since NASREM/RCS is primarily used in teleoperated systems where the operator interface replaces the value judgement. GOAL asynchronous module that deals with its own perception and action control. Higher layers can suppress the output of lower layers but the lower layers continue to function as higher layers are added Implementation Brooks himself describes the approach as a vertical decomposition of the control system into task achieving behaviors compared to the traditional horizontal senseplan-act type of decomposition into functional modules. GLOBAL MEMORY SP SENSE WM BG ACT Mission SP WM BG Service SP WM BG Task SP WM BG E-move SP WM BG Primitive SP WM BG Servo OPERATOR INTERFACE sensors sensors motor control task execution planning modeling perception identify objects build maps explore avoid objects locomote actuators actuators FIGURE 5. Implementation of NASREM RCS NASREM/RCS has been successfully used in a number of teleoperated and semi-autonomous vehicles in space and undersea applications. Henderson (1990) presents one example for a two armed robot with seven degrees of freedom in each arm. The robot is teleoperated and has been used to build and maintain the NASA Space Station Properties It is a hierarchical architecture that uses centralized and homogenous but non-uniform knowledge representation and a sense-model-plan-act structure for each hierarchical level. The hierarchical structure is both a temporal hierarchy and a representational abstraction hierarchy. 4.6 Subsumption Architecture Ideas The Subsumption Architecture, first proposed by Brooks (1986) is a layered architecture where each layer is an FIGURE 6. Decomposition into functional modules (top) compared to decomposition into task achieving behaviors (bottom). The architecture can be partitioned at any level and the layers below form a complete operational control architecture in itself. Each layer connects sensing to action and constitutes a task achieving behavior generator in its own right. Layers are added incrementally. Higher layers may implicitly depend on earlier layers operating successfully, but do not call them explicitly as subroutines. Conflicts between behaviors are resolved by a fixed priority arbitration scheme. With this architecture there is no place for a central model of the world as each layer extracts only those aspects of the world which they find relevant. Nor is there any place for symbolic representation of goals or plans. The Subsumption architecture has been successfully implemented in a large number of robots described in Brooks (1990). Control System Architectures for Autonomous Agents 9 of 16

10 Architectures Properties This is the purest implementations of the reactive strategy being completely decentralized and using no symbolic knowledge representation or learning. Any knowledge is distributed, heterogeneous and non-uniform. 4.7 AuRA Ideas Autonomous Robot Architecture (AuRA) was introduced by Arkin (1987). Information on the structure of AuRA and its roots in biology can be found in Arkin & Balch (1994). A schema theoretic approach was used as a basis for AuRA. A schema is that which produces some behavior and is both a store of knowledge and a description of a process for applying that knowledge. It may be recursively defined and is independent of its implementation. The concept of schemas has been used in both cognitive psychology, neuro-psychology, and artificial intelligence. Motor - Interface to the specific robot to be controlled. Homeostatic - Monitoring internal conditions for dynamic replanning. The Cartographic subsystem consists of a priori models of the world stored in long term memory, dynamically acquired world knowledge stored in short-term memory and models of spatial uncertainty. The Planning subsystem consists of a deliberative component and a reactive component. The deliberative component is a hierarchical planner with three hierarchical levels the Mission Planner, the Spatial Reasoner and the Plan Sequencer. The Spatial Reasoner uses the Cartographic world knowledge to choose a number of path legs which the Plan Sequencer translates to a number of motor schemas. The reactive component is the motor schema controller. Human Interface For the purpose of autonomous agent control the following definition of schema by Arkin (1990) is adequate: The primitives that serve as the basic building blocks of perceptual and motor activity. Cartographic Mission Planner Spatial Reasoner Plan Sequencer Schema Controller Homeostatic A compilation of the schema theoretic approach to behavior-based robotics is found in Beer et al. (1993). Three different kinds of schemas are defined: Perception Sensors Motor Actuators Motor schemas - the basic unit of motor behavior for a robot encoding the way a robot responds to environmental stimuli. Perceptual schemas - which embody the action-oriented perception paradigm and deliver perceptual information to the motor schemas. Signal schemas - for monitoring the internal state of the robot and modifying the robots behavior accordingly Implementation AuRA consist of 5 major subsystems: Perception - Collection and filtering all sensory data. Cartographic - World knowledge. Planning - A hierarchical planner and the motor schema controller. FIGURE 7. A simplified illustration of AuRA Properties AuRA is a hybrid architecture that incorporates features both from the reactive, deliberative, and hierarchical architectures. Modularity, robust performance and ability to learn is mentioned as the advantages of this architecture and schema-based systems in general. 10 of 16 Control System Architectures for Autonomous Agents

11 Architectures 4.8 ATLANTIS Ideas The architecture can be viewed as a concrete implementation the plans-as-communications theory described by Agre & Chapman (1990). Here they contrast the plan-ascommunication view to the plan-as-program view for an autonomous agent. By the plan-as-program view a plan is built from a number of primitives and operators and is executed as a procedure. They believe this is inadequate for an agent situated in an unpredictable world. The plan-ascommunication view uses plans for an autonomous agent in a less mechanical and exact but more goal directed manner, much more like humans use plans in an everyday sense Implementation The Atlantis architecture was introduced by Gat (1992) at NASA in cooperation with CalTech. Atlantis incorporates three layers: a Lisp-based deliberator, a sequencer, and a reactive controller. The Deliberative Layer responds to requests from the sequencing layer to perform deliberative computations. The Sequencing Layer has a higher-level view of robotic goals than the control layer. It tells the control layer below it when to start and stop actions and handles failures of the control layer. The Control Layer directly reads sensors and sends reactive commands to the effectors based on the readings. The stimulus-response mapping is given to it by the sequencing layer Properties Atlantis is a hybrid architecture and knowledge representations is distributed and heterogeneous. The structure is a representational abstraction hierarchy with three layers Implementation The architecture consists of a centralized arbiter and a number of distributed action-producing modules. The action-producing modules are independent processes that can be representing either reactive or deliberative type of behaviors. The arbiter receives votes for or against commands from each module and decides upon the course of action depending on the received votes. The arbiter performs command-fusion (behavior-fusion) to select the most appropriate action. The architecture has been successfully used for road following by an autonomously driving car Properties DAMN is a hybrid architecture and knowledge representations is distributed and heterogeneous. The structure is distributed with a centralized arbiter Beer s Artificial Insect Architecture Ideas Animals can be seen as autonomous agents with their nervous systems being the most complex and successful control systems we know. Beer et al. (1990) have studied animals and used an ethological approach in the so called Artificial Insect Project. The robot is inspired by and has a number of characteristics in common with insects (e.g. the American Cockroach) Implementation Beer et al. (1992) presents a fully distributed neural network architecture for the locomotion of a hexapod robot. The architecture is built up of six controller circuits - one for each leg according to Figure 8. Adjacent leg controllers mutually inhibit each other. 4.9 DAMN Ideas The Distributed Architecture for Mobile Navigation (DAMN) was developed by Rosenblatt & Thorpe (1995). 1. A Three-Layer Architecture for Navigating Through Intricate Situations Control System Architectures for Autonomous Agents 11 of 16

12 Discussion Backward Swing Foot Forward Swing Excitatory Connection Command Pacemaker Backward Angle Sensor Forward Angle Sensor Inhibitory Connection Properties This is an ANN based architecture that incorporates RL techniques as described by Ilg & Berns (1995). The structure is hierarchical with three layers. 5.0 Discussion The different types of architectures and specific architectures described earlier will be compared and discussed with respect to a number of important characteristics. FIGURE 8. Leg control cirquit Both in simulations and in an implemented robot they have shown that this simple architecture was capable of generating a continous range of statically stable gaits, as well as smooth transitions between these gaits Properties No representation or learning has been included and the architecture should be viewed as a purely reactive one. No explicit knowledge is used. The architecture, however, only addresses the sequencing of leg movements and has thus a much more limited scope than the other architectures discussed LAURON Architecture Ideas The LAURON machine is a six-legged walking machine developed at the University of Karlsruhe. It has a control architecture which uses both recurrent and feedforward neural networks as basic components. The architecture was proposed by Berns et al. (1995) Implementation The control system is hierarchically organized and consists of three layers. The Reactive Element that evaluates sensory input and selects the best leg coordination. The Leg Coordination that generates gait patterns. The Leg Controllers which, one for each leg, controls the leg movement. 5.1 Modularity One of the reasons for having a modular architecture is to facilitate adding of new functionality. This gives a flexible robot that can be easily adapted to different applications and different environments. The use of uniform knowledge representation can facilitate the design of independent modules as in e.g. Prodigy (section 4.3). There are different ways of obtaining modularity as seen from the architectures described earlier. The Blackboard Architecture (section 4.2) focuses on independent modules while the Subsumption Architecture (section 4.6) focuses on independent behaviors. A problem with reactive architectures with respect to modularity is their inherent unpredictability. Even if it is possible to add new behaviors in a modular way it can be impossible to predict the overall performance of the robot when behaviors interact. 5.2 Robustness An agent should be able to continue to function during unexpected situations and the functionality should degrade smoothly due to events that are impossible for the agent to cope with. Reactive and hybrid architectures are generally supposed to be more robust than deliberative ones. 5.3 Fault tolerance For many applications autonomous robots should be capable of performing tasks in environments that are dangerous or unsuitable for humans (e.g. space or undersea applications). In order for a robot to fulfil its goal in such environ- 12 of 16 Control System Architectures for Autonomous Agents

13 Discussion ments despite component failures it must be able to continue to function without any possibility of repair. The robot must therefore be able to monitor, detect and compensate for component failures. This important property of an autonomous agent has been addressed by e.g. Ferrell (1994). It is usually difficult to get fault tolerant performance from a system with centralized structure and uniform knowledge-representation. 5.4 Distribution Related to the fault tolerance of an architecture is its distribution. For a centralized architecture like THEO (section 4.4) there is a problem that the central parts becomes a bottleneck that slows down the control system. For a distributed architecture on the other hand the problem is communication and coordination that can be difficult. The performance of distributed systems can also often be harder to predict while a centralized system usually is less robust and fault tolerant. A distributed architecture like DAMN (section 4.9) is tolerant to faults in the distributed modules. There is, however, usually a need for some form of centralized coordination or arbitration that can be a bottleneck and that will be critical for the system. 5.5 Reactivity In order for a robot to run in a real unknown world one of the most important properties is its ability to act in short and predictable time on any stimulus. This can often be a problem with deliberative architectures that need to do some type of modeling before acting on a stimulus. One of the main advantages of reactive architectures over deliberative ones are their processing speed. Processing speed will often be a problem also for hierarchical architectures like NASREM/RCS (section 4.5) because of the communication delays over many hierarchical levels. 5.6 Adaptability Since the control architecture will need to be adapted and extended during the lifetime of the robot, making adaptive control architectures is thus an important research topic. A method of dynamic switching between alternative control loops has been described by Lueth et al. (1995). One of the most important aspects of the adaptability of an agent is its ability to adapt to changes in the environment by dynamic learning. In order for an architecture to qualify as a learning architecture according to Plaza et al. (1993) it must have flexible integration of problem solving and learning in the control system. They mention SOAR (section 4.1), THEO (section 4.4), Prodigy (section 4.3) and a few others as learning architectures. 5.7 Planning One form of planning ability that is often used is to make the robot simulate itself and its environment in real-time. This has been viewed as a simplified form of consciousness for the robot. According to Arbib (1995) one common conception of planning is that it involves: 1. A goal. 2. An internal model of the agents external world. 3. A search mechanism that exercises the mental model to generate and evaluate hypothetical action sequences. This seems to imply that no form of planning would be possible in a purely reactive architecture. It has, however, been argued by Agre & Chapman (1990) that it is possible for a reactive system to make plans and by Maes (1990) that it can have goals. 5.8 Cooperation One way of increasing both modularity, distribution, and robustness is to use cooperating agents. A number of agents cooperating to achieve some task that would be impossible for a single agent to achieve. Cooperation can be done by some form of communication between the agents. Communication of goals, internal states or plans are some possibilities but cooperation could also be an emergent feature of selfish agents acting in the same environment with no explicit communication. None of the architectures described here are specifically designed for cooperation but e.g. AuRA has been used for research on cooperating robots as described in Balch & Arkin (1994). Control System Architectures for Autonomous Agents 13 of 16

14 Conclusion 6.0 Conclusion There are many ways of designing control systems for autonomous agents and no single architecture could be said to be the best for every purpose. Just as we would not expect to find a general all purpose floor-plan for houses we could not expect to find an all-purpose software architecture for robots. Just as elephants are not made to play chess [Brooks (1990)] not all robots should have an architecture suited for abstract reasoning or should be able to adapt to any environment. It seems important to decide on a purpose for an agent in order to evaluate the different properties of the agent and from that derive an architecture that could fulfil the purpose. However, some architectural principles, as discussed in this paper, can be expected to be generally valid: Deliberative architectures are best suited for purposes where planning and long-term reasoning is essential. Reactive architectures are best suited for purposes where the environment is continuously changing and quick responses to outer stimuli are essential. For an unknown and changing environment it seems likely that no single technique architecture, neither purely reactive nor purely deliberative, will able to cope with all different problems. A successful architecture probably needs to be some type of hybrid one incorporating different aspects of immediate response to outer stimuli, some form of representation, planning and learning. 7.0 Acknowledgments This research was done within the Centre for Autonomous Systems (CAS) at Royal Institute of Technology (KTH). CAS is sponsored by the Strategic Research Foundation and I want to thank the sponsors for making this research project possible. I also want to thank my supervisors and colleagues within CAS for help with useful ideas and comments on this paper. 8.0 References Agre & Chapman (1990) P.E. Agre, D. Chapman, What are plans for?, Robotics and Autonomous Systems 6, Albus (1991) J.S. Albus, Outline for a Theory of Intelligence, IEEE Transactions on Systems, Man and Cybernetics, May/ June Albus et al. (1989) J.S. Albus, H.G. McCain, R. Lumia, NASA/NBS Standard Reference Model for Telerobot Control System Architecture. Arbib (1995) M. Arbib, The Handbook of Brain Theory and Neuronal Networks, MIT Press Arkin (1987) R.C. Arkin, Motor schema based navigation for a mobile robot: an approach to programming to behavior, IEEE Int. Conf. on Robotics and Automation, March Arkin (1990) R.C Arkin, Integrating Behavioral, Perceptual, and World Knowledge in Reactive Navigation, Robotics and Autonomous Systems 6, Arkin & Balch (1994) R.C. Arkin, T. Balch, AuRA: Principles and Practice in Reviews. Balch & Arkin (1994) T. Balch, R.C. Arkin, Communication in reactive multiagent robotic systems, Autonomous Robots 1, 1994 Beer et al. (1990) R.D. Beer, H.J. Chiel, L.S. Sterling, A Biological Perspective on Autonomous Agent Design, Robotics and Autonomous Systems 6, Beer et al. (1992) R.D. Beer, H.J. Chiel, R.D. Quinn, K.S. Espenschied, P. Larsson, A Distributed Neural Network Architecture for Hexapod Robot Locomotion, Neural Computation 4, 1992 Beer et al. (1993) R.D. Beer, R.E. Ritzmann, T.M. McKenna, Biological Neural Networks in Invertebrate Neuroethology and Robotics, Boston Academic Press Berns et al. (1995) K. Berns, R. Dillman, S. Piekenbrock, Neural networks for the control of a six-legged walking machine, Robotics and Autonomous Systems 14, Brooks (1986) R.A. Brooks, A Robust Layered Control System for a 14 of 16 Control System Architectures for Autonomous Agents

15 References Mobile Robot., IEEE, Journal of Robotics and Automation, March Brooks (1990) R.A. Brooks, Elephants Don-t Play Chess, Robotics and Autonomous Systems 6, 1990 Brooks (1991a) R.A. Brooks, Intelligence without representation, Artificial Intelligence 47, 1991 Brooks (1991b) R.A. Brooks, Intelligence without reason, IJCAI Proceedings, 1991 Brooks (1991c) R.A. Brooks, New approaches to robotics, Science 253, 1991 Carbonell et al. (1992) J. Carbonell et al., Prodigy4.0: The Manual and Tutorial, Technical Report CMU 1992 Causse & Christensen (1995) O. Causse, H.I. Christensen, Hierarchical Control Design based on Petri Net Modeling for an Autonomous Mobile Robot, Intelligent Autonomous Systems, IOS Press 1995 Chatila (1995) R. Chatila, Deliberation and reactivity in autonomous mobile robots, Robotics and Autonomous Systems 16, 1995 Cliff et al. (1993) D. Cliff, I. Harvey and P. Husbands, Explorations in evolutionary robotics, Adaptive Behavior 2, 1993 Ferrell (1994) C. Ferrell, Failure Recognition and Fault Tolerance of an Autonomous Robot, Adaptive Behavior 2, 1994 Gat (1992) E. Gat, Integrating planning and reacting in a heterogeneous asynchronous architecture for controlling realworld mobile robots, AAAI-92 Proceedings, AAAI Press, 1992 Gutowitz (1991) H.A. Gutowitz, Cellular Automata: Theory and Experiment, MIT Press, 1991 Hayes-Roth (1985) B. Hayes-Roth, A blackboard architecture for control, Artificial Intelligence 26, 1985 Henderson (1990) T.C. Henderson, Traditional and Non-Traditional Robotic Sensors, Springer Verlag Holland (1975) J.H. Holland, Adaption in Natural and Artificial Systems, University of Michigan Press Holland (1985) J.H. Holland, Properties of the bucket brigade algorithm, International Conference on Genetic Algorithms and their Applications Proceedings, Ilg & Berns (1995) W. Ilg, K. Berns, A learning architecture based on reinforcement learning for adaptive control of the walking machine LAURON, Robotics and Autonomous Systems 15, Kaelbling (1990) L.P. Kaelbling, Learning in Embedded Systems, Ph.D. thesis Stanford University Kodjabachia & Meyer (1995) J. Kodjabachian, J.A. Meyer, Evolution and development of control architectures in animats, Robotics and Autonomous Systems 16, Kosecka & Bajcsy (1994) J. Kosecka, R. Bajcsy, Discrete Event Systems for autonomous mobile agents, Robotics and Autonomous Systems 12, 1994 Laird et al. (1987) J. Laird, A. Newell., P. Rosenbloom, Soar: an architecture for general intelligence. Artificial Intelligence 33, Laird et al. (1989) J.E. Laird, E.S. Yager, C.M. Tuck, M. Hucka, Learning in tele-autonomous systems using Soar, NASA Conf. on Space Robotics Proceedings, 1989 Lueth et al. (1995) T. Lueth, T. Laengle, J. Heinzman, Dynamic Task Mapping for Real-time Controller of Distributed Cooperative Robot Systems, Distributed Cooperative Robot Systems, Maes (1990) P. Maes, Situated Agents Can Have Goals, Robotics and Autonomous Systems 6, 1990 Mataric (1991) M.J. Mataric, A Comparative Analysis of Reinforcement Learning Methods, MIT AI lab report Mataric (1992) M. J. Mataric, Integration of Representation Into Goal- Driven Behavior-Based Robots, IEEE Transactions on Robotics and Automation, Vol 8, No. 3, June 1992 Minsky (1961) M.L. Minsky, Steps toward artificial intelligence, Proceedings of the Institute of Radio Engineers 49, Minton et. al (1989) S. Minton, J.G. Carbonell, C.A. Knoblock, D.R. Koukka, O. Etzioni, Y. Gil, Explanation-based Learning: A problem solving perspective. Artificial Intelligence 40, Control System Architectures for Autonomous Agents 15 of 16

Behaviour-Based Control. IAR Lecture 5 Barbara Webb

Behaviour-Based Control. IAR Lecture 5 Barbara Webb Behaviour-Based Control IAR Lecture 5 Barbara Webb Traditional sense-plan-act approach suggests a vertical (serial) task decomposition Sensors Actuators perception modelling planning task execution motor

More information

Reactive Planning with Evolutionary Computation

Reactive Planning with Evolutionary Computation Reactive Planning with Evolutionary Computation Chaiwat Jassadapakorn and Prabhas Chongstitvatana Intelligent System Laboratory, Department of Computer Engineering Chulalongkorn University, Bangkok 10330,

More information

Dipartimento di Elettronica Informazione e Bioingegneria Robotics

Dipartimento di Elettronica Informazione e Bioingegneria Robotics Dipartimento di Elettronica Informazione e Bioingegneria Robotics Behavioral robotics @ 2014 Behaviorism behave is what organisms do Behaviorism is built on this assumption, and its goal is to promote

More information

Hybrid architectures. IAR Lecture 6 Barbara Webb

Hybrid architectures. IAR Lecture 6 Barbara Webb Hybrid architectures IAR Lecture 6 Barbara Webb Behaviour Based: Conclusions But arbitrary and difficult to design emergent behaviour for a given task. Architectures do not impose strong constraints Options?

More information

Situated Robotics INTRODUCTION TYPES OF ROBOT CONTROL. Maja J Matarić, University of Southern California, Los Angeles, CA, USA

Situated Robotics INTRODUCTION TYPES OF ROBOT CONTROL. Maja J Matarić, University of Southern California, Los Angeles, CA, USA This article appears in the Encyclopedia of Cognitive Science, Nature Publishers Group, Macmillian Reference Ltd., 2002. Situated Robotics Level 2 Maja J Matarić, University of Southern California, Los

More information

Multi-Agent Planning

Multi-Agent Planning 25 PRICAI 2000 Workshop on Teams with Adjustable Autonomy PRICAI 2000 Workshop on Teams with Adjustable Autonomy Position Paper Designing an architecture for adjustably autonomous robot teams David Kortenkamp

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Overview Agents, environments, typical components

Overview Agents, environments, typical components Overview Agents, environments, typical components CSC752 Autonomous Robotic Systems Ubbo Visser Department of Computer Science University of Miami January 23, 2017 Outline 1 Autonomous robots 2 Agents

More information

Robot Architectures. Prof. Holly Yanco Spring 2014

Robot Architectures. Prof. Holly Yanco Spring 2014 Robot Architectures Prof. Holly Yanco 91.450 Spring 2014 Three Types of Robot Architectures From Murphy 2000 Hierarchical Organization is Horizontal From Murphy 2000 Horizontal Behaviors: Accomplish Steps

More information

! The architecture of the robot control system! Also maybe some aspects of its body/motors/sensors

! The architecture of the robot control system! Also maybe some aspects of its body/motors/sensors Towards the more concrete end of the Alife spectrum is robotics. Alife -- because it is the attempt to synthesise -- at some level -- 'lifelike behaviour. AI is often associated with a particular style

More information

A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures

A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures D.M. Rojas Castro, A. Revel and M. Ménard * Laboratory of Informatics, Image and Interaction (L3I)

More information

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015 Subsumption Architecture in Swarm Robotics Cuong Nguyen Viet 16/11/2015 1 Table of content Motivation Subsumption Architecture Background Architecture decomposition Implementation Swarm robotics Swarm

More information

Key-Words: - Fuzzy Behaviour Controls, Multiple Target Tracking, Obstacle Avoidance, Ultrasonic Range Finders

Key-Words: - Fuzzy Behaviour Controls, Multiple Target Tracking, Obstacle Avoidance, Ultrasonic Range Finders Fuzzy Behaviour Based Navigation of a Mobile Robot for Tracking Multiple Targets in an Unstructured Environment NASIR RAHMAN, ALI RAZA JAFRI, M. USMAN KEERIO School of Mechatronics Engineering Beijing

More information

Introduction to Robotics

Introduction to Robotics - Lecture 13 Jianwei Zhang, Lasse Einig [zhang, einig]@informatik.uni-hamburg.de University of Hamburg Faculty of Mathematics, Informatics and Natural Sciences Technical Aspects of Multimodal Systems July

More information

Robot Architectures. Prof. Yanco , Fall 2011

Robot Architectures. Prof. Yanco , Fall 2011 Robot Architectures Prof. Holly Yanco 91.451 Fall 2011 Architectures, Slide 1 Three Types of Robot Architectures From Murphy 2000 Architectures, Slide 2 Hierarchical Organization is Horizontal From Murphy

More information

CPS331 Lecture: Agents and Robots last revised November 18, 2016

CPS331 Lecture: Agents and Robots last revised November 18, 2016 CPS331 Lecture: Agents and Robots last revised November 18, 2016 Objectives: 1. To introduce the basic notion of an agent 2. To discuss various types of agents 3. To introduce the subsumption architecture

More information

Multi-Robot Coordination. Chapter 11

Multi-Robot Coordination. Chapter 11 Multi-Robot Coordination Chapter 11 Objectives To understand some of the problems being studied with multiple robots To understand the challenges involved with coordinating robots To investigate a simple

More information

Learning Reactive Neurocontrollers using Simulated Annealing for Mobile Robots

Learning Reactive Neurocontrollers using Simulated Annealing for Mobile Robots Learning Reactive Neurocontrollers using Simulated Annealing for Mobile Robots Philippe Lucidarme, Alain Liégeois LIRMM, University Montpellier II, France, lucidarm@lirmm.fr Abstract This paper presents

More information

Unit 1: Introduction to Autonomous Robotics

Unit 1: Introduction to Autonomous Robotics Unit 1: Introduction to Autonomous Robotics Computer Science 4766/6778 Department of Computer Science Memorial University of Newfoundland January 16, 2009 COMP 4766/6778 (MUN) Course Introduction January

More information

Using Reactive Deliberation for Real-Time Control of Soccer-Playing Robots

Using Reactive Deliberation for Real-Time Control of Soccer-Playing Robots Using Reactive Deliberation for Real-Time Control of Soccer-Playing Robots Yu Zhang and Alan K. Mackworth Department of Computer Science, University of British Columbia, Vancouver B.C. V6T 1Z4, Canada,

More information

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information

CPS331 Lecture: Agents and Robots last revised April 27, 2012

CPS331 Lecture: Agents and Robots last revised April 27, 2012 CPS331 Lecture: Agents and Robots last revised April 27, 2012 Objectives: 1. To introduce the basic notion of an agent 2. To discuss various types of agents 3. To introduce the subsumption architecture

More information

Swarm Intelligence W7: Application of Machine- Learning Techniques to Automatic Control Design and Optimization

Swarm Intelligence W7: Application of Machine- Learning Techniques to Automatic Control Design and Optimization Swarm Intelligence W7: Application of Machine- Learning Techniques to Automatic Control Design and Optimization Learning to avoid obstacles Outline Problem encoding using GA and ANN Floreano and Mondada

More information

From Model-Based Strategies to Intelligent Control Systems

From Model-Based Strategies to Intelligent Control Systems From Model-Based Strategies to Intelligent Control Systems IOAN DUMITRACHE Department of Automatic Control and Systems Engineering Politehnica University of Bucharest 313 Splaiul Independentei, Bucharest

More information

Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9

Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9 Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9 Student Name: Student ID # UOSA Statement of Academic Integrity On my honor I affirm that I have neither given nor received inappropriate aid

More information

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION Handy Wicaksono 1, Prihastono 2, Khairul Anam 3, Rusdhianto Effendi 4, Indra Adji Sulistijono 5, Son Kuswadi 6, Achmad Jazidie

More information

Outline. Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types

Outline. Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Intelligent Agents Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Agents An agent is anything that can be viewed as

More information

STRATEGO EXPERT SYSTEM SHELL

STRATEGO EXPERT SYSTEM SHELL STRATEGO EXPERT SYSTEM SHELL Casper Treijtel and Leon Rothkrantz Faculty of Information Technology and Systems Delft University of Technology Mekelweg 4 2628 CD Delft University of Technology E-mail: L.J.M.Rothkrantz@cs.tudelft.nl

More information

Reactive Deliberation: An Architecture for Real-time Intelligent Control in Dynamic Environments

Reactive Deliberation: An Architecture for Real-time Intelligent Control in Dynamic Environments From: AAAI Technical Report SS-95-02. Compilation copyright 1995, AAAI (www.aaai.org). All rights reserved. Reactive Deliberation: An Architecture for Real-time Intelligent Control in Dynamic Environments

More information

II. ROBOT SYSTEMS ENGINEERING

II. ROBOT SYSTEMS ENGINEERING Mobile Robots: Successes and Challenges in Artificial Intelligence Jitendra Joshi (Research Scholar), Keshav Dev Gupta (Assistant Professor), Nidhi Sharma (Assistant Professor), Kinnari Jangid (Assistant

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Outline Introduction Soft Computing (SC) vs. Conventional Artificial Intelligence (AI) Neuro-Fuzzy (NF) and SC Characteristics 2 Introduction

More information

Extracting Navigation States from a Hand-Drawn Map

Extracting Navigation States from a Hand-Drawn Map Extracting Navigation States from a Hand-Drawn Map Marjorie Skubic, Pascal Matsakis, Benjamin Forrester and George Chronis Dept. of Computer Engineering and Computer Science, University of Missouri-Columbia,

More information

Unit 1: Introduction to Autonomous Robotics

Unit 1: Introduction to Autonomous Robotics Unit 1: Introduction to Autonomous Robotics Computer Science 6912 Andrew Vardy Department of Computer Science Memorial University of Newfoundland May 13, 2016 COMP 6912 (MUN) Course Introduction May 13,

More information

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department EE631 Cooperating Autonomous Mobile Robots Lecture 1: Introduction Prof. Yi Guo ECE Department Plan Overview of Syllabus Introduction to Robotics Applications of Mobile Robots Ways of Operation Single

More information

Agents in the Real World Agents and Knowledge Representation and Reasoning

Agents in the Real World Agents and Knowledge Representation and Reasoning Agents in the Real World Agents and Knowledge Representation and Reasoning An Introduction Mitsubishi Concordia, Java-based mobile agent system. http://www.merl.com/projects/concordia Copernic Agents for

More information

An Agent-Based Architecture for an Adaptive Human-Robot Interface

An Agent-Based Architecture for an Adaptive Human-Robot Interface An Agent-Based Architecture for an Adaptive Human-Robot Interface Kazuhiko Kawamura, Phongchai Nilas, Kazuhiko Muguruma, Julie A. Adams, and Chen Zhou Center for Intelligent Systems Vanderbilt University

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Control Arbitration. Oct 12, 2005 RSS II Una-May O Reilly

Control Arbitration. Oct 12, 2005 RSS II Una-May O Reilly Control Arbitration Oct 12, 2005 RSS II Una-May O Reilly Agenda I. Subsumption Architecture as an example of a behavior-based architecture. Focus in terms of how control is arbitrated II. Arbiters and

More information

Implicit Fitness Functions for Evolving a Drawing Robot

Implicit Fitness Functions for Evolving a Drawing Robot Implicit Fitness Functions for Evolving a Drawing Robot Jon Bird, Phil Husbands, Martin Perris, Bill Bigge and Paul Brown Centre for Computational Neuroscience and Robotics University of Sussex, Brighton,

More information

Chapter 31. Intelligent System Architectures

Chapter 31. Intelligent System Architectures Chapter 31. Intelligent System Architectures The Quest for Artificial Intelligence, Nilsson, N. J., 2009. Lecture Notes on Artificial Intelligence, Spring 2012 Summarized by Jang, Ha-Young and Lee, Chung-Yeon

More information

Reactive Deliberation: An Architecture for Real-time Intelligent Control in Dynamic Environments

Reactive Deliberation: An Architecture for Real-time Intelligent Control in Dynamic Environments From: AAAI-94 Proceedings. Copyright 1994, AAAI (www.aaai.org). All rights reserved. Reactive Deliberation: An Architecture for Real-time Intelligent Control in Dynamic Environments Michael K. Sahota Laboratory

More information

CS494/594: Software for Intelligent Robotics

CS494/594: Software for Intelligent Robotics CS494/594: Software for Intelligent Robotics Spring 2007 Tuesday/Thursday 11:10 12:25 Instructor: Dr. Lynne E. Parker TA: Rasko Pjesivac Outline Overview syllabus and class policies Introduction to class:

More information

ACHIEVING SEMI-AUTONOMOUS ROBOTIC BEHAVIORS USING THE SOAR COGNITIVE ARCHITECTURE

ACHIEVING SEMI-AUTONOMOUS ROBOTIC BEHAVIORS USING THE SOAR COGNITIVE ARCHITECTURE 2010 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 17-19 DEARBORN, MICHIGAN ACHIEVING SEMI-AUTONOMOUS ROBOTIC

More information

Artificial Intelligence. What is AI?

Artificial Intelligence. What is AI? 2 Artificial Intelligence What is AI? Some Definitions of AI The scientific understanding of the mechanisms underlying thought and intelligent behavior and their embodiment in machines American Association

More information

An Integrated HMM-Based Intelligent Robotic Assembly System

An Integrated HMM-Based Intelligent Robotic Assembly System An Integrated HMM-Based Intelligent Robotic Assembly System H.Y.K. Lau, K.L. Mak and M.C.C. Ngan Department of Industrial & Manufacturing Systems Engineering The University of Hong Kong, Pokfulam Road,

More information

Achieving Goals Through Interaction with Sensors and Actuators

Achieving Goals Through Interaction with Sensors and Actuators Achieving Goals Through Interaction with Sensors and Actuators John Budenske Maria Gini Department of Computer Science University of Minnesota 4-192 EE/CSci Building 200 Union Street SE Minneapolis, MN

More information

Evolved Neurodynamics for Robot Control

Evolved Neurodynamics for Robot Control Evolved Neurodynamics for Robot Control Frank Pasemann, Martin Hülse, Keyan Zahedi Fraunhofer Institute for Autonomous Intelligent Systems (AiS) Schloss Birlinghoven, D-53754 Sankt Augustin, Germany Abstract

More information

5a. Reactive Agents. COMP3411: Artificial Intelligence. Outline. History of Reactive Agents. Reactive Agents. History of Reactive Agents

5a. Reactive Agents. COMP3411: Artificial Intelligence. Outline. History of Reactive Agents. Reactive Agents. History of Reactive Agents COMP3411 15s1 Reactive Agents 1 COMP3411: Artificial Intelligence 5a. Reactive Agents Outline History of Reactive Agents Chemotaxis Behavior-Based Robotics COMP3411 15s1 Reactive Agents 2 Reactive Agents

More information

Biologically Inspired Embodied Evolution of Survival

Biologically Inspired Embodied Evolution of Survival Biologically Inspired Embodied Evolution of Survival Stefan Elfwing 1,2 Eiji Uchibe 2 Kenji Doya 2 Henrik I. Christensen 1 1 Centre for Autonomous Systems, Numerical Analysis and Computer Science, Royal

More information

CS594, Section 30682:

CS594, Section 30682: CS594, Section 30682: Distributed Intelligence in Autonomous Robotics Spring 2003 Tuesday/Thursday 11:10 12:25 http://www.cs.utk.edu/~parker/courses/cs594-spring03 Instructor: Dr. Lynne E. Parker ½ TA:

More information

CSCI 445 Laurent Itti. Group Robotics. Introduction to Robotics L. Itti & M. J. Mataric 1

CSCI 445 Laurent Itti. Group Robotics. Introduction to Robotics L. Itti & M. J. Mataric 1 Introduction to Robotics CSCI 445 Laurent Itti Group Robotics Introduction to Robotics L. Itti & M. J. Mataric 1 Today s Lecture Outline Defining group behavior Why group behavior is useful Why group behavior

More information

Cognitive Robotics 2017/2018

Cognitive Robotics 2017/2018 Cognitive Robotics 2017/2018 Course Introduction Matteo Matteucci matteo.matteucci@polimi.it Artificial Intelligence and Robotics Lab - Politecnico di Milano About me and my lectures Lectures given by

More information

Outline. What is AI? A brief history of AI State of the art

Outline. What is AI? A brief history of AI State of the art Introduction to AI Outline What is AI? A brief history of AI State of the art What is AI? AI is a branch of CS with connections to psychology, linguistics, economics, Goal make artificial systems solve

More information

Embodiment from Engineer s Point of View

Embodiment from Engineer s Point of View New Trends in CS Embodiment from Engineer s Point of View Andrej Lúčny Department of Applied Informatics FMFI UK Bratislava lucny@fmph.uniba.sk www.microstep-mis.com/~andy 1 Cognitivism Cognitivism is

More information

Real-time Cooperative Behavior for Tactical Mobile Robot Teams. September 10, 1998 Ronald C. Arkin and Thomas R. Collins Georgia Tech

Real-time Cooperative Behavior for Tactical Mobile Robot Teams. September 10, 1998 Ronald C. Arkin and Thomas R. Collins Georgia Tech Real-time Cooperative Behavior for Tactical Mobile Robot Teams September 10, 1998 Ronald C. Arkin and Thomas R. Collins Georgia Tech Objectives Build upon previous work with multiagent robotic behaviors

More information

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS Eva Cipi, PhD in Computer Engineering University of Vlora, Albania Abstract This paper is focused on presenting

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 CS 730/830: Intro AI Prof. Wheeler Ruml TA Bence Cserna Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 Wheeler Ruml (UNH) Lecture 1, CS 730 1 / 23 My Definition

More information

Fuzzy-Heuristic Robot Navigation in a Simulated Environment

Fuzzy-Heuristic Robot Navigation in a Simulated Environment Fuzzy-Heuristic Robot Navigation in a Simulated Environment S. K. Deshpande, M. Blumenstein and B. Verma School of Information Technology, Griffith University-Gold Coast, PMB 50, GCMC, Bundall, QLD 9726,

More information

EMERGENCE OF COMMUNICATION IN TEAMS OF EMBODIED AND SITUATED AGENTS

EMERGENCE OF COMMUNICATION IN TEAMS OF EMBODIED AND SITUATED AGENTS EMERGENCE OF COMMUNICATION IN TEAMS OF EMBODIED AND SITUATED AGENTS DAVIDE MAROCCO STEFANO NOLFI Institute of Cognitive Science and Technologies, CNR, Via San Martino della Battaglia 44, Rome, 00185, Italy

More information

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many Preface The jubilee 25th International Conference on Robotics in Alpe-Adria-Danube Region, RAAD 2016 was held in the conference centre of the Best Western Hotel M, Belgrade, Serbia, from 30 June to 2 July

More information

Plan for the 2nd hour. What is AI. Acting humanly: The Turing test. EDAF70: Applied Artificial Intelligence Agents (Chapter 2 of AIMA)

Plan for the 2nd hour. What is AI. Acting humanly: The Turing test. EDAF70: Applied Artificial Intelligence Agents (Chapter 2 of AIMA) Plan for the 2nd hour EDAF70: Applied Artificial Intelligence (Chapter 2 of AIMA) Jacek Malec Dept. of Computer Science, Lund University, Sweden January 17th, 2018 What is an agent? PEAS (Performance measure,

More information

Russell and Norvig: an active, artificial agent. continuum of physical configurations and motions

Russell and Norvig: an active, artificial agent. continuum of physical configurations and motions Chapter 8 Robotics Christian Jacob jacob@cpsc.ucalgary.ca Department of Computer Science University of Calgary 8.5 Robot Institute of America defines a robot as a reprogrammable, multifunction manipulator

More information

Autonomous Robotic (Cyber) Weapons?

Autonomous Robotic (Cyber) Weapons? Autonomous Robotic (Cyber) Weapons? Giovanni Sartor EUI - European University Institute of Florence CIRSFID - Faculty of law, University of Bologna Rome, November 24, 2013 G. Sartor (EUI-CIRSFID) Autonomous

More information

CSC 550: Introduction to Artificial Intelligence. Fall 2004

CSC 550: Introduction to Artificial Intelligence. Fall 2004 CSC 550: Introduction to Artificial Intelligence Fall 2004 See online syllabus at: http://www.creighton.edu/~davereed/csc550 Course goals: survey the field of Artificial Intelligence, including major areas

More information

Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D.

Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D. Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D. chow@ncsu.edu Advanced Diagnosis and Control (ADAC) Lab Department of Electrical and Computer Engineering North Carolina State University

More information

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Introduction (1.1) SC Constituants and Conventional Artificial Intelligence (AI) (1.2) NF and SC Characteristics (1.3) Jyh-Shing Roger

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION Handy Wicaksono 1,2, Prihastono 1,3, Khairul Anam 4, Rusdhianto Effendi 2, Indra Adji Sulistijono 5, Son Kuswadi 5, Achmad

More information

Introduction to Computer Science

Introduction to Computer Science Introduction to Computer Science CSCI 109 Andrew Goodney Fall 2017 China Tianhe-2 Robotics Nov. 20, 2017 Schedule 1 Robotics ì Acting on the physical world 2 What is robotics? uthe study of the intelligent

More information

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS GARY B. PARKER, CONNECTICUT COLLEGE, USA, parker@conncoll.edu IVO I. PARASHKEVOV, CONNECTICUT COLLEGE, USA, iipar@conncoll.edu H. JOSEPH

More information

Transactions on Information and Communications Technologies vol 6, 1994 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 6, 1994 WIT Press,   ISSN Application of artificial neural networks to the robot path planning problem P. Martin & A.P. del Pobil Department of Computer Science, Jaume I University, Campus de Penyeta Roja, 207 Castellon, Spain

More information

Agent-Based Systems. Agent-Based Systems. Agent-Based Systems. Five pervasive trends in computing history. Agent-Based Systems. Agent-Based Systems

Agent-Based Systems. Agent-Based Systems. Agent-Based Systems. Five pervasive trends in computing history. Agent-Based Systems. Agent-Based Systems Five pervasive trends in computing history Michael Rovatsos mrovatso@inf.ed.ac.uk Lecture 1 Introduction Ubiquity Cost of processing power decreases dramatically (e.g. Moore s Law), computers used everywhere

More information

Chapter 2 Intelligent Control System Architectures

Chapter 2 Intelligent Control System Architectures Chapter 2 Intelligent Control System Architectures Making realistic robots is going to polarize the market, if you will. You will have some people who love it and some people who will really be disturbed.

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN A blackboard approach to the mission management for autonomous underwater vehicle E.A.P. Silva, F.L. Pereira & J. Borges de Sousa Institute of Systems and Robotics (I.S.R.) and D.E.E.C. Faculdade de Engenharia

More information

GA-based Learning in Behaviour Based Robotics

GA-based Learning in Behaviour Based Robotics Proceedings of IEEE International Symposium on Computational Intelligence in Robotics and Automation, Kobe, Japan, 16-20 July 2003 GA-based Learning in Behaviour Based Robotics Dongbing Gu, Huosheng Hu,

More information

Simple Target Seek Based on Behavior

Simple Target Seek Based on Behavior Proceedings of the 6th WSEAS International Conference on Signal Processing, Robotics and Automation, Corfu Island, Greece, February 16-19, 2007 133 Simple Target Seek Based on Behavior LUBNEN NAME MOUSSI

More information

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors In: M.H. Hamza (ed.), Proceedings of the 21st IASTED Conference on Applied Informatics, pp. 1278-128. Held February, 1-1, 2, Insbruck, Austria Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

More information

A Reactive Robot Architecture with Planning on Demand

A Reactive Robot Architecture with Planning on Demand A Reactive Robot Architecture with Planning on Demand Ananth Ranganathan Sven Koenig College of Computing Georgia Institute of Technology Atlanta, GA 30332 {ananth,skoenig}@cc.gatech.edu Abstract In this

More information

COS Lecture 1 Autonomous Robot Navigation

COS Lecture 1 Autonomous Robot Navigation COS 495 - Lecture 1 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Introduction Education B.Sc.Eng Engineering Phyics, Queen s University

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

Review of Soft Computing Techniques used in Robotics Application

Review of Soft Computing Techniques used in Robotics Application International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 3 (2013), pp. 101-106 International Research Publications House http://www. irphouse.com /ijict.htm Review

More information

Knowledge Representation and Reasoning

Knowledge Representation and Reasoning Master of Science in Artificial Intelligence, 2012-2014 Knowledge Representation and Reasoning University "Politehnica" of Bucharest Department of Computer Science Fall 2012 Adina Magda Florea The AI Debate

More information

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

More information

S.P.Q.R. Legged Team Report from RoboCup 2003

S.P.Q.R. Legged Team Report from RoboCup 2003 S.P.Q.R. Legged Team Report from RoboCup 2003 L. Iocchi and D. Nardi Dipartimento di Informatica e Sistemistica Universitá di Roma La Sapienza Via Salaria 113-00198 Roma, Italy {iocchi,nardi}@dis.uniroma1.it,

More information

CORC 3303 Exploring Robotics. Why Teams?

CORC 3303 Exploring Robotics. Why Teams? Exploring Robotics Lecture F Robot Teams Topics: 1) Teamwork and Its Challenges 2) Coordination, Communication and Control 3) RoboCup Why Teams? It takes two (or more) Such as cooperative transportation:

More information

A MARINE FAULTS TOLERANT CONTROL SYSTEM BASED ON INTELLIGENT MULTI-AGENTS

A MARINE FAULTS TOLERANT CONTROL SYSTEM BASED ON INTELLIGENT MULTI-AGENTS A MARINE FAULTS TOLERANT CONTROL SYSTEM BASED ON INTELLIGENT MULTI-AGENTS Tianhao Tang and Gang Yao Department of Electrical & Control Engineering, Shanghai Maritime University 1550 Pudong Road, Shanghai,

More information

Why Is It So Difficult For A Robot To Pass Through A Doorway Using UltraSonic Sensors?

Why Is It So Difficult For A Robot To Pass Through A Doorway Using UltraSonic Sensors? Why Is It So Difficult For A Robot To Pass Through A Doorway Using UltraSonic Sensors? John Budenske and Maria Gini Department of Computer Science University of Minnesota Minneapolis, MN 55455 Abstract

More information

Reverse-engineering Mammalian Brains for building Complex Integrated Controllers

Reverse-engineering Mammalian Brains for building Complex Integrated Controllers Reverse-engineering Mammalian Brains for building Complex Integrated Controllers Ricardo Sanz, Ignacio López, Adolfo Hernando and Julia Bermejo Autonomous Systems Laboratory Universidad Politécnica de

More information

Robotic Systems ECE 401RB Fall 2007

Robotic Systems ECE 401RB Fall 2007 The following notes are from: Robotic Systems ECE 401RB Fall 2007 Lecture 14: Cooperation among Multiple Robots Part 2 Chapter 12, George A. Bekey, Autonomous Robots: From Biological Inspiration to Implementation

More information

A Genetic Algorithm-Based Controller for Decentralized Multi-Agent Robotic Systems

A Genetic Algorithm-Based Controller for Decentralized Multi-Agent Robotic Systems A Genetic Algorithm-Based Controller for Decentralized Multi-Agent Robotic Systems Arvin Agah Bio-Robotics Division Mechanical Engineering Laboratory, AIST-MITI 1-2 Namiki, Tsukuba 305, JAPAN agah@melcy.mel.go.jp

More information

Artificial Intelligence: Implications for Autonomous Weapons. Stuart Russell University of California, Berkeley

Artificial Intelligence: Implications for Autonomous Weapons. Stuart Russell University of California, Berkeley Artificial Intelligence: Implications for Autonomous Weapons Stuart Russell University of California, Berkeley Outline AI and autonomy State of the art Likely future developments Conclusions What is AI?

More information

Conflict Management in Multiagent Robotic System: FSM and Fuzzy Logic Approach

Conflict Management in Multiagent Robotic System: FSM and Fuzzy Logic Approach Conflict Management in Multiagent Robotic System: FSM and Fuzzy Logic Approach Witold Jacak* and Stephan Dreiseitl" and Karin Proell* and Jerzy Rozenblit** * Dept. of Software Engineering, Polytechnic

More information

Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller

Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller From:MAICS-97 Proceedings. Copyright 1997, AAAI (www.aaai.org). All rights reserved. Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller Douglas S. Blank and J. Oliver

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

Multi-Agent Systems in Distributed Communication Environments

Multi-Agent Systems in Distributed Communication Environments Multi-Agent Systems in Distributed Communication Environments CAMELIA CHIRA, D. DUMITRESCU Department of Computer Science Babes-Bolyai University 1B M. Kogalniceanu Street, Cluj-Napoca, 400084 ROMANIA

More information

SWARM-BOT: A Swarm of Autonomous Mobile Robots with Self-Assembling Capabilities

SWARM-BOT: A Swarm of Autonomous Mobile Robots with Self-Assembling Capabilities SWARM-BOT: A Swarm of Autonomous Mobile Robots with Self-Assembling Capabilities Francesco Mondada 1, Giovanni C. Pettinaro 2, Ivo Kwee 2, André Guignard 1, Luca Gambardella 2, Dario Floreano 1, Stefano

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

One computer theorist s view of cognitive systems

One computer theorist s view of cognitive systems One computer theorist s view of cognitive systems Jiri Wiedermann Institute of Computer Science, Prague Academy of Sciences of the Czech Republic Partially supported by grant 1ET100300419 Outline 1. The

More information