wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

xxyz

Total questions: 8

Worksheet time: 6mins

Name
Class
Date
1.

Which of the following statement is/are True?

a)

In stochastic games, values should reflect minimax outcomes

b)

Expectimax search computes the (weighted) average score under optimal play

c)

A rational agent can either average, minimax or maximize utilities.

d)

None of the above

2.

Which of the following statements is/are True?

a)

Utilities are functions from outcomes (states of the world) to real numbers that describe an agent's preferences

b)

Utilities can not summarize the agent's goals

c)

Any "rational" preferences can be summarized as a utility function

d)

In a game, utilities may be as simple as (+1/−1)

3.

The initial state and the legal moves for each side define the _____ for the game.

a)

Search tree

b)

Game tree

c)

State space search

d)

Forest

4.

What is the complexity of minimax algorithm?

a)

Space – bm and time – bm

b)

Time – bm and space – bm

c)

Same as of DFS

d)

Same as BFS

5.

Which of the following statements is/are True?

a)

In realistic games, search only to a limited depth in the tree

b)

Depth-limited search replaces terminal utilities with an evaluation function for non- terminal positions

c)

Evaluation functions typically calculate weighted linear sum of features

d)

Ideal function: returns the estimated minimax value of the position

6.

What is the Blue Max Value if each child node is equiprobable?

(a)  

7.

Which of the following statements is/are True regarding multi-agent game?

a)

Multi-agent game can give rise to cooperation and competition dynamically

b)

Each player maximizes its own component

c)

Terminals are single utility values

d)

Node values are utility tuples

8.

What is the value of the max node?

(a)