Closed josyulakrishna closed 2 years ago
adding the line
from typing import List
resolves this issues
@josyulakrishna MAPPO is still in debugging, you can follow the changes in branch test-cases
.
Thank you for the response @KornbergFresnel is there any example of MADDPG or QMIX on a custom gym-based environment, which I can readily use and understand the library?
I have checked the test-cases branch, and none of the examples really worked for me, I'm not sure what I'm doing wrong. It looks like the project is having several branches and its varied across branches, which is very confusing to me.
Any help is appreciated. Thank you.
@josyulakrishna I've just run the cases under examples
, there are no errors raised. Do not use any learner other than "Independent Learner," as the lib is still in reconstruction. Both MADDPG and QMIX have also been removed temporarily from our lib. I think the standard version will be ready this month.
I see thank you for the reply @KornbergFresnel
Hi I am trying to run a basic MARL setup using MAPPO.
Here's my yaml config file
I tried to see if malib.utils.typing had the List, Dict types, but it looks like they're non existent there, how do I fix this?