mlii / mfrl

Mean Field Multi-Agent Reinforcement Learning
MIT License
369 stars 101 forks source link

How you define observation of agents? #3

Closed woaipichuli closed 6 years ago

woaipichuli commented 6 years ago

I have read the paper: Mean Field Multi-Agent Reinforcement Learning. However, I wonder how you define the observation of agents, since I did find corresponding description in the paper. Do the agents are able to get a full observation or local observation, especially in the battle game?

KornbergFresnel commented 6 years ago

@woaipichuli Hi, the agents get local observation of an area with size of 13*13, and the observation of an agent includes some attributions (like HP, friend or enemy) of other agents which occur in the local view. You can get more information about battle game from MAgent