Chapter 6 Flashcards

Adaptation

1
Q

Evolutionary robotics

A

Generating adaptive robots that evolve through a process analogous to natural evolution

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

Genotypes

A

The encoding of the characteristics of the robots

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

Phenotypes

A

The characteristics of the robots

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

Fitness

A

The evaluation of the performance of the robots with a scalar value

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

Offspring

A

Robotic copies of the best parent genotypes

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

Variations

A

Differences of genotypes introduced through mutation or other genetic operators

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

Fitness Function

A

The function that rates the ability of a robot

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

Developmental process

A

The rules that determine the relationship between the genotype and phenotype

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

Genetic algorithm

A

Operates on genotypes constituted by vectors of binary values , selects the reproducing genotypes stochastically with a probability proportional to their relative fitness, and generates variations through recombination and mutations.

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

Recombination

A

Divides the genotype of two reproducing individuals in two or three parts and by pasting some of the parts copied from the first genotype with complimentary parts copied from the second genotype

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

Evolutionary Strategies

A

Operates on genotypes formed by vectors of real numbers and generates variations by perturbing all real numbers with small randomly generated values

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

Modern evolutionary strategies

A

An extended version of evolutionary strategies that combine the matrix of random variations and the fitness received by offspring to estimate either the correlation among variations leading to high fitness or the gradient of the expected fitness.

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

OpenAI-ES algorithm

A

A natural evolutionary strategy that estimates the flgradient of the expected fitness by using uniform distribited variations and updates the centroid of the population through the Adam stochastic gradient optimizer

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

Categorical policies

A

Common stochastic policies used in the case of discrete action spaces, i.e. in problems where the agent can perform an action within a finite set of possible alternative actions.

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

Diagonal Gaussian Policies

A

Common stochastic policies used for problems involving a continuous action space.

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