Communication Between Agents #512
|
Hello, does the environment support explicit communication between agents, for example to use algorithms like CommNet or IC3Net, or do I need to find a workaround to add communication? Thanks! |
Answered by
pengzhenghao
Oct 17, 2023
Replies: 2 comments 1 reply
|
The environment does not support cross agent communication. But it's easy to wrap the environment with:
|
1 reply
Answer selected by
taskon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The environment does not support cross agent communication. But it's easy to wrap the environment with: