Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Reinforcement Learning-Unit-1

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Reinforcement learning is a ____

a)
  1. Prediction-based learning technique

b)
  1. Feedback-based learning technique

c)
  1. History results-based learning technique

d)

Clustering based learning technique

2.

Which kind of data does reinforcement learning use?

a)
  1. Labeled data

b)
  1. UnLabeled data

c)

None

d)

Both

3.

Reinforcement learning methods learned through ____?

a)
  1. Experience

b)
  1. Predictions

c)
  1. Analyzing the data

d)

Classifying the data

4.

Which of the following is the practical example of reinforcement learning?

a)
  1. House pricing prediction

b)
  1. Market basket analysis

c)
  1. Text classification

d)
  1. Driverless cars

5.

What is an agent in reinforcement learning?

a)
  1. Agent is the situation in which rewards are being exchanged

b)
  1. Agent is the simple value in reinforcement learning.

c)
  1. An agent is an entity that explores the environment.

d)

An agent is a model in reinforcement learning

6.

What is the environment in reinforcement learning?

a)
  1. Environment is a situation that is based on the current state

b)
  1. Environment is a situation in which an agent is present.

c)
  1. Environment is similar to feedback

d)
  1. Environment is a situation that the agent returns as a result.

7.

What is the state of reinforcement learning?

a)
  1. State is a situation in which an agent is present.

b)
  1. A state is the simple value of reinforcement learning.

c)
  1. A state is a result returned by the environment after an agent takes an action.

d)

A state is a value that represents the reward

8.

How many elements does reinforcement learning consist of?

a)

2

b)

3

c)

4

d)

5

9.

The agent's main objective is to ____the total number of rewards for good actions.?

a)
  1. Minimize

b)
  1. Maximize

c)
  1. Null

10.

Reinforcement learning is defined by the ____?

a)
  1. Policy

b)
  1. Reward Signal

c)
  1. Value Function

d)
  1. Model of the environment

11.

On which of the following elements of reinforcement learning, the reward that an agent can expect is dependent?

a)
  1. Policy

b)
  1. Reward Signal

c)
  1. Value Function

d)
  1. Model of the environment

12.

Which of the following elements of reinforcement learning imitates the behavior of the environment?

a)
  1. Policy

b)
  1. Reward Signal

c)
  1. Value Function

d)
  1. Model of the environment

13.

Consider the following statements for ϵ-greedy approach for a stationary environment:

i Always keeping ϵ as constant is a good approach

ii Large values of ϵ will lead to unnecessary exploration in the long run

iii Cooling down ϵ too fast is problematic as it cannot guarantee correctness in value estimates

Which of the above statements is/are correct?

a)

i, ii, iii

b)

only iii

c)

only ii

d)

ii, iii

14.

Which among the following are features of a reinforcement learning solution to a learning problem? (i) trial and error approach to learning

(ii) exploration versus exploitation dilemma

(iii) learning based on rewards

(iv) absence of any feedback or supervision

a)

(iv)

b)

 ii, iii

c)

i, ii, iii

d)

iii

15.

Consider the following statements

(i)             The rewards are obtained at a fixed time after taking an action.

(ii)            Reinforcement Learning is neither supervised nor unsupervised learning.

(iii)           Two reinforcement learning agents can learn by playing against each other.

(iv)           Always selecting the action with maximum reward will automatically maximize the winning probability in a game.

Which of the above statements is/are correct?

a)

i, ii, iii

b)

ii

c)

ii, iii

d)

iii, iv