Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction to Artifical Intelligance (Planning) A robot ROBOT operates in an environment made of two rooms R1 and R2 connected by a door D. A

Introduction to Artifical Intelligance (Planning)

image text in transcribed

A robot ROBOT operates in an environment made of two rooms R1 and R2 connected by a door D. A box B is located in R2 and the door's key is initially in R2. The door can be open or closed (and locked). The figure illustrates the initial state described by: IN(ROBOT,R2) IN(K,R2) OPEN(D) ROBOT R2 The actions are Grasp-Key-In-R2 Lock-Door Go-From-R2-To-R1-With-Key Put-Key-In-Box defined as follows: Grasp-Key-In-R2 P: IN(ROBOT,R2), IN(K,R2) E: HOLDING(ROBOT,K) Lock-Door P: HOLDING(ROBOT,K), OPEN(D) E-?0PEN(D), LOCKED(D) Go-From-R2-To-R1-With-Key P: IN(ROBOT,R2), HOLDING(ROBOT,K), OPEN(D) E: -IN(ROBOT,R2), -IN(K,R2), IN(ROBOT,R1), IN(K,R1) Put-Key-In-Box P: IN(ROBOT,R1), HOLDING(ROBOT,K) E:-HOLDING(ROBOT,K), -IN(K,R1), IN(K,B) The goal is IN(K,BOX), LOCKED(D) Construct a partial order plan to solve this problem. Clearly indicate at each step the modifications made to the plan: the action added, the causal links added and/or the ordering constraints added. Indicate any threats at each step A robot ROBOT operates in an environment made of two rooms R1 and R2 connected by a door D. A box B is located in R2 and the door's key is initially in R2. The door can be open or closed (and locked). The figure illustrates the initial state described by: IN(ROBOT,R2) IN(K,R2) OPEN(D) ROBOT R2 The actions are Grasp-Key-In-R2 Lock-Door Go-From-R2-To-R1-With-Key Put-Key-In-Box defined as follows: Grasp-Key-In-R2 P: IN(ROBOT,R2), IN(K,R2) E: HOLDING(ROBOT,K) Lock-Door P: HOLDING(ROBOT,K), OPEN(D) E-?0PEN(D), LOCKED(D) Go-From-R2-To-R1-With-Key P: IN(ROBOT,R2), HOLDING(ROBOT,K), OPEN(D) E: -IN(ROBOT,R2), -IN(K,R2), IN(ROBOT,R1), IN(K,R1) Put-Key-In-Box P: IN(ROBOT,R1), HOLDING(ROBOT,K) E:-HOLDING(ROBOT,K), -IN(K,R1), IN(K,B) The goal is IN(K,BOX), LOCKED(D) Construct a partial order plan to solve this problem. Clearly indicate at each step the modifications made to the plan: the action added, the causal links added and/or the ordering constraints added. Indicate any threats at each step

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 Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

=+a) Explain what the P-value means in this context.

Answered: 1 week ago

Question

Have roles been defined and assigned?

Answered: 1 week ago

Question

Are these written ground rules?

Answered: 1 week ago