# Distributed Learning of Decentralized Control Policies for Articulated   Mobile Robots

**Authors:** Guillaume Sartoretti, William Paivine, Yunfei Shi, Yue Wu and, Howie Choset

arXiv: 1901.08537 · 2021-02-02

## TL;DR

This paper introduces a method for learning decentralized control policies for articulated robots using a distributed reinforcement learning approach based on the A3C algorithm, enabling efficient control of complex robotic systems.

## Contribution

It demonstrates how to adapt the A3C algorithm for decentralized control on a single articulated robot, facilitating hardware-efficient learning of locomotion policies.

## Key findings

- Successful locomotion in unstructured terrains for snake and hexapod robots
- Decentralized controllers learned offline and online respectively
- Efficient implementation of distributed learning on a single robot

## Abstract

State-of-the-art distributed algorithms for reinforcement learning rely on multiple independent agents, which simultaneously learn in parallel environments while asynchronously updating a common, shared policy. Moreover, decentralized control architectures (e.g., CPGs) can coordinate spatially distributed portions of an articulated robot to achieve system-level objectives. In this work, we investigate the relationship between distributed learning and decentralized control by learning decentralized control policies for the locomotion of articulated robots in challenging environments. To this end, we present an approach that leverages the structure of the asynchronous advantage actor-critic (A3C) algorithm to provide a natural means of learning decentralized control policies on a single articulated robot. Our primary contribution shows individual agents in the A3C algorithm can be defined by independently controlled portions of the robot's body, thus enabling distributed learning on a single robot for efficient hardware implementation. We present results of closed-loop locomotion in unstructured terrains on a snake and a hexapod robot, using decentralized controllers learned offline and online respectively.   Preprint of the paper submitted to the IEEE Transactions in Robotics (T-RO) journal in October 2018, and accepted for publication as a regular paper in May 2019.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.08537/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1901.08537/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1901.08537/full.md

---
Source: https://tomesphere.com/paper/1901.08537