{"id":{"repo_id":"uiuc","oai_identifier":"oai:www.ideals.illinois.edu:2142/116168"},"canonical_url":"https://search.dev.ndltd.org/etd/uiuc/oai:www.ideals.illinois.edu:2142/116168","repository":{"repo_id":"uiuc","name":"University of Illinois - Urbana-Champaign","base_url":"https://www.ideals.illinois.edu/oai-pmh"},"display":{"title":"Toward efficient multi-agent deep reinforcement learning","abstract":"Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2022-11-15 without embargo terms","abstract_html":"Submission original under an indefinite embargo labeled &#x27;Open Access&#x27;. The submission was exported from vireo on 2022-11-15 without embargo terms","abstract_has_math":false,"creators":["Liu, Iou-Jen"],"institution":"University of Illinois at Urbana-Champaign","degree_name":"Ph.D.","degree_level":"Dissertation","degree_discipline":"Electrical & Computer Engr","degree_department":null,"school":null,"contributors":["Schwing, Alexander G.","Chen, Deming","Jiang, Nan","Srikant, Rayadurgam"],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2022,"date_issued":"2022-08","date_published":"2022-08","updated_at":"2026-07-22T22:24:55Z","subjects":["Machine Learning","Deep Reinforcement Learning","Multi-Agent Learning","Embodied AI"],"languages":["en","eng"],"rights":["Copyright 2022 Iou-Jen Liu"],"rights_urls":[],"identifier_entries":[]},"links":{"outbound_url":"https://hdl.handle.net/2142/116168","outbound_label":"Handle","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor","label":"Contributor","values":["Schwing, Alexander G.","Chen, Deming","Jiang, Nan","Srikant, Rayadurgam"]},{"key":"dc:creator","label":"Author","values":["Liu, Iou-Jen"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date","label":"Dc Date","values":["2022-08","2022-06-29"]},{"key":"dc:type","label":"Dc Type","values":["text","Thesis"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Electrical & Computer Engr"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Dissertation"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Ph.D."]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["University of Illinois at Urbana-Champaign"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Machine Learning","Deep Reinforcement Learning","Multi-Agent Learning","Embodied AI"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language","label":"Dc Language","values":["en","eng"]},{"key":"dc:rights","label":"Dc Rights","values":["Copyright 2022 Iou-Jen Liu"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["https://hdl.handle.net/2142/116168"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2022-11-15 without embargo terms","The student, Iou-Jen Liu, accepted the attached license on 2022-06-25 at 16:49.","The student, Iou-Jen Liu, submitted this Dissertation for approval on 2022-06-25 at 17:05.","This Dissertation was approved for publication on 2022-06-29 at 16:15.","DSpace SAF Submission Ingestion Package generated from Vireo submission #18105 on 2022-11-15 at 17:37:47","Deep reinforcement learning (RL) has achieved remarkable success in various domains, including its use for games like GO and chess. Recently, deep multi-agent RL (MARL) has drawn much attention, because a plethora of real world problems can naturally be formulated in a MARL setting. For instance, coordination of autonomous vehicles and unmanned aerial vehicles or robot fleet control requires multiple agents to take actions based on local observations and coordinate their behaviors. However, both single-agent deep RL and multi-agent deep RL face a common challenge: low data efficiency and long training times. In this thesis, we take a step forward to address the problem: How to make (multi-agent) deep reinforcement learning more efficient, i.e., how to use less data and how to reduce training time? We address the long training time and low data efficiency of deep RL in five thrusts: (1) Parallel high-throughput training; (2) Better representation learning; (3) Transfer learning; (4) Efficient exploration; and (5) Training agents to leverage external knowledge. For 1), to achieve higher throughput for RL training, we proposed a fast RL training framework which collects data in parallel without sacrificing data efficiency of RL algorithms. For 2), we investigate the use of graph convolution networks to capture the permutation-invariant nature of a centralized critic commonly used in MARL. We find this to lead to more efficient learning. In addition, we study an object-centric representation that scales a multi-agent RL algorithm to complex visual environments. For 3), to allow RL agents to leverage ‘knowledge’ from trained agents, we propose a transfer learning framework which permits a student model to leverage ‘knowledge’ of multiple teacher models. We find this transfer to result in faster learning. For 4), we study coordinated multi-agent exploration, which permits agents to coordinate their exploration efforts and learn faster. Lastly, for 5), we propose ‘Asking for Knowledge’ (AFK), an agent which learns to generate language commands to query for meaningful knowledge that helps solve given tasks more efficiently. In summary, in this dissertation, we study approaches that improve the data efficiency and training time of deep reinforcement learning. We believe, with shorter training time and better data efficiency, (multi-agent) deep reinforcement learning could be applied to a wide variety of real-world problems and the approaches presented in this dissertation brought us closer to this goal."]},{"key":"dc:format","label":"Dc Format","values":["application/pdf"]},{"key":"dc:title","label":"Title","values":["Toward efficient multi-agent deep reinforcement learning"]}]}],"canonical_facts":{"dc:contributor":["Schwing, Alexander G.","Chen, Deming","Jiang, Nan","Srikant, Rayadurgam"],"dc:creator":["Liu, Iou-Jen"],"dc:date":["2022-08","2022-06-29"],"dc:description":["Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2022-11-15 without embargo terms","The student, Iou-Jen Liu, accepted the attached license on 2022-06-25 at 16:49.","The student, Iou-Jen Liu, submitted this Dissertation for approval on 2022-06-25 at 17:05.","This Dissertation was approved for publication on 2022-06-29 at 16:15.","DSpace SAF Submission Ingestion Package generated from Vireo submission #18105 on 2022-11-15 at 17:37:47","Deep reinforcement learning (RL) has achieved remarkable success in various domains, including its use for games like GO and chess. Recently, deep multi-agent RL (MARL) has drawn much attention, because a plethora of real world problems can naturally be formulated in a MARL setting. For instance, coordination of autonomous vehicles and unmanned aerial vehicles or robot fleet control requires multiple agents to take actions based on local observations and coordinate their behaviors. However, both single-agent deep RL and multi-agent deep RL face a common challenge: low data efficiency and long training times. In this thesis, we take a step forward to address the problem: How to make (multi-agent) deep reinforcement learning more efficient, i.e., how to use less data and how to reduce training time? We address the long training time and low data efficiency of deep RL in five thrusts: (1) Parallel high-throughput training; (2) Better representation learning; (3) Transfer learning; (4) Efficient exploration; and (5) Training agents to leverage external knowledge. For 1), to achieve higher throughput for RL training, we proposed a fast RL training framework which collects data in parallel without sacrificing data efficiency of RL algorithms. For 2), we investigate the use of graph convolution networks to capture the permutation-invariant nature of a centralized critic commonly used in MARL. We find this to lead to more efficient learning. In addition, we study an object-centric representation that scales a multi-agent RL algorithm to complex visual environments. For 3), to allow RL agents to leverage ‘knowledge’ from trained agents, we propose a transfer learning framework which permits a student model to leverage ‘knowledge’ of multiple teacher models. We find this transfer to result in faster learning. For 4), we study coordinated multi-agent exploration, which permits agents to coordinate their exploration efforts and learn faster. Lastly, for 5), we propose ‘Asking for Knowledge’ (AFK), an agent which learns to generate language commands to query for meaningful knowledge that helps solve given tasks more efficiently. In summary, in this dissertation, we study approaches that improve the data efficiency and training time of deep reinforcement learning. We believe, with shorter training time and better data efficiency, (multi-agent) deep reinforcement learning could be applied to a wide variety of real-world problems and the approaches presented in this dissertation brought us closer to this goal."],"dc:format":["application/pdf"],"dc:identifier":["https://hdl.handle.net/2142/116168"],"dc:language":["en","eng"],"dc:rights":["Copyright 2022 Iou-Jen Liu"],"dc:subject":["Machine Learning","Deep Reinforcement Learning","Multi-Agent Learning","Embodied AI"],"dc:title":["Toward efficient multi-agent deep reinforcement learning"],"dc:type":["text","Thesis"],"thesis:degree_discipline":["Electrical & Computer Engr"],"thesis:degree_level":["Dissertation"],"thesis:degree_name":["Ph.D."],"thesis:institution_name":["University of Illinois at Urbana-Champaign"]},"updated_at":"2026-07-22T22:24:55Z"}