Open indhra opened 4 years ago
@blavad seems this should be added tow multi agent system
from marl.marl import MARL
@indhra007 If no errors occurred when installing the package, you have three ways to import the class MARL:
from marl import MARL
from marl.agent import MARL
@blavad seems this should be added tow multi agent system
from marl.marl import MARL