7. Hybrid Agents Flashcards
1
Q
Hybrid architectures
. Agent must have both ___ and ___ behaviors
. The reactive subsystem is given some kind of ___ over the deliberative subsystem
. ___ architecture
A
. Reactive / Deliberative
. Precedence
. Layered
2
Q
Horizontal layering
Layers are directly connected to the ___ input and ___ output
Each layer itself acts like an ___, producing suggestions on what ___ to perform
A
Sensory
Action
Agent
Action
3
Q
Vertical layering
Sensory input and action output are each dealt with by at most ___ layer each
A
One
4
Q
Advantages of hybrid architectures:
- Allows for ___ combined with ___
- ___ can be privileged in relation to ___
- Knowledge about the world can be ___ into ___
- Different levels of ___
A
- Real-time response / goal oriented-behavior
- Reactivity / deliberation
- subdivided / layers
- abstraction
5
Q
Disadvantages of hybrid architectures:
- vertical layering: ___ and ___
- horizontal layering: ___ of ___
- Interactions between ___ are difficult to ___ and to ___
A
- bottlenecks and fault intolerance
- complexity of decision making
- layers / program / test