AIOct 10, 2018

Learning to Communicate Implicitly By Actions

arXiv:1810.04444v435 citations
AI Analysis

This addresses a gap in multi-agent systems for implicit communication, which is crucial for collaboration in scenarios with limited explicit communication, though it appears incremental as it builds on existing inference methods.

The paper tackled the problem of enabling agents to communicate implicitly through actions in collaborative games where explicit communication is limited, by introducing Policy Belief Learning (PBL) with an auxiliary reward, and demonstrated its effectiveness in environments like a matrix game and contract bridge.

In situations where explicit communication is limited, human collaborators act by learning to: (i) infer meaning behind their partner's actions, and (ii) convey private information about the state to their partner implicitly through actions. The first component of this learning process has been well-studied in multi-agent systems, whereas the second --- which is equally crucial for successful collaboration --- has not. To mimic both components mentioned above, thereby completing the learning process, we introduce a novel algorithm: Policy Belief Learning (PBL). PBL uses a belief module to model the other agent's private information and a policy module to form a distribution over actions informed by the belief module. Furthermore, to encourage communication by actions, we propose a novel auxiliary reward which incentivizes one agent to help its partner to make correct inferences about its private information. The auxiliary reward for communication is integrated into the learning of the policy module. We evaluate our approach on a set of environments including a matrix game, particle environment and the non-competitive bidding problem from contract bridge. We show empirically that this auxiliary reward is effective and easy to generalize. These results demonstrate that our PBL algorithm can produce strong pairs of agents in collaborative games where explicit communication is disabled.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes