Robotics week7 Flashcards

Robot Learning / Interactive-Systems (18 cards)

1
Q

In robot learning, what distinguishes supervised learning from unsupervised learning?

A

Supervised learning uses labeled input–output pairs to train a mapping (e.g., sensor→motor), while unsupervised learning finds patterns or clusters without any labels.

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

What is the core idea behind reinforcement learning (RL) in robotics?

A

: The robot learns to choose actions that maximize cumulative future reward through trial-and-error interactions with its environment.

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

In RL, what roles do the “actor” and “critic” networks perform?

A

The actor proposes candidate actions based on state observations; the critic evaluates those actions by estimating their expected cumulative reward.

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

What is a key advantage of model-based RL over model-free RL?

A

Model-based RL can simulate outcomes using a learned model of the environment, reducing the need to explore risky or low-reward states in the real world.

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

How does adding a negative “living reward” affect an RL agent’s learned behavior?

A

It penalizes each time step to encourage efficiency (e.g., reaching a goal with fewer steps), rather than just maximizing final reward.

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

Why is “formal verification” particularly difficult for policies learned by deep neural networks in RL?

A

Because neural networks are black boxes—internal weights and layers are not easily interpretable, making it hard to predict behavior under novel conditions

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

What is a “living reward” in reinforcement learning?

A

A per-step reward (positive or negative) given to the agent at each time step to shape ongoing behavior (e.g., negative for low battery).

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

In a Braitenberg vehicle for obstacle avoidance, which whisker-to-motor connections (ipsilateral vs. contralateral, + vs. –) cause the robot to turn away from an object?

A

Contralateral inhibitory connections: when one whisker senses contact, it inhibits the opposite motor, causing the vehicle to steer away.

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

In RL, what trade-off does an agent face when deciding between exploration and exploitation?

A

Whether to explore new actions to discover their rewards (exploration) or exploit known high-reward actions (exploitation) to maximize return.

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

Why is labelled data often expensive or time-consuming to obtain for supervised robot learning?

A

Because it requires human annotation or demonstration of correct input–output pairs (e.g., pairing sensor readings with desired motor commands).

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

What type of interaction does “RWI” describe?

A

Robot–World Interaction: how a robot physically or functionally interacts with its environment (e.g., object manipulation, soft robotics).

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

What characterizes a 1st-order unity in interactive systems?

A

An autonomous self-maintaining entity (organism or machine) whose internal and external processes are structurally coupled to an environment.

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

How do 2nd-order unities differ from 1st-order unities?

A

In 2nd-order unities, two (or more) 1st-order entities become co-dependent—each influences and maintains the other’s structure through reciprocal interactions.

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

What additional capability emerges in a 3rd-order unity?

A

Coupling between cognitive unities that enables coordination, communication, and ultimately language or social systems.

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

What is “structural coupling” in the context of interacting unities?

A

The continuous mutual influence and adaptation between two autonomous systems and their shared environment, leading to co-evolution of their structures.

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

What role do “skins” play in interactive robots?

A

Skins are the external embodiments or visual facades that mediate perception and social engagement.

15
Q

What distinguishes passive interaction from active interaction in a robotics context?

A

Passive interaction involves only sensing the environment(no energy emission), while active interaction involves emitting energy and sensing its response.

16
Q

How do “joint attention” and “joint action” relate in human–robot interaction?

A

Joint attention is two or more agents focusing on the same object or event; joint action is coordinating actions toward a shared goal. Both require coupling and communication.