Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final release fixes #64

Merged
merged 3 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
)

(:init
(ontop cash_register.n.01_1 checkout.n.03_1)
(not
(open cash_register.n.01_1)
)
(ontop cash_register.n.01_1 checkout.n.03_1)
(ontop steak.n.01_1 shelf.n.01_1)
(ontop steak.n.01_2 shelf.n.01_1)
(ontop brisket.n.01_1 shelf.n.01_2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
)

(:init
(ontop cash_register.n.01_1 checkout.n.03_1)
(not
(open cash_register.n.01_1)
)
(ontop cash_register.n.01_1 checkout.n.03_1)
(ontop money.n.01_1 checkout.n.03_1)
(ontop money.n.01_2 checkout.n.03_1)
(ontop glove.n.02_1 shelf.n.01_1)
Expand Down
6 changes: 3 additions & 3 deletions bddl/activity_definitions/set_up_a_mouse_cage/problem0.bddl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
floor.n.01_1 - floor.n.01
petfood.n.01_1 - petfood.n.01
petfood__bag.n.01_1 - petfood__bag.n.01
tissue.n.02_1 - tissue.n.02
hand_towel.n.01_1 - hand_towel.n.01
hamster_wheel.n.01_1 - hamster_wheel.n.01
water_bottle.n.01_1 - water_bottle.n.01
hutch.n.01_1 - hutch.n.01
Expand All @@ -17,7 +17,7 @@
(:init
(filled petfood__bag.n.01_1 petfood.n.01_1)
(ontop petfood__bag.n.01_1 floor.n.01_1)
(ontop tissue.n.02_1 floor.n.01_1)
(ontop hand_towel.n.01_1 floor.n.01_1)
(ontop hamster_wheel.n.01_1 floor.n.01_1)
(ontop water_bottle.n.01_1 floor.n.01_1)
(ontop hutch.n.01_1 floor.n.01_1)
Expand All @@ -30,7 +30,7 @@
(:goal
(and
(filled ?bowl.n.01_1 ?petfood.n.01_1)
(overlaid ?tissue.n.02_1 ?hutch.n.01_1)
(overlaid ?hand_towel.n.01_1 ?hutch.n.01_1)
(inside ?hamster_wheel.n.01_1 ?hutch.n.01_1)
(inside ?water_bottle.n.01_1 ?hutch.n.01_1)
(ontop ?hutch.n.01_1 ?coffee_table.n.01_1)
Expand Down