Quizlet aa— is of No Use in Robotics Because Percepts States and Actions Are Continuous

Quiz: Classical search¶

True or False: A* is of no use in robotics because percepts, states, and actions are continuous.

The sheep and wolves problem is usually stated as follows. Three sheep and three wolves are on one side of a river, along with a boat that can hold one or two creatures. Find a way to get everyone to the other side without ever leaving a group of sheep in one place outnumbered by the wolves in that place. Any animal can steer the boat, and the boat cannot move on its own.

(This problem is famous in AI because it was the subject of the first paper that approached problem formulation from an analytical viewpoint (Amarel, 1968).)

Suppose we formulate the state as a six-tuple, where the first 3 indices hold the number of sheep, wolves, and boats on the first side of the river, and the other 3 hold the numbers on the second side. If the start state is (3,3,1,0,0,0), which of the following are valid goal states

The sheep and wolves problem is usually stated as follows. Three sheep and three wolves are on one side of a river, along with a boat that can hold one or two creatures. Find a way to get everyone to the other side without ever leaving a group of sheep in one place outnumbered by the wolves in that place. Any animal can steer the boat, and the boat cannot move on its own.

(This problem is famous in AI because it was the subject of the first paper that approached problem formulation from an analytical viewpoint (Amarel, 1968).)

In formulating search problems, the first step involves determining what the state is. Which of the following constitute as valid state representations for this problem? Select all that apply.

Which of the following elements is not a part of the problem formulation for a search problem

Consider BFS and DFS in a maze. Assuming the distance between two nodes is proportional to the cost, which of the following best represents the paths

Which of the following search algorithms is not matched with its appropriate search strategy (order of node expansion)

The sheep and wolves problem is usually stated as follows. Three sheep and three wolves are on one side of a river, along with a boat that can hold one or two creatures. Find a way to get everyone to the other side without ever leaving a group of sheep in one place outnumbered by the wolves in that place. Any animal can steer the boat, and the boat cannot move on its own.

(This problem is famous in AI because it was the subject of the first paper that approached problem formulation from an analytical viewpoint (Amarel, 1968).)

For each of the following search algorithms, can the algorithm be used to solve this problem? Select it if it can.

Suppose h1 and h2 are admissible heuristics. For each of the following heuristics, select answer if it is guaranteed to be admissible, and otherwise do not select it.

Is the following statement True or False?

Breadth-first search is complete even if zero step costs are allowed.

Is the following statement True or False?

Greedy best first search guarantees both completeness and optimality.

../_images/a_star_graph.png

Consider A* graph search on the graph above. Arcs are labeled with action costs and states are labeled with heuristic values. Assume that ties are broken alphabetically.

What path does A* graph search return?

../_images/a_star_graph.png

Consider A* graph search on the graph above. Arcs are labeled with action costs and states are labeled with heuristic values. Assume that ties are broken alphabetically.

In what order are states expanded by A* graph search? You may find it helpful to execute the search on paper.

For each of the following search strategies, does the strategy use domain knowledge? Select answer if it use.

../_images/binary_tree.png

Consider the state space shown above. If nodes are expanded ascending order, what is the order in which nodes will be visited for BFS with goal state 11.

../_images/binary_tree.png

Consider the state space shown above. If nodes are expanded ascending order, what is the order in which nodes will be visited for depth-limited search with limit 2 and goal state 6.

../_images/insect_maze.png

You control one insect in a rectangular maze-like environment with dimensions MxN, as shown in the figure above. The insect must reach a designated target location X, also known as the hive. There are no other insects moving around.

At each time step, the insect can move into an adjacent square if that square is currently free, or the insect may stay in its current location. Squares may be blocked by walls, but the map is known. Optimality is measured in terms of time steps; all actions have a cost of 1 regardless of whether the insect moves or stays put.

Note: your answer should reflect a general instance of the problem, not necessarily the example map shown.

Which of the following is a minimal correct state space representation?

../_images/insect_maze.png

You control one insect in a rectangular maze-like environment with dimensions MxN, as shown in the figure above. The insect must reach a designated target location X, also known as the hive. There are no other insects moving around.

At each time step, the insect can move into an adjacent square if that square is currently free, or the insect may stay in its current location. Squares may be blocked by walls, but the map is known. Optimality is measured in terms of time steps; all actions have a cost of 1 regardless of whether the insect moves or stays put.

Note: your answer should reflect a general instance of the problem, not necessarily the example map shown.

What is the size of the state space in this problem?

../_images/insect_maze.png

You control one insect in a rectangular maze-like environment with dimensions MxN, as shown in the figure above. The insect must reach a designated target location X, also known as the hive. There are no other insects moving around.

At each time step, the insect can move into an adjacent square if that square is currently free, or the insect may stay in its current location. Squares may be blocked by walls, but the map is known. Optimality is measured in terms of time steps; all actions have a cost of 1 regardless of whether the insect moves or stays put.

Note: your answer should reflect a general instance of the problem, not necessarily the example map shown.

Which of the following heuristics (if any) are admissible? Select all that apply.

parkerpectiong.blogspot.com

Source: https://plus.tuni.fi/data.ml.310/summer-2022/m02/classicalsearchquiz/

0 Response to "Quizlet aa— is of No Use in Robotics Because Percepts States and Actions Are Continuous"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel