Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the problem of finding the shortest path between two points on a plane that has convex polygonal obstacles as shown in any Figure of

  • Consider the problem of finding the shortest path between two points on a plane that has convex polygonal obstacles as shown in any Figure of your choice (?)). This is an idealization of the problem that a robot has to solve to navigate in a crowded environment. (points 10) Suppose the state space consists of all positions (x, y) in the plane. How many states are there? How many paths are there to the goal? (points 10) Explain briefly why the shortest path from one polygon vertex to any other in the scene must consist of straight-line segments joining some of the vertices of the polygons. Define a good state space now. How large is this state space? (points 10) Define the necessary functions to implement the search problem, including an ACTIONS function that takes a vertex as input and returns a set of vectors, each of which maps the current vertex to one of the vertices that can be reached in a straight line. (Do not forget the neighbors on the same polygon.) Use the straight-line distance for the heuristic function.?

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

Principles of Information Security

Authors: Michael E. Whitman, Herbert J. Mattord

4th Edition

978-1111138219, 1111138214, 978-1285448367

More Books

Students also viewed these Operating System questions

Question

2. In what way can we say that method affects the result we get?

Answered: 1 week ago