Chapter 12: Robotics Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Open-world paradigm

A

A world in which the actions of the agents alter the world and force those agents to establish a revised view of that world.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a major inspiration of robotics deign?

A

The biological world (humans, animals)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What way of studying our actions is of particular importance for robotics?

A

The behavioral approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The behavioral paradigm

A

Robotics attempt to simulate observable activities of an organism

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

“N-gram”

A

A map or transformation of the sensory data into motor action. They’re representations of sequences of elementary actions that are stored in our brain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Reflexive responses

A

Actions that last as long as the stimulus that produced them and whose magnitude is proportional to the intensity of the stimulus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Fixed-action patterns

A

Actions that continue for a longer period of time than the stimulus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reactive responses

A

Learned behaviors and consolidated such that they are executed without conscious thought. Subsets of such responses include taxes where the organism moves to a particular orientation (e.g. hatching turtles move to the ocean using reflected moonlight)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ethology

A

Study of animal behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Who proposed 4 ways animals acquire behavior?

A

The four ways of acquiring behavior were proposed by Konrad Lorenz and Niko Tinbergen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Automaton

A

A machine or control mechanism designed to automatically follow a predetermined sequence of operations, or respond to predetermined instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The Lorenz/Tinberg innate reasoning mechanism (IRM)

A

It’s a built-in neural structure which when exposed to a specific stimuli (also called releasers) will cause the release of an automatic behavioral response (motor action sequence)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Behavioral phenomena that the concurrent execution of two or more IRMs can explain

A
  • Equilibrium (behaviors balance each other our)
  • Dominance (one IRM prevails)
  • Cancellation (fight or flight can initiate 3rd behavior)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Affordances

A

perceivable environmental elements that are suitable triggers for an action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SENSE

A

A robotic primitive includes that part of robotic system that converts elements of an environment into information that is made available to other parts of the robotic system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Paradigm

A

a philosophy or approach for developing theories and for analyzing and evaluating a class of problems including appropriate analytical tools and associated techniques.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Hierarchical paradigm

A

One of the robotic paradigms also referred to as the “top-down” approach to robotic design. It reflects how humans include “planning” as a key element in their completion of given tasks.
The classical robot designed according to this principle (“Shakey”) used Strips algorithm which is a variant of the General Problem Solver.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

PLAN

A

A robotic primitive element encompassing the corresponding human attributes of reasoning and cognition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

ACT

A

A robotic primitive that pertains to the actuating or motor elements of an intelligent agent.

20
Q

Reactive paradigm

A

Paradigm developed from the idea that complex behaviors grow out of simple behaviors that operate in a concurrent manner.

21
Q

Subsumption

A

A robotic architecture characterized by direct connection between perceptive elements (sensory info) and actuating elements (sense-action processes)

22
Q

Hybrid Deliberate/Reactive Paradigm

A

Designs that use a combination of reactive behaviors and planning or other cognitive components.

23
Q

What are Reactive Responses?

A

Learned behaviors consolidated such that they are executed without conscious thought

24
Q

How did Michael Arbib contribute to the development of robotics?

A

He began to investigate abstract models of animal intelligence including both biological and cognitive elements, in order to gain insights into robotics.

25
Q

How did Valentino Braitenberg contribute to the development of robotics?

A

Braitenberg proposed a series of hypothetical vehicles of increasing complexity with capabilities that “mimicked” the course of evolution in primates.

26
Q

What is the definition of behavior?

A

Behavior is considered to be a mapping (translation) of sensory inputs onto a pattern of motor actions whose purpose is to complete a given task.

27
Q

Deliberative behavior

A

Includes a conscious component, where previously developed behaviors may be string together (e.g. assembling a robot)

28
Q

Ulric Neisser and J.J. Gibson

A

Psychologists whose work led to an “ecological approach” - contributed to an alternative dynamic for describing animal behavior.

29
Q

Direct perception system

A

One of two perceptual systems in animals proposed by Neisser. Its structures are located in more primitive regions of the brain and account for affordances.

30
Q

Recognition system

A

It’s associated with higher order parts of the brain where problem solving and other cognitive activities take place. This is where top-down processing, model-based perception occurs.

31
Q

What is the main advantage of direct perception system that can be used in robotics?

A

Direct perception (affordances) reduces the computational complexity of sensing, and can trigger action without extensive memory, logic, or reasoning.

32
Q

Action-oriented perception

A

A perception mechanism will filter stimuli and consider only what is relevant to the behavior

33
Q

Elements of robotic design that are particularly difficult to achieve

A

Concurrent behavior conflicts, missed affordances, the ability for the robot to learn through experience

34
Q

LEARN

A

A new primitive proposed by researchers which would include learning process.

35
Q

Weaknesses of the hierarchical paradigm

A
  1. It lays out robotic tasks as horizontal decomposition while according to ethology, behavior has a vertical organization in which an agent starts with primitive survival behaviors and builds upon such facilities to develop new ones.
  2. It has a single global model of the world. Generic global world models do not handle “surprises” well.
36
Q

Rodney Brooks

A

The creator of the reactive paradigm. He built his robots with “unthinking activity”. There would be direct connections between perception (sensory information) and action.

37
Q

The characteristics and connotations of reactive behaviors

A
  1. Speed (rapid execution because of direct connection between SENSE and ACT primitives)
  2. Simplicity (absence of “memory” in a traditional sense)
  3. “Small world” (ecological niche formed by the goals, and the whole perception of the world)
  4. Simple programming (programming particular behaviors)
  5. Built on choice (must determine what happens when multiple behaviors are active at the same time
38
Q

When and by whom were cognitive functions introduced into a behavioral system of robots?

A

In the late 1980s by Ron Arkin and his colleagues.

39
Q

Characteristics of Hybrid Deliberative/Reactive Paradigm

A
  1. Reflexive behaviors but also innate and learned behaviors (skill set)
  2. Assemblages behaviors sequenced over time rather than primitive behaviors
  3. Deliberative portion of Path Planning and Map Making.
  4. Behavioral Management component that determines the behaviors to use and their order
  5. Performance Monitoring (progress and deficit detection)
40
Q

Mission Planner (Hybrid Architecture attribute)

A

It interacts with humans and translates commands into robotic terms; constructs a mission plan

41
Q

Cartographer (Hybrid Architecture attribute)

A

Responsible for creating, storing, and maintaining maps or spatial information about the robot’s environment or task domain.

42
Q

Sequencer Agent (Hybrid Architecture attribute)

A

Generates the set of behaviors to use in order to accomplish a subtask

43
Q

Resource manager (Hybrid Architecture attribute)

A

Allocates resources to behaviors. Also determines the circumstances in which to use each of its sensors.

44
Q

Performance Monitor and Problem Solver (Hybrid Architecture attribute)

A

Allow the robot to notice if it’s making progress and/or adjust for hardware problems within itself.

45
Q

Organizational styles of Hybrid Robotic systems

A
  • Managerial style: Subdivides the deliberative portion into layers based on the managerial responsibility of each deliberative portion
  • State hierarchies: Uses the knowledge of the robot’s state to distinguish between reactive and deliberative activities
  • Model oriented: Characterized by behaviors that have access to portions of a world model; these architectures are close to purely Hierarchical robots