Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the below initial and goal states (three equally acceptable goals are given) of a planning problem and answer the following questions. In this problem

image text in transcribedimage text in transcribedimage text in transcribed

Consider the below initial and goal states (three equally acceptable goals are given) of a planning problem and answer the following questions. In this problem the agent can move any labelled tile on top of other labelled tiles or on top of the empty tile (colored gray) and no tiles are allowed to be placed above Height 2 of any column. a. Depict the search tree up to exactly two levels (level-2) and find the heuristic values of all the generated nodes. (Given initial state can be assumed to be on level-0.). Where, H(n)=h1(n)+h2(n) h1(n)= Goal Orientation w.r.t to positioning of tiles labelled " C " & " A " + Goal Orientation w.r.t to positioning of tiles labelled " B " \& " D " h2(n)= No.of.legal moves possible w.r.t to tiles labelled " A " \& " D " Note for Calculation: For Goal orientation, if tiles labelled " C"& " "A" are placed in same column matching any of the goal states, add a cost of +2, else add a cost of +5. Similarly, if tiles labelled " B " \& " D " are placed in same column matching any of the goal states, add a cost of +2, else add a cost of +5. Here h1(initialstate) =5+5=10 In initial state, the no.of. legal moves for " A " is 0 and that of " D " is 1 (only one allowed move on top of " C" "). Here the h2(initialstate) =0+1=1. b. Using the results of sub part a., apply Greedy Best First Search algorithm till first 5 closed list updates. Show the status of OPEN and CLOSE list at each level and find the approximation toward the space complexity of the algorithm

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

MFDBS 89 2nd Symposium On Mathematical Fundamentals Of Database Systems Visegrad Hungary June 26 30 1989 Proceedings

Authors: Janos Demetrovics ,Bernhard Thalheim

1989th Edition

3540512519, 978-3540512516

More Books

Students also viewed these Databases questions

Question

Illustrate the operation of INSERTION-SORT on the array A = .

Answered: 1 week ago