Bruce-Lan-ZY
Bruce-Lan-ZY
Run time
How much time is usually needed when running on mpe by Qmix?
(MARL) root@5e4fd369caa6:~/code/MARL-code-pytorch/4.MADDPG_MATD3_MPE# python3 MADDPG_MATD3_main.py --algorithm MADDPG Traceback (most recent call last): File "MADDPG_MATD3_main.py", line 142, in runner = Runner(args, env_name=env_names[env_index], number=1, seed=0) File "MADDPG_MATD3_main.py", line 19, in __init__ self.env =...
File "/home/zhangxi/code/GCS/onpolicy/algorithms/r_mappo/algorithm/graph_net_trans.py", line 22, in __init__ self.GAT1 = GATConv(n_xdims, 8, heads=gat_nhead, concat=True, dropout=0.3) NameError: name 'GATConv' is not defined Could you help me?