G 0 We consider the maze under windy situation as shown in the above. We assume that the wind comes from the north. The

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

G 0 We consider the maze under windy situation as shown in the above. We assume that the wind comes from the north. The

Post by answerhappygod »

G 0 We Consider The Maze Under Windy Situation As Shown In The Above We Assume That The Wind Comes From The North The 1
G 0 We Consider The Maze Under Windy Situation As Shown In The Above We Assume That The Wind Comes From The North The 1 (48.28 KiB) Viewed 36 times
G 0 We consider the maze under windy situation as shown in the above. We assume that the wind comes from the north. The cost of one step for the agent is defined as follows: 1 for moving along the wind direction; 3 for moving against the wind direction; 2 for moving with the side wind cases. We assume that the square labeled with O is the starting square and G is the goal square and all shaded squares are obstacles. We use a label we did in class to indicates the order of choosing the corresponding unlabeled square and adding it to the frontier. To break tier for unlabeled squares (expanding children nodes), use this order: first westward; then northward; then eastward; then southward. To break tier for labeled squares (picking one child node to expand), the smallest label is picked first. Follow the same way as done in the class to show the search steps with labels (plus subscript numbers if needed) for the following search algorithms: 1. Uniform-Cost-Search (UCS) 2. Greedy Best-First Search (GBFS): We use a modified Manhattan distance used in class as the heuristic function h(n) by considering the windy situation. Copy the above maze and paste it for each algorithm in the following form. If you can't copy the black square, you can put "#" inside instead. Fill the correct labels for each algorithm.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply