English

A Quantitative Comparison of Centralised and Distributed Reinforcement Learning-Based Control for Soft Robotic Arms

Robotics 2026-03-03 v2

Abstract

This paper presents a quantitative comparison between centralised and distributed multi-agent reinforcement learning (MARL) architectures for controlling a soft robotic arm modelled as a Cosserat rod in simulation. Using PyElastica and the OpenAI Gym interface, we train both a global Proximal Policy Optimisation (PPO) controller and a Multi-Agent PPO (MAPPO) under identical budgets. Both approaches are based on the arm having nn number of controlled sections. The study systematically varies nn and evaluates the performance of the arm to reach a fixed target in three scenarios: default baseline condition, recovery from external disturbance, and adaptation to actuator failure. Quantitative metrics used for the evaluation are mean action magnitude, mean final distance, mean episode length, and success rate. The results show that there are no significant benefits of the distributed policy when the number of controlled sections n4n\le4. In very simple systems, when n2n\le2, the centralised policy outperforms the distributed one. When nn increases to 4<n124< n\le 12, the distributed policy shows a high sample efficiency. In these systems, distributed policy promotes a stronger success rate, resilience, and robustness under local observability and yields faster convergence given the same sample size. However, centralised policies achieve much higher time efficiency during training as it takes much less time to train the same size of samples. These findings highlight the trade-offs between centralised and distributed policy in reinforcement learning-based control for soft robotic systems and provide actionable design guidance for future sim-to-real transfer in soft rod-like manipulators.

Keywords

Cite

@article{arxiv.2511.02192,
  title  = {A Quantitative Comparison of Centralised and Distributed Reinforcement Learning-Based Control for Soft Robotic Arms},
  author = {Linxin Hou and Qirui Wu and Zhihang Qin and Neil Banerjee and Yongxin Guo and Cecilia Laschi},
  journal= {arXiv preprint arXiv:2511.02192},
  year   = {2026}
}

Comments

7 pages, 4 figures, 2 tables, accepted by RoboSoft 2026

R2 v1 2026-07-01T07:20:29.539Z