Question
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 ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Automation Production Systems and Computer Integrated Manufacturing
Authors: Mikell P.Groover
3rd edition
132393212, 978-0132393218
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App