Isaac Lab Multi-Agent skrl documentation not working #238
-
I tried running MAPPO to train the multi-agent environment I am getting the following error:
Please explain how to resolve. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is because I am going to update next skrl release to take it into account. |
Beta Was this translation helpful? Give feedback.
-
I encountered a similar issue using --algorithm=IPPO. I plan to create several custom MARL environments with Isaac Lab this new year (Happy New Years!) so looking forward to an official fix. 🙏 PS: Thanks for writing this codebase in the first place! 🙂 |
Beta Was this translation helpful? Give feedback.
Hi @Saumya-Karan
This is because
gymnasium-v1.0.0
deprecated direct access to theDirectMARLEnv.state
method.I am going to update next skrl release to take it into account.
Meanwhile, please use gymnasium-v0.29.1:
isaaclab.bat -p -m pip install "gymnasium==0.29.1"