ying-wen / malib_deprecated

A Multi-agent Learning Framework
MIT License
61 stars 16 forks source link

New project Support SMARTS? #29

Open Meta-YZ opened 3 years ago

Meta-YZ commented 3 years ago

Hi! If the new project support SMARTS in https://github.com/sjtu-marl/malib?

ying-wen commented 3 years ago

Hi Yuanzhuo,

Sure, the new MALib absolutely supports SMARTS. It needs a new environment adaptor to make the SMARTS can be compatible with MALis's env interface (default interface is PettingZoo multi-agent env, https://github.com/PettingZoo-Team/PettingZoo/blob/master/pettingzoo/utils/env.py ). Currently, we haven't included the SMARTS adaptor in MALib's public main branch, but will update it shortly soon.

Ref: https://github.com/sjtu-marl/malib/blob/main/malib/envs/star_craft2/start_craft_env.py

Best, Ying

On Sat, 29 May 2021 at 12:51, Yuanzhuo-Liu @.***> wrote:

Hi! If the new project support SMARTS in https://github.com/sjtu-marl/malib?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ying-wen/malib_deprecated/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4J4SONPRLZ6CE6UGQPHADTQBXGJANCNFSM45X4ZYXA .

Meta-YZ commented 3 years ago

Thanks! Looking forward it!