【COMP329 LEC 2 Agent and Robot Architectures】

Agent and Robot Architectures

Part 3 Reactive Architectures and the Subsumption Architecture

In these lectures, we look at alternative architectures that better support some classes of agents and robots
• At the end, we then examine how hybrid architectures exploits the best aspects
of deliberative and reactive ones

1. Agent Control Loop as Layers

连续地进行

2. Behaviour based control

并排的进行??

在最后整合到Coordination的过程中,有多种选择的方式,包括:

a. Pick the ``best''

b. Sum the outputs
c. Use a weighted sum

3. Brooks Behavioural Languages

4. Emergent Behaviour

我理解的就是,当一些规则同时进行的时候,可能会产生出一些反应,使得行为变成"程序以外"的结果,比如第二张图片.

synergies:协同,配合。(这里指的是 轻微偏右运动 + 躲避障碍 = 墙体跟随 这个协同)


5. Subsumption Architecture

就是有很多行为指令,但每个行为指令都有优先等级,例如"躲避障碍"就是一个底层指令,"more primitive kinds of behaviour",更原始行为。

层层分级使得他特别强大

复杂行为由简单行为组成

每个行为都独立,所以能被独立地:被编码 / 检测 / debugged

Higher level behaviours inhibit(抑制) lower levels

Part 4 Subsumption Architecture Examples

1. Steel's Mars Explorer System

2. ToTo

3. Summary

Part 5 Potential Fields and Hybrid architectures

1. Potential Fields 人工势能场


1. Simple fields can be combined to model complex environments

(a. Uniform - guides the robot in a straight line (useful for following a corridor)

(b. Perpendicular - pushes the robot away from linear obstacles( good for modelling large obstacles or walls)

(c. Tangental - guides the robot around an obstacle

(d. Attractive - draws the robot to a point (useful for defining weigh points in a path)

(e. Repulsive - pushes the robot away a point (good for modelling obstacles)

3. Potential Fields 的优缺点
1. Advantages

Easy to visualise
Easy to combine different fields

2. Disadvantages

High update rates necessary
Parameter tuning is important

2. Hybrid Architectures

To build a agents, neithor a completely deliberative nor completely reactive approach is suitable
An obvious approach is to build an agent out of two (or more)
subsystems:

  1. a deliberative one, containing a symbolic world model, which develops plans and
    makes decisions in the way proposed by symbolic AI; and
  2. a reactive one, which is capable of reacting to events without complex reasoning.
相关推荐
爱吃西瓜的小菜鸡2 小时前
【C语言】判断回文
c语言·学习·算法
小A1593 小时前
STM32完全学习——SPI接口的FLASH(DMA模式)
stm32·嵌入式硬件·学习
岁岁岁平安3 小时前
spring学习(spring-DI(字符串或对象引用注入、集合注入)(XML配置))
java·学习·spring·依赖注入·集合注入·基本数据类型注入·引用数据类型注入
武昌库里写JAVA3 小时前
Java成长之路(一)--SpringBoot基础学习--SpringBoot代码测试
java·开发语言·spring boot·学习·课程设计
qq_589568103 小时前
数据可视化echarts学习笔记
学习·信息可视化·echarts
兔C4 小时前
微信小程序的轮播图学习报告
学习·微信小程序·小程序
海海不掉头发4 小时前
苍穹外卖-day05redis 缓存的学习
学习·缓存
小木_.5 小时前
【Python 图片下载器】一款专门为爬虫制作的图片下载器,多线程下载,速度快,支持续传/图片缩放/图片压缩/图片转换
爬虫·python·学习·分享·批量下载·图片下载器
一棵开花的树,枝芽无限靠近你5 小时前
【PPTist】组件结构设计、主题切换
前端·笔记·学习·编辑器
犬余6 小时前
设计模式之桥接模式:抽象与实现之间的分离艺术
笔记·学习·设计模式·桥接模式