【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.
相关推荐
secondyoung22 分钟前
Cortex-R52学习:MPU内存保护机制
arm开发·单片机·学习·arm·mpu
red_redemption30 分钟前
自由学习记录(198)
学习
花岛溯36 分钟前
Cursor 学习 DAY2·切换AI模型
学习
星夜夏空9939 分钟前
FreeRTOS学习(9)——临界区
学习
小智老师PMP2 小时前
零基础能不能考PMP?零基础专属学习路径+全套扶持体系
学习·算法·职场和发展·软件工程·求职招聘·敏捷流程
XGeFei4 小时前
【Fastapi学习笔记(4)】—— JsonScheme与数据验证、错误响应格式、正则表达式
学习·fastapi
爱喝水的鱼丶4 小时前
SAP-ABAP:SAP 简单报表输出开发系列(共6篇) 第四篇:SAP 报表异常处理机制:数据校验与消息提示规范落地
开发语言·数据库·学习·算法·sap·abap
東雪木5 小时前
泛型、反射、注解(Spring 框架核心底层)专属复习笔记
java·windows·笔记·学习·spring
小陈phd6 小时前
多模态大模型学习笔记(四十七)——跨模态融合策略:早融合、中融合与晚融合核心解析
笔记·学习
进击的小头6 小时前
第7篇:MOS 管最全入门:原理、关键参数、选型、驱动与典型应用
经验分享·科技·嵌入式硬件·学习