Creating a DirectMARLEnv from a single URDF #1498
Unanswered
jackzeng-robotics
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for posting this. The team is picking up on this example and we hope to have a posted answer soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have been developing some envs for a multi-agent setup, but with a single URDF. So essentially, is it treated as a single agent with higher observation and action spaces. I want to use the true multi-agent algorithms such as MAPPO, so I want to rewrite it as a DirectMARL environment. My problem is that the setup is constrained, because it looks like this:
It's 3 drones carrying an object together. The attachments for the ropes are modeled in the URDF so I would also have to remodel that, and I'm not sure how to do that with the InteractiveScene. Is there a way to either keep the model and treat each drone as a separate Articulation in some way? Or is there a good way to make 3 separate Articulations, a basket object and link them together using cables in the InteractiveScene?
Thanks in advance.
Kind regards,
Jack
Beta Was this translation helpful? Give feedback.
All reactions