Computers and Technology

In this question, we will investigate shallow search also known as depth-limited search. depth-limited search is not guaranteed to find the optimal solution to the original problem. the point of this question is to explore some of the (potentially undesirable) behavior of depth-limited search, and to illustrate that the quality of the evaluation function can play a big role in how well depth-limited search performs. consider the following pacman configuration, in the board below. at each time step, pacman can move either west (left) or east (right) and is using limited-depth minimax search (where the minimizing agent does not really do anything) to choose his next move. pacman is 3 east moves away from the food, and chooses from the following state evaluation functions: f1 (state) = -number of food pellets left f2(state) = -number of food pellets left + 0.5(distance to closest food pellet + 1); distance to closest food pellet is taken as 0 when no food remains. the search depth referred to in this question corresponds to the depth in a search tree that only considers the maximizer's actions. for example, if the search considers sequences of up to 2 actions by the maximizer, it'd have a search depth of 2. in the questions below, optimality means that the action is an optimal first action according to the search tree with the specified depth and the specified evaluation function. in each of these questions, there are 5 different search trees under consideration: one of depth 1, one of depth 2, and one of depth 5. note that there can be more than one optimal action for a given search tree (this can happen whenever there are ties). also, note that a search does not finish when the dots are eaten. using f1 as the state evaluation function, for what search depths will east be an optimal action? 1 2 3 4 5

answer
Answers: 2

Similar questions

Предмет
Computers and Technology, 06.10.2019 02:30, Ezekielcassese
In this question, we will investigate shallow search, also known as depth-limited search. depth-limited search is not guaranteed to find the optimal solution to the original problem. the point of this question is to explore some of the (potentially undesirable) behavior of depth-limited search, and to illustrate that the quality of the evaluation function can play a big role in how well depth-limited search performs. consider the following pacman configuration, in the board below. at each time step. pacman can move either west (left) or east (right) and is using limited-depth minimax search (where the minimizing agent does not really do anything) to choose his next move. pacman is 3 east moves away from the food, and chooses from the following state evaluation functions: f1(state) = -number of food pellets left f2(state) = -number of food pellets left + 0.5/(distance to closest food pellet + 1); distance to closest food pellet is taken as 0 when no food remains. the search depth referred to in this question corresponds to the depth in a search tree that only considers the maximizer's actions. for example, if the search considers sequences of up to 2 actions by the maximizer, it'd have a search depth of 2. in the questions below, optimality means that the action is an optimal first action according to the search tree with the specified depth and the specified evaluation function. in each of these questions, there are 5 different search trees under consideration: one of depth 1. one of depth 2, and one of depth 5. note that there can be more than one optimal action for a given search tree (this can happen whenever there are ties). also, note that a search does not finish when the dots are eaten. using f2 as the state evaluation function, for what search depths will east be an optimal action? 1 2 3 4 5 using f2 as the state evaluation function, for what search depths will west be an optimal action? 1 2 3 4 5
Answers: 1
Do you know the correct answer?
In this question, we will investigate shallow search also known as depth-limited search. depth-limit...

Questions in other subjects:

Konu
Mathematics, 01.06.2021 21:30
Konu
Mathematics, 01.06.2021 21:30
Konu
Mathematics, 01.06.2021 21:30