GCS_aamas337
GCS_aamas337 copied to clipboard
The code for AAMAS2022 《GCS: Graph-based Coordination Strategy for Multi-Agent Reinforcement Learning》
when I use the command:python train_guassian.py,the following error display,could you help me? TypeError: 'MultiDiscrete' object does not support indexing
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?
Hi, when I run python train_mpe.py, I get this error. Can you help me figure it out. Thx. AttributeError: 'Namespace' object has no attribute 'gat_nhead'