shariqiqbal2810 / MAAC

Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019
MIT License
645 stars 169 forks source link

issue thanks! #38

Open djm0539 opened 2 years ago

djm0539 commented 2 years ago

Ask for advice inps (list of PyTorch Matrices): Inputs to each agents' encoder (batch of obs + ac) How is this parameter set . A=np.mat(obs1) B=np.mat(action) ---- --> states = [s for s, a in inps] ValueError: too many values to unpack (expected 2) inps=list((A,B))

Looking forward to your reply ! o_dim = 12 a_dim = 6