Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. (5 points) Below is the set basic robot actions: pickup(x):- P&D:ontable(x),clear(x), handempty A: holding(x) putdown(x):- P&D: holding(x) A: ontable(x), clear(x), handempty stack(x, y):-

 

1. (5 points) Below is the set basic robot actions: pickup(x):- P&D:ontable(x),clear(x), handempty A: holding(x) putdown(x):- P&D: holding(x) A: ontable(x), clear(x), handempty stack(x, y):- P&D: holding(x), clear(y) A: handempty, on(x,y), clear(x) unstack(x, y):- P&D: handempty, clear(x), on(x,y) A: holding(x), clear (y) a) Define how the two STRIPS rules, pickup(x) and stack(x,y) could be combined into a macro-rule 'put(x,y)'. b) What are the preconditions, delete list, and add list of the new rule?

Step by Step Solution

3.42 Rating (161 Votes )

There are 3 Steps involved in it

Step: 1

a To combine the two STRIPS rules pickupx and stackxy ... 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

Automation Production Systems and Computer Integrated Manufacturing

Authors: Mikell P.Groover

3rd edition

132393212, 978-0132393218

More Books

Students also viewed these Programming questions

Question

What is a just-in-time production system?

Answered: 1 week ago

Question

What is a reorder point system in inventory control?

Answered: 1 week ago