REVIEW 3 major objections 6 minor 1 cited by
R2BC: Multi-Agent Imitation Learning from Single-Agent Demonstrations
T0 review · 3 major / 6 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read Round-Robin Behavior Cloning (R2BC) lets one human teach a robot team by teleoperating one agent at a time, matching or beating behavior cloning from privileged synchronized demonstrations.
desk verdict R2BC is a genuinely new problem setup with solid empirical support, but the paper overstates one real-world result and needs a softer conclusion. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Round-Robin Behavior Cloning (R2BC), a training loop that cycles which single agent the demonstrator controls while the rest of the team executes its current policies, then clones each agent's demonstrations into a separate policy trained only on that agent's buffer. The load-bearing mechanism is teammate-induced state perturbation: because the non-demonstrated agents act suboptimally and are themselves being updated, the demonstrated agent sees a diverse stream of teammate behavior, which teaches corrective actions and reduces covariate shift the way explicit noise injection does in single-agent online imitation learning.
What would settle it
Track the per-agent train-test loss gap and the change in teammate policies across successive rounds on a fixed task. If the loss gap grows or oscillates without bound as demonstrations accumulate—or if the gap does not shrink relative to an offline variant—the online co-adaptation loop is not converging and R2BC's advantage over joint behavior cloning would not be explained by covariate-shift reduction.
Extended reading notes
Core claim
R2BC's central claim is that a single human can train a coherent multi-agent policy through sequential single-agent demonstrations, provided the demonstrations are collected online in a round-robin loop: agent i is teleoperated while the other agents run their current cloned policies; the resulting observation-action pairs go into agent i's own buffer; and all policies are re-trained at regular intervals. Because the demonstrating agent is repeatedly exposed to states created by imperfect teammates, it collects corrective examples from a distribution close to what the team will actually experience at execution time. The paper argues this online co-adaptation, together with full decentralizat
Load-bearing premise
The round-robin online loop is assumed to converge: as each agent's policy is updated, the non-demonstrated agents become a moving target, and demonstrations collected against them still support a coherent team policy—but the paper provides no convergence or stability guarantee.
Editorial extensions
If this is right
- A single human operator can train a multi-robot team with ordinary single-agent teleoperation; synchronized joint-action demonstrations are no longer a prerequisite for multi-agent imitation learning.
- R2BC matches or surpasses behavior cloning from privileged joint demonstrations on four simulated cooperative tasks, so realistic demo collection does not have to cost task performance.
- Policies trained from real human demonstrations and deployed on physical robots outperform centralized behavior cloning by 3.25x on navigation and 5.9x on block pushing, and short human interventions amplify the gap.
- Ablations show that both decentralization and the online update loop are necessary—centralizing the policy or freezing teammate policies during collection degrades results—so the claimed mechanism is the online co-adaptation, not simply round-robin data collection.
Reading between the lines
- The mechanism suggests a broader principle: a learning team can serve as its own data generator, with teammates' imperfections providing the corrective signal a teacher needs—so the teacher's update rate only needs to outpace teammate deterioration, a rate condition the paper does not analyze.
- A testable extension would sweep the update frequency and round-robin order; if teammate-induced state diversity is the source of the benefit, the method should be robust to both, and the optimal schedule could guide deployment on larger teams.
- The physical-robot demonstrations were collected by the paper's authors; an independent user study with non-expert teachers would test whether the 3.25x and 5.9x margins persist—a step the paper lists as future work.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Round-Robin Behavior Cloning (R2BC), a multi-agent imitation learning method that trains a team of agents from single-agent demonstrations provided sequentially by one human. While one agent is teleoperated, the other agents act according to their current learned policies; demonstrations are stored in per-agent buffers and policies are updated periodically in a round-robin fashion. The method is evaluated on four VMAS simulated tasks (Navigation, Balance, Buzz Wire, Transport) against three oracle baselines: Joint Behavior Cloning (JBC), DAgger, and DART, all of which use privileged centralized demonstrations from a MAPPO expert. R2BC matches or exceeds these baselines. Ablations show that both decentralization and online learning are essential. The method is also deployed on physical HeRo+ robots in navigation and block-pushing tasks with real human demonstrations, where R2BC is reported to outperform centralized JBC by factors of 3.25x and 5.9x, respectively. The central claim is that R2BC provides a practical alternative to coordinated joint-action demonstrations for multi-agent IL.
Significance. The problem setting—multi-agent IL from single-agent demonstrations—is novel, well-motivated, and practically relevant. The paper provides a simple, effective algorithm and backs it with a solid empirical methodology: 10 seeds with 99% confidence intervals in simulation, multiple ablations, physical robot experiments with human demonstrations, and a public supplement with code and videos. The result that a single human can train a cooperative team without synchronous joint-action demonstrations is an important step toward real-world multi-robot teaching. The main weakness is the absence of a convergence or stability analysis for the online co-adaptation loop, which is explicitly acknowledged in the conclusion. The empirical evidence is strong within the tested finite demonstration budgets, but the generality of the method beyond these budgets remains unexamined. Overall, the paper is a meaningful contribution to multi-agent IL and human-robot interaction, provided the authors address the concerns below.
major comments (3)
- [Algorithm 1, Section IV, and Section VIII] The core mechanism is an online alternating-update process: each agent's demonstrations are collected while teammates execute their current policies, and policies are updated after every k rounds. This is a moving-target problem, and the paper provides no analysis of whether the process converges, cycles, or diverges if run beyond the fixed demonstration budgets. The conclusion explicitly concedes the lack of theoretical guarantees. For the central claim that R2BC 'enables a single human operator to effectively train multi-robot systems,' this is a load-bearing gap: the reported success could, in principle, be an artifact of early stopping before the co-adaptation destabilizes, especially in coupled-dynamics tasks like Buzz Wire. I recommend either (a) adding experiments that run substantially longer than the current budgets (e.g., 2–4x more demonstrations) and report whether performance
- [Section V-C, Figure 2] The comparison to DAgger and DART, which the text uses to support the claim that R2BC achieves 'a similar reduction in compounding errors,' is not precisely specified. It is stated that these baselines use 'oracle centralized corrections generated from the same multi-agent RL policy,' but it is unclear whether (i) the policies are decentralized or centralized, (ii) the expert provides joint-action labels at every timestep for all agents, and (iii) the same demonstration budget and round-robin schedule are used. If the baselines receive privileged joint-action corrections at every step, they are strong oracles, but this should be stated explicitly. If they instead use single-agent corrections, the setup should be described. Without this detail, the reader cannot assess whether the parity result is due to R2BC's specific mechanism or to the online correction paradigm generally. Please prov
- [Abstract and Section VII-B, Figure 6] The abstract states that R2BC outperforms centralized BC by 3.25x (navigation) and 5.9x (block pushing). In the navigation task, the zero-intervention difference is reported as not statistically significant (p = 0.0773, Section VII-B), with significance only emerging after allowing 1–2 interventions. The 3.25x figure is therefore an overstatement when presented without qualification in the abstract. The authors do acknowledge the lack of significance in the body, which is good, but the abstract should either include the caveat, report the p-value, or drop the navigation multiplier and present the significant intervention results instead. This matters because the abstract is the primary summary of the paper's contributions.
minor comments (6)
- [Figure 3] The y-axis is labeled 'Loss Gap (Log)'—please specify the base of the log and define whether the gap is absolute or relative. Also clarify the training set used for computing training loss in the online methods (e.g., which demonstration buffer).
- [Algorithm 1, line 15] The update condition 'if c mod k = 0' means that when k=1, updates occur after every round, but when k>1, the first update occurs after the first round because c=0. This is fine, but it would be clearer to state that c counts full round-robin passes, and that updates occur at the end of every k-th pass. Also clarify whether all agents are updated simultaneously using all data collected so far or only the latest k episodes.
- [Section VII-A] The sentence 'the authors provided two sets of 240 demonstrations for each task' is ambiguous. Does this mean 240 demonstrations per method per task (480 total per task), or 240 total split between methods? Please clarify. Also note that the human demonstrators are authors; this is acceptable for a proof of concept, but a brief discussion of potential bias and a plan for a user study with naive subjects would strengthen the paper.
- [Section VI, Figure 4] The 'Offline R2BC (No-Op Agents)' variant assumes that non-demonstrating agents execute no action. In many multi-agent environments, a 'no-op' may not be a valid action or may have a different effect than standing still. Please specify how no-op actions were implemented and whether the environment supports them.
- [Abstract and Introduction] The claim 'we are the first to propose and deploy a behavior cloning method for multi-agent systems that learns solely from online single-agent demonstrations' is strong. While the related work appears thorough, consider softening to 'to the best of our knowledge' in the abstract as well, and ensure that the related work section explicitly contrasts R2BC with Fleet-DAgger and other interactive IL methods, which the paper already does but could be expanded.
- [General] There are minor formatting issues, such as 'Round-RobinBehaviorCloning' in the introduction and inconsistent spacing in the figure captions. A careful proofread is recommended.
Circularity Check
No circularity: R2BC's performance is evaluated against external oracle baselines and held-out environment reward, not against its own fitted quantities.
full rationale
I examined the paper's derivation chain: the problem formulation defines single-agent demonstrations (Eq. 2), Algorithm 1 constructs R2BC using a standard behavior-cloning loss, and the experiments compare R2BC to JBC, DART, and DAgger using labels from a shared MAPPO oracle. No step defines a predicted quantity in terms of a fitted parameter, and no claimed result reduces by construction to the method's inputs. The oracle MAPPO policy is an external label source used by all baselines, so R2BC's success is not the same quantity it was trained on. The real-robot comparison uses human-provided JBC demonstrations that are difficult to produce, but that is an experimental limitation or confound, not a definitional identity. Self-citations in the paper ([12], [23]) appear only as background for single-agent IL methods and robot hardware; they are not load-bearing for the R2BC claim. The conclusion's admission that convergence and covariate-shift guarantees are absent ('developing theoretical guarantees for convergence and covariate shift reduction would further reinforce the intuition provided in this work') is an acknowledged limitation, not evidence of circularity. No circular step meeting the required quote-and-reduction standard was found.
Assumptions & free parameters
free parameters (3)
- Update frequency k
- Per-task demonstration budget
- BC hyperparameters (learning rate, minibatch) =
lr=1e-3, batch=256
assumptions (4)
- domain assumption A single human cannot provide synchronized near-optimal joint demonstrations for N>=2 robots.
- domain assumption The MAPPO policy trained on ground-truth reward is a valid oracle demonstrator for both joint and single-agent action labels.
- domain assumption MSE behavior cloning on per-agent buffers is a sufficient learning rule; compounding error is handled by the online round-robin data distribution.
- ad hoc to paper The co-adaptation of teammate policies during round-robin training converges to a stable and useful team policy.
Cite this review
Pith. "Pith review of R2BC: Multi-Agent Imitation Learning from Single-Agent Demonstrations." pith.science (2026). https://pith.science/paper/6SNHEQ6Z
@misc{pith2026251018085,
author = {Pith},
title = {Pith review of: R2BC: Multi-Agent Imitation Learning from Single-Agent Demonstrations},
year = {2026},
howpublished = {\url{https://pith.science/paper/6SNHEQ6Z}},
note = {Machine review of arXiv:2510.18085}
}
read the original abstract
Imitation Learning (IL) is a natural way for humans to teach robots, particularly when high-quality demonstrations are easy to obtain. While IL has been widely applied to single-robot settings, relatively few studies have addressed the extension of these methods to multi-agent systems, especially in settings where a single human must provide demonstrations to a team of collaborating robots. In this paper, we introduce and study Round-Robin Behavior Cloning (R2BC), a method that enables a single human operator to effectively train multi-robot systems through sequential, single-agent demonstrations. Our approach allows the human to teleoperate one agent at a time and incrementally teach multi-agent behavior to the entire system, without requiring demonstrations in the joint multi-agent action space. We show that R2BC methods match, and in some cases surpass, the performance of an oracle behavior cloning approach trained on privileged synchronized demonstrations across four multi-agent simulated tasks. Finally, we deploy R2BC on two physical robot tasks trained using real human demonstrations.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 1 Pith paper
-
Duet: Dual-Robot Understanding via Efficient Teaching
DUET pretrains collaborative policies on human-human VR demonstrations then fine-tunes on minimal robot teleoperation data, achieving equal or better performance than robot-only baselines with 5.4x faster collection a...
Reference graph
Works this paper leans on
-
[1]
Decentralized control of a heterogeneous human–robot team for exploration and patrolling.IEEE Transactions on Automation Science and Engineering, 2021
Marco Aggravi, Giuseppe Sirignano, Paolo Robuffo Giordano, and Claudio Pacchierotti. Decentralized control of a heterogeneous human–robot team for exploration and patrolling.IEEE Transactions on Automation Science and Engineering, 2021
2021
-
[2]
Mapf-gpt: Imitation learning for multi-agent pathfinding at scale
Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov, and Alexey Skrynnik. Mapf-gpt: Imitation learning for multi-agent pathfinding at scale. InProceedings of the AAAI Conference on Artificial Intelligence, 2025
2025
-
[3]
Vmas: A vectorized multi-agent simulator for collective robot learning
Matteo Bettini, Ryan Kortvelesy, Jan Blumenkamp, and Amanda Prorok. Vmas: A vectorized multi-agent simulator for collective robot learning. InInternational Symposium on Distributed Autonomous Robotic Systems. Springer, 2022
2022
-
[4]
Multi-agent imitation learning for driving simulation
Raunak P Bhattacharyya, Derek J Phillips, Blake Wulfe, Jeremy Mor- ton, Alex Kuefler, and Mykel J Kochenderfer. Multi-agent imitation learning for driving simulation. In2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2018
2018
-
[5]
Adaptive task planning for multi-robot smart warehouse.Ieee Access, 2021
Ali Bolu and ¨Omer Korc ¸ak. Adaptive task planning for multi-robot smart warehouse.Ieee Access, 2021
2021
-
[6]
Transformer-based imitative rein- forcement learning for multirobot path planning.IEEE Transactions on Industrial Informatics, 2023
Lin Chen, Yaonan Wang, Zhiqiang Miao, Yang Mo, Mingtao Feng, Zhen Zhou, and Hesheng Wang. Transformer-based imitative rein- forcement learning for multirobot path planning.IEEE Transactions on Industrial Informatics, 2023
2023
-
[7]
Survey of imitation learning for robotic manipulation
Bin Fang, Shidong Jia, Di Guo, Muhua Xu, Shuhuan Wen, and Fuchun Sun. Survey of imitation learning for robotic manipulation. International Journal of Intelligent Robotics and Applications, 2019
2019
-
[8]
Multi-agent generative adversarial interactive self- imitation learning for auv formation control and obstacle avoidance
Zheng Fang, Tianhao Chen, Tian Shen, Dong Jiang, Zheng Zhang, and Guangliang Li. Multi-agent generative adversarial interactive self- imitation learning for auv formation control and obstacle avoidance. IEEE Robotics and Automation Letters, 2025
2025
Show all 38 references
-
[9]
Teleoperation of multi- robot and multi-property systems
Ildar Farkhatdinov and Jee-Hwan Ryu. Teleoperation of multi- robot and multi-property systems. In2008 6th IEEE International Conference on Industrial Informatics. IEEE, 2008
2008
-
[10]
Multi-agent imitation learning based energy management of a microgrid with hybrid energy storage and real-time pricing.IEEE Internet of Things Journal, 2025
Shuhua Gao, Yizhuo Xu, Zhaoqian Zhang, Zhengfang Wang, Xiaoyu Zhou, and Jing Wang. Multi-agent imitation learning based energy management of a microgrid with hybrid energy storage and real-time pricing.IEEE Internet of Things Journal, 2025
2025
-
[11]
Applica- tion of multi-robot systems to disaster-relief scenarios with limited communication
Jason Gregory, Jonathan Fink, Ethan Stump, Jeffrey Twigg, John Rogers, David Baran, Nicholas Fung, and Stuart Young. Applica- tion of multi-robot systems to disaster-relief scenarios with limited communication. InField and service robotics: results of the 10th international co...
2016
-
[12]
Thriftydagger: Budget-aware novelty and risk gating for interactive imitation learning
Ryan Hoque, Ashwin Balakrishna, Ellen Novoseller, Albert Wilcox, Daniel S Brown, and Ken Goldberg. Thriftydagger: Budget-aware novelty and risk gating for interactive imitation learning. InConference on Robot Learning, 2021
2021
-
[13]
Fleet-dagger: Interactive robot fleet learning with scalable human supervision
Ryan Hoque, Lawrence Yunliang Chen, Satvik Sharma, Karthik Dharmarajan, Brijen Thananjeyan, Pieter Abbeel, and Ken Goldberg. Fleet-dagger: Interactive robot fleet learning with scalable human supervision. InConference on Robot Learning, pages 368–380. PMLR, 2023
2023
-
[14]
Multi-agent decision-making at unsignalized inter- sections with reinforcement learning from demonstrations
Chang Huang, Junqiao Zhao, Hongtu Zhou, Hai Zhang, Xiao Zhang, and Chen Ye. Multi-agent decision-making at unsignalized inter- sections with reinforcement learning from demonstrations. InIEEE Intelligent Vehicles Symposium (IV), 2023
2023
-
[15]
From one to many: How active robot swarm sizes influence human cognitive processes
Julian Kaduk, M ¨uge Cavdan, Knut Drewing, and Heiko Hamann. From one to many: How active robot swarm sizes influence human cognitive processes. In2024 33rd IEEE International Conference on Robot and Human Interactive Communication (ROMAN). IEEE, 2024
2024
-
[16]
Dart: Noise injection for robust imitation learning
Michael Laskey, Jonathan Lee, Roy Fox, Anca Dragan, and Ken Goldberg. Dart: Noise injection for robust imitation learning. In Conference on robot learning. PMLR, 2017
2017
-
[17]
Coordi- nated multi-agent imitation learning
Hoang M Le, Yisong Yue, Peter Carr, and Patrick Lucey. Coordi- nated multi-agent imitation learning. InInternational Conference on Machine Learning. PMLR, 2017
2017
-
[18]
A two-stage imitation learning framework for the multi-target search problem in swarm robotics.Neurocomputing, 2019
Jie Li and Ying Tan. A two-stage imitation learning framework for the multi-target search problem in swarm robotics.Neurocomputing, 2019
2019
-
[19]
Collective behavior clone with visual attention via neural interaction graph prediction.arXiv preprint arXiv:2503.06869, 2025
Kai Li, Zhao Ma, Liang Li, and Shiyu Zhao. Collective behavior clone with visual attention via neural interaction graph prediction.arXiv preprint arXiv:2503.06869, 2025
2025 arXiv
-
[20]
Controlling assistive robots with learned latent actions
Dylan P Losey, Krishnan Srinivasan, Ajay Mandlekar, Animesh Garg, and Dorsa Sadigh. Controlling assistive robots with learned latent actions. In2020 IEEE International Conference on Robotics and Automation (ICRA), 2020
2020
-
[21]
Learn to behave! rapid training of behavior automata
Sean Luke and Vittorio Amos Ziparo. Learn to behave! rapid training of behavior automata. InProceedings of adaptive and learning agents workshop at aamas. Citeseer, 2010
2010
-
[22]
Inverse factorized soft q-learning for cooperative multi-agent imitation learning.Advances in Neural Information Processing Systems, 2024
Tien Mai, Thanh Nguyen, et al. Inverse factorized soft q-learning for cooperative multi-agent imitation learning.Advances in Neural Information Processing Systems, 2024
2024
-
[23]
Discovery and deployment of emergent robot swarm behaviors via representation learning and real2sim2real transfer
Connor Mattson, Varun Raveendra, Ricardo Vega, Cameron Nowzari, Daniel S Drew, and Daniel S Brown. Discovery and deployment of emergent robot swarm behaviors via representation learning and real2sim2real transfer. InProceedings of the 24th International Conference on Autonomou...
2025
-
[24]
Transparency in multi-human multi-robot interaction.arXiv preprint arXiv:2101.10495, 2021
Jayam Patel, Tyagaraja Ramaswamy, Zhi Li, and Carlo Pinciroli. Transparency in multi-human multi-robot interaction.arXiv preprint arXiv:2101.10495, 2021
2021 arXiv
-
[25]
Diffusion- based multi-agent reinforcement learning with communication
Xinyue Qi, Jianhang Tang, Jiangming Jin, and Yang Zhang. Diffusion- based multi-agent reinforcement learning with communication. InAsia Pacific Wireless Communications Symposium, 2024
2024
-
[26]
Collaborative multi- robot search and rescue: Planning, coordination, perception, and active vision.Ieee Access, 2020
Jorge Pena Queralta, Jussi Taipalmaa, Bilge Can Pullinen, Vic- tor Kathan Sarker, Tuan Nguyen Gia, Hannu Tenhunen, Moncef Gabbouj, Jenni Raitoharju, and Tomi Westerlund. Collaborative multi- robot search and rescue: Planning, coordination, perception, and active vision.Ieee Ac...
2020
-
[27]
Hero 2.0: A low-cost robot for swarm robotics research
Paulo Rezeck, H ´ector Azp ´urua, Mauricio FS Correa, and Luiz Chaimowicz. Hero 2.0: A low-cost robot for swarm robotics research. Autonomous Robots, 2023
2023
-
[28]
Efficient reductions for imitation learning
St ´ephane Ross and Drew Bagnell. Efficient reductions for imitation learning. InInternational conference on artificial intelligence and statistics, 2010
2010
-
[29]
A reduction of imitation learning and structured prediction to no-regret online learning
St ´ephane Ross, Geoffrey Gordon, and Drew Bagnell. A reduction of imitation learning and structured prediction to no-regret online learning. InInternational Conference on Artificial Intelligence and Statistics, 2011
2011
-
[30]
Multi-robot persistent surveil- lance with connectivity constraints.IEEE Access, 2020
J ¨urgen Scherer and Bernhard Rinner. Multi-robot persistent surveil- lance with connectivity constraints.IEEE Access, 2020
2020
-
[31]
Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
2017 arXiv
-
[32]
Multi- agent generative adversarial imitation learning.Advances in neural information processing systems, 2018
Jiaming Song, Hongyu Ren, Dorsa Sadigh, and Stefano Ermon. Multi- agent generative adversarial imitation learning.Advances in neural information processing systems, 2018
2018
-
[33]
Lfd training of heterogeneous formation behaviors
William G Squires and Sean Luke. Lfd training of heterogeneous formation behaviors. InAAAI Spring Symposia, 2018
2018
-
[34]
Fast multi-robot motion planning via imitation learning of mixed-integer programs.IFAC-PapersOnLine, 2021
Mohit Srinivasan, Ankush Chakrabarty, Rien Quirynen, Nobuyuki Yoshikawa, Toshisada Mariyama, and Stefano Di Cairano. Fast multi-robot motion planning via imitation learning of mixed-integer programs.IFAC-PapersOnLine, 2021
2021
-
[35]
Multi-agent imitation learning: Value is easy, regret is hard.Advances in Neural Information Processing Systems, 2024
Jingwu Tang, Gokul Swamy, Fei Fang, and Steven Z Wu. Multi-agent imitation learning: Value is easy, regret is hard.Advances in Neural Information Processing Systems, 2024
2024
-
[36]
Reducing cog- nitive load in teleoperating swarms of robots through a data-driven shared control approach
Enrico Turco, Chiara Castellani, Valerio Bo, Claudio Pacchierotti, Domenico Prattichizzo, and Tommaso Lisini Baldi. Reducing cog- nitive load in teleoperating swarms of robots through a data-driven shared control approach. In2024 IEEE/RSJ International Conference on Intelligen...
2024
-
[37]
The surprising effectiveness of ppo in cooperative multi-agent games.Advances in neural information processing systems, 2022
Chao Yu, Akash Velu, Eugene Vinitsky, Jiaxuan Gao, Yu Wang, Alexandre Bayen, and Yi Wu. The surprising effectiveness of ppo in cooperative multi-agent games.Advances in neural information processing systems, 2022
2022
-
[38]
Clone swarms: Learning to predict and control multi-robot systems by imitation
Siyu Zhou, Mariano J Phielipp, Jorge A Sefair, Sara I Walker, and Heni Ben Amor. Clone swarms: Learning to predict and control multi-robot systems by imitation. In2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2019
2019
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.