From 3fa9f4e3beed0880a5a5aa7b98aa66870735acb5 Mon Sep 17 00:00:00 2001 From: Chengshu Li Date: Wed, 13 Mar 2024 17:36:09 -0700 Subject: [PATCH] change room for putting_up_shelves --- bddl/activity_definitions/putting_up_shelves/problem0.bddl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bddl/activity_definitions/putting_up_shelves/problem0.bddl b/bddl/activity_definitions/putting_up_shelves/problem0.bddl index d79dbedf..2232e386 100644 --- a/bddl/activity_definitions/putting_up_shelves/problem0.bddl +++ b/bddl/activity_definitions/putting_up_shelves/problem0.bddl @@ -12,7 +12,7 @@ ) (:init - (inroom floor.n.01_1 bathroom) + (inroom floor.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) (ontop shelf_back.n.01_1 floor.n.01_1) (ontop shelf_side.n.01_1 floor.n.01_1)