Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NO implementation needed, just pseudocode theory Goal: develop representations for games and formulate and categorize heuristics. This is a theoretical assignment and does not require

image text in transcribed

NO implementation needed, just pseudocode theory

Goal: develop representations for games and formulate and categorize heuristics. This is a theoretical assignment and does not require implementation. 18 Puzzle Consider the 8 Puzzle and as heuristic h1 the Manhattan Distance as described in the lecture slides. h1 is admissible, because its estimated distance to the goal state falls short when it isn't exact. You are to augment the Manhattan distance to create a heuristic h2 that is more informed. You may consult https://medium.com/ swlh/looking-into-k-puzzle-heuristics-6189318eaca2 for inspiration. Task 1 1. (.2pts, Attrib 1,4) Devise a representation scheme for 8 Puzzles using only parentheses, alphanumeric characters, punctuation and (possibly nested) list structures. 2. (.5pts, Attrib 1,4) Describe your representation scheme abstractly. 3. (.2pts, Attrib 1,4) Illustrate your representation scheme by giving the input representation for 8 Puzzle Problem 1. 4. (.2pts, Attrib 1,4) Illustrate your representation scheme by giving the output representation for 8 Puzzle Problem 1. 5. (.5pts, Attrib 1,4) List the operators that generate possible successor states for each of the 9 possible positions of the blank space for any 8 Puzzle Problem. Bragging points for elegant answers. 6. (.2pts, Attrib 1,4) List the three possible successor states for the initial state of 8 Puzzle Problem 1 using your representation scheme. Task 2 1. (.5pts, Attrib 1,4) Algorithmically describe the Manhattan Distance heuristic for the 8 Puzzle using your representation scheme. 2. (.5pts, Attrib 1,4) Describe your heuristic h2, which is admissible and more informative than h1. 3. (.5pts, Attrib 1,4) Show that h2 is admissible. 4. (.5pts, Attrib 1,4) Show that h2 is more informative than h1. Figure 1: 8 Puzzle Problem 1 initial and goal state

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

Database Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

More Books

Students also viewed these Databases questions