Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:StanfordVL/bddl into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule committed Mar 16, 2024
2 parents a2bc198 + 8e3bcac commit a299076
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bddl/activity_definitions/setup_a_baby_crib/problem0.bddl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(:objects
teddy.n.01_1 - teddy.n.01
shelf.n.01_1 - shelf.n.01
cabinet.n.01_1 - cabinet.n.01
doll.n.01_1 - doll.n.01
blanket.n.01_1 - blanket.n.01
floor.n.01_1 - floor.n.01
Expand All @@ -12,11 +12,11 @@
)

(:init
(inside teddy.n.01_1 shelf.n.01_1)
(inside doll.n.01_1 shelf.n.01_1)
(inside blanket.n.01_1 shelf.n.01_1)
(inside teddy.n.01_1 cabinet.n.01_1)
(ontop doll.n.01_1 cabinet.n.01_1)
(inside blanket.n.01_1 cabinet.n.01_1)
(inroom floor.n.01_1 childs_room)
(inroom shelf.n.01_1 childs_room)
(inroom cabinet.n.01_1 childs_room)
(ontop crib.n.01_1 floor.n.01_1)
(ontop agent.n.01_1 floor.n.01_1)
)
Expand Down

0 comments on commit a299076

Please sign in to comment.