blavad / marl

Multi-agent reinforcement learning framework
https://www.david-albert.fr/marl
26 stars 8 forks source link

from marl.marl import MARL #2

Open indhra opened 4 years ago

indhra commented 4 years ago

@blavad seems this should be added tow multi agent system

from marl.marl import MARL

blavad commented 4 years ago

@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
from marl.marl import MARL