Hi, recently I am trying to reproduce your work and feel a little confused about following question:
How to get average action during test? During training, we can obtain average action. However, during test, such action cannot be observed. I have carefully read your code, and found that you have adopted the average action in last step?
How you calculate the average action among neighbors? In your implementation, it seems that each node can observe all other players, thus the average is taken over all players?
It's really strange.
Hi, recently I am trying to reproduce your work and feel a little confused about following question: