{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/tom2c-target-oriented-multi-agent-1","title":"ToM2C: Target-oriented Multi-agent Communication and Cooperation with Theory of Mind","arxiv_id":"2111.09189","date":"2021-10-15","proceeding":"NeurIPS 2021 12","authors":["Yuanfei Wang","Fangwei Zhong","Jing Xu","Yizhou Wang"],"abstract":"Being able to predict the mental states of others is a key factor to effective social interaction. It is also crucial for distributed multi-agent systems, where agents are required to communicate and cooperate. In this paper, we introduce such an important social-cognitive skill, i.e. Theory of Mind (ToM), to build socially intelligent agents who are able to communicate and cooperate effectively to accomplish challenging tasks. With ToM, each agent is capable of inferring the mental states and intentions of others according to its (local) observation. Based on the inferred states, the agents decide \"when\" and with \"whom\" to share their intentions. With the information observed, inferred, and received, the agents decide their sub-goals and reach a consensus among the team. In the end, the low-level executors independently take primitive actions to accomplish the sub-goals. We demonstrate the idea in two typical target-oriented multi-agent tasks: cooperative navigation and multi-sensor target coverage. The experiments show that the proposed model not only outperforms the state-of-the-art methods on reward and communication efficiency, but also shows good generalization across different scales of the environment.","url_abs":"https://arxiv.org/abs/2111.09189v2","url_pdf":"https://arxiv.org/pdf/2111.09189v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"tom2c-target-oriented-multi-agent-1","repo_url":"https://github.com/unrealtracking/tom2c","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2111.09189","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2111.09189"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/unrealtracking/tom2c","reach":null}],"summary":{"ran":9,"ran_honours":1,"ran_draft_wrong":3,"unverified":1},"by_repo_kind":{"official":{"samples":14,"ran":13,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":14,"samples":[{"code_sha256_prefix":"d8b62aa6d70f99c7","entry":"AttentionLayer","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d8b62aa6d70f99c7"}},{"code_sha256_prefix":"becc53ca61cdc147","entry":"EncodeLinear","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"becc53ca61cdc147"}},{"code_sha256_prefix":"7c44bd096d49bee5","entry":"GoalLayer","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7c44bd096d49bee5"}},{"code_sha256_prefix":"97ffe71c130c1839","entry":"Graph_Infer","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"97ffe71c130c1839"}},{"code_sha256_prefix":"70caf124d2abab91","entry":"NoisyLinear","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"70caf124d2abab91"}},{"code_sha256_prefix":"19d9c2989f973f48","entry":"PolicyNet","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19d9c2989f973f48"}},{"code_sha256_prefix":"469244dcfb58195c","entry":"PropNet","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"469244dcfb58195c"}},{"code_sha256_prefix":"219b0a6e447da592","entry":"RNN","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"219b0a6e447da592"}},{"code_sha256_prefix":"7cd96a8fe978f102","entry":"ValueNet","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7cd96a8fe978f102"}},{"code_sha256_prefix":"21a7f97ee3e0b7cc","entry":"norm_col_init","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"21a7f97ee3e0b7cc"}},{"code_sha256_prefix":"e570e3b66d9419c5","entry":"sample_action","repo":"UnrealTracking/ToM2C","repo_kind":"official","path":"model.py","file_url":"https://github.com/UnrealTracking/ToM2C/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e570e3b66d9419c5"}},{"code_sha256_prefix":"84738671bb96d891","entry":"wrap_action","repo":"UnrealTracking/ToM2C","repo_kind":"official","path":"model.py","file_url":"https://github.com/UnrealTracking/ToM2C/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"84738671bb96d891"}},{"code_sha256_prefix":"849ee9d273c72d55","entry":"xavier_init","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"849ee9d273c72d55"}},{"code_sha256_prefix":"d3ad676d3903a129","entry":"ToM2C_multi","repo":"unrealtracking/tom2c","repo_kind":"official","path":"model.py","file_url":"https://github.com/unrealtracking/tom2c/blob/HEAD/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d3ad676d3903a129"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}