Skip to content

Commit

Permalink
remove contains from initial conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengshuLi committed Mar 15, 2024
1 parent d8e2aec commit c900aff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(not
(cooked steak.n.01_1)
)
(contains bowl.n.01_2 diced__potato.n.01_1)
(filled bowl.n.01_2 diced__potato.n.01_1)
(inside bowl.n.01_2 electric_refrigerator.n.01_1)
(inside plate.n.04_1 cabinet.n.01_1)
(inside frying_pan.n.01_1 cabinet.n.01_1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
(ontop tablefork.n.01_1 plate.n.04_1)
(ontop teaspoon.n.02_1 plate.n.04_1)
(ontop plate.n.04_1 console_table.n.01_1)
(contains tray.n.01_2 diced__virginia_ham.n.01_1)
(contains tray.n.01_2 diced__cheddar.n.01_1)
(contains tray.n.01_2 diced__cucumber.n.01_1)
(filled tray.n.01_2 diced__virginia_ham.n.01_1)
(filled tray.n.01_2 diced__cheddar.n.01_1)
(filled tray.n.01_2 diced__cucumber.n.01_1)
(ontop tray.n.01_2 console_table.n.01_1)
(inroom breakfast_table.n.01_1 dining_room)
(inroom console_table.n.01_1 dining_room)
Expand Down

0 comments on commit c900aff

Please sign in to comment.