Skip to content

Communication Between Agents #512

Answered by pengzhenghao
taskon asked this question in Q&A
Discussion options

You must be logged in to vote

The environment does not support cross agent communication. But it's easy to wrap the environment with:

  1. extra action space for each agent rather than the 2D steering-acceleration action.
  2. a dispatching mechanism send the message from each agent to the correct target agents.
  3. add the communication to the observation space so the return from env.step() will include the communication from other agents.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@taskon
Comment options

Answer selected by taskon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants