[Question] Is there support for MARL? #51
Replies: 2 comments 2 replies
-
It is a work in progress for the next release... I programmed the environment wappers for PettingZoo and the DexterousHands (bi-dexhands: a multi-agent environment on top of Isaac Gym). Also, I have a first implementation of IPPO and MAPPO... If you are interested in collaboration, I can create a separate branch for this feature... and we can work on it. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking of using SKRL to implement MARL training in my custom Omni-Isaac environment. If I understand IPPO correctly it is quite straightforward to do MARL with the regular PPO if parameter sharing is utilized. Next, I want to do it without parameter sharing (separate models for each policy). I think it should be pretty easy to implement with the nice modularity of skrl. |
Beta Was this translation helpful? Give feedback.
-
As per title: is there support for multi-agent learning environments, such as PettingZoo for instance?
Beta Was this translation helpful? Give feedback.
All reactions