Multi-Agent-Transformer icon indicating copy to clipboard operation
Multi-Agent-Transformer copied to clipboard

A simple question about MAT

Open KID0031 opened this issue 1 year ago • 1 comments

Hello, I'm a beginner with MAT. In the paper, it is mentioned that the order of agents can be permuted during the training process. Additionally, the observations are concatenated with agents' IDs to preserve 'positional' information. However, the action embedding of different agents utilizes the same action encoder without incorporating positional information. How does the model handle heterogeneity in actions without distinguishing between them? Thanks :)

KID0031 avatar Feb 05 '24 12:02 KID0031

hiya, thx for your attention~ the permutation mainly happens for the position of the input sequence, but for each obs, the agent id would not be changed, thus the policy could also distinguish the heterogeneity between agents~~

morning9393 avatar Aug 26 '24 04:08 morning9393