-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to use scene_lib for interaction tasks training? #49
Comments
Running the Basically, a scene file is a list of scenes with unique ids.
|
Hi @tesslerc , I tried to run the
It works like this: I want to implement this: have actors interact with objects in specific scenes. For example, actor1 interacts with a sofa in scene1, actor2 interacts with a chair in scene2(may not need specific motion-scene pairs using amp). Is there a good way to do this? I checked the code but found the |
Hey, sorry for the late response. We will try and make this easier to work with in the future version such that you can define the expected behavior through code. I agree that SceneLib is a bit complex at the moment, and we're actively trying to figure out what would be the best way to handle it. |
Hi! I'd like to use the scene lib to train some interaction tasks, but I couldn't find any example scripts for using scene lib in the readme. I tried using:
but encountered a list overflow error.
![image](https://private-user-images.githubusercontent.com/113297398/403263124-638b3755-0c82-4db7-8926-7dc3104f6863.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTgyODcsIm5iZiI6MTczOTQ1Nzk4NywicGF0aCI6Ii8xMTMyOTczOTgvNDAzMjYzMTI0LTYzOGIzNzU1LTBjODItNGRiNy04OTI2LTdkYzMxMDRmNjg2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNDQ2MjdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jNjA1ZmQyMmJkMjU3MjhkZmZhOGQ0ZWM4YzA3ZGMyODFkMDA4MWIxN2U2NTliZDIxYzJmNzc1NTU4MDhmYTQ3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.LX37ZxoBjJvzP7x9dR-lpjHahlnsxxcZBKeXsLVLKhE)
I'm not sure if there's an issue with this script. Could you provide an example script for proper usage? Thanks very much! (Since the scene/object/robot spawn logic and offsets need to be consistent, I find it hard to add some objects without going through scene_lib)
The text was updated successfully, but these errors were encountered: