-
Hi, I am wondering if recently or lately, will the developers include multi-agent reinforcement learning (MARL) model? If yes, will they be adapted to robotics platforms such as Omniverse Isaac Gym and Issac Sim Orbit? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @berttggg I just published a release ( By default, Omniverse Isaac Gym and Issac Orbit don't include multi-agent examples. However, it is possible, with some changes to the environment API, to implement multi-agent tasks. |
Beta Was this translation helpful? Give feedback.
Hi @berttggg
I just published a release (
skrl-v1.0.0-rc.1
) that among its features includes support for multi-agent, both in PyTorch and JAX.You can find multi-agent examples for Bi-DexHands (a multi-agent benchmark on top of Isaac Gym preview 4).
By default, Omniverse Isaac Gym and Issac Orbit don't include multi-agent examples. However, it is possible, with some changes to the environment API, to implement multi-agent tasks.