Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Figure 2 Question 2 [ 6 pts ] Figure 2 shows a robot navigation field, where the green square ( b 7 ) is the

Figure 2
Question 2[6 pts] Figure 2 shows a robot navigation field, where the green square (b7) is the
robot, and red square (d2) is the goal. The shad squares (such as c2,d3 etc.) are obstacles. The
robot is not allowed to move in diagonal line. Nodes are coded using an alphabet letter followed
by a digit (such as b1, b2 etc.). When two sibling nodes are inserted into fringe (queue), use
deque order to favor node with a lower alphabet and a lower digit. For example, if d1 and e2 are
sibling nodes, d1 will be dequeued first (because "d" has a lower alphabetic order than "e"). If e1
and e2 are sibling nodes, e1 will be dequeued first (because "1" has a lower digit than "2"). Node
expanded/visited does not need to be revisited.
Use Best First Search to find path from b7 to d2.(Using Manhattan distance
as the heuristic function)
Report nodes in the fringe (including their f(N) values) in the orders they
are included in the fringe. 0.5pt
Report the order of the nodes being expanded. 0.5pt
Report the final path from b7 to d2.0.5pt
Best First Search
please give me the answer in the table and give me the final path separate.
these are obstacles: b5,b6,b8,d8,d6,d5,d4,d3,c3,c2, so do not use them
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions

Question

5-8. How does careful revision reflect the you attitude? [LO-1]

Answered: 1 week ago