{"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/randomized-exploration-in-cooperative-multi","title":"Randomized Exploration in Cooperative Multi-Agent Reinforcement Learning","arxiv_id":"2404.10728","date":"2024-04-16","proceeding":null,"authors":["Hao-Lun Hsu","Weixin Wang","Miroslav Pajic","Pan Xu"],"abstract":"We present the first study on provably efficient randomized exploration in cooperative multi-agent reinforcement learning (MARL). We propose a unified algorithm framework for randomized exploration in parallel Markov Decision Processes (MDPs), and two Thompson Sampling (TS)-type algorithms, CoopTS-PHE and CoopTS-LMC, incorporating the perturbed-history exploration (PHE) strategy and the Langevin Monte Carlo exploration (LMC) strategy respectively, which are flexible in design and easy to implement in practice. For a special class of parallel MDPs where the transition is (approximately) linear, we theoretically prove that both CoopTS-PHE and CoopTS-LMC achieve a $\\widetilde{\\mathcal{O}}(d^{3/2}H^2\\sqrt{MK})$ regret bound with communication complexity $\\widetilde{\\mathcal{O}}(dHM^2)$, where $d$ is the feature dimension, $H$ is the horizon length, $M$ is the number of agents, and $K$ is the number of episodes. This is the first theoretical result for randomized exploration in cooperative MARL. We evaluate our proposed method on multiple parallel RL environments, including a deep exploration problem (\\textit{i.e.,} $N$-chain), a video game, and a real-world problem in energy systems. Our experimental results support that our framework can achieve better performance, even under conditions of misspecified transition models. Additionally, we establish a connection between our unified framework and the practical application of federated learning.","url_abs":"https://arxiv.org/abs/2404.10728v1","url_pdf":"https://arxiv.org/pdf/2404.10728v1.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":[],"tasks":[{"task_slug":"federated-learning","task_name":"Federated Learning"},{"task_slug":"multi-agent-reinforcement-learning","task_name":"Multi-agent Reinforcement Learning"},{"task_slug":"reinforcement-learning","task_name":"Reinforcement Learning"},{"task_slug":"thompson-sampling","task_name":"Thompson Sampling"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2404.10728","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2404.10728"}},"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":"deterministic:regex_extraction","url":"https://github.com/panxulab/MARL-CoopTS","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":11,"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":0,"samples":[{"code_sha256_prefix":"2f905812818cfe89","entry":"get_env_group_title","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Envs/env.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Envs/env.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2f905812818cfe89"}},{"code_sha256_prefix":"3a9ab37bf0498c42","entry":"layer_init","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"components/network.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/components/network.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3a9ab37bf0498c42"}},{"code_sha256_prefix":"97d520547d641ca3","entry":"make_atari","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Envs/wrapper.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Envs/wrapper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"97d520547d641ca3"}},{"code_sha256_prefix":"6e20067b946fd1a6","entry":"make_atari_ram","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Envs/wrapper.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Envs/wrapper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6e20067b946fd1a6"}},{"code_sha256_prefix":"e421ba90850058c8","entry":"make_minatar","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Envs/wrapper.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Envs/wrapper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e421ba90850058c8"}},{"code_sha256_prefix":"4b34dcb9354b0216","entry":"moving_average","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Utils/plotter.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Utils/plotter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4b34dcb9354b0216"}},{"code_sha256_prefix":"4c7f1bb29c0359ac","entry":"one_sided_ema","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Utils/plotter.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Utils/plotter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4c7f1bb29c0359ac"}},{"code_sha256_prefix":"a6a00df86213599f","entry":"str_to_class","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Utils/helper.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Utils/helper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a6a00df86213599f"}},{"code_sha256_prefix":"0c9382678ab52826","entry":"symmetric_ema","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Utils/plotter.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Utils/plotter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0c9382678ab52826"}},{"code_sha256_prefix":"2b4a57cd27204619","entry":"to_numpy","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Utils/helper.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Utils/helper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2b4a57cd27204619"}},{"code_sha256_prefix":"4639c5105d18bded","entry":"to_tensor","repo":"panxulab/MARL-CoopTS","repo_kind":"found_in_text","path":"Utils/helper.py","file_url":"https://github.com/panxulab/MARL-CoopTS/blob/HEAD/Utils/helper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4639c5105d18bded"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}