Pick&Place Environment #43
Replies: 1 comment 2 replies
-
I did not completely understand what you're trying to do here. Is the goal to use these primitives as abstracted action space for your environments? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm building an Isaac gym environment for pick and place of deformable objects, I was wondering how you are thinking to implement it in orbit for your Cloth folding/Spreading environment.
My problem is that pre_physics_step correspond to a single simulation step, while in my case it should be the entire pick and place trajectory execution.
Am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions