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

No valid positions to place object found when placing slices on Bowl or Plate #32

Open
Gabesarch opened this issue Dec 25, 2023 · 0 comments

Comments

@Gabesarch
Copy link

Hello,

We have found a problem with interaction when attempting to place many objects on the same plate or bowl. We have found that when one or more object (e.g., slices) are already on a bowl or plate, attempting to place another slice on the plate often causes action failure with error message "No valid positions to place object found":

<ai2thor.server.Event at 0x7fd33070e4f0
    .metadata["lastAction"] = PutObject
    .metadata["lastActionSuccess"] = False
    .metadata["errorMessage"] = "No valid positions to place object found
    .metadata["actionReturn"] = None

test

We have also found this error persists when not only specifying an x,y position (see image) with the teach controller but also directly calling the simulator via:

self.controller.step(
                action="PutObject",
                objectId='Bowl|-01.86|+00.92|+01.80',
                forceAction=True,
            )

The above example is from TfD instance: 9f0fa54e2587998b_97c6

This error significantly limits success on many of the tasks, as they require multiple objects to be placed on same receptacle for task success. Any help with this would be greatly appreciated! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant