# Learning with Training Wheels: Speeding up Training with a Simple   Controller for Deep Reinforcement Learning

**Authors:** Linhai Xie, Sen Wang, Stefano Rosa, Andrew Markham, Niki Trigoni

arXiv: 1812.05027 · 2018-12-13

## TL;DR

This paper introduces Assisted Reinforcement Learning, a framework that uses a simple classical controller to accelerate training of deep RL for robotic navigation, leading to faster learning and better performance.

## Contribution

The paper presents a novel framework that integrates a switchable classical controller with deep RL to improve training speed and robustness in robotic tasks.

## Key findings

- Training is significantly faster with the proposed method.
- The approach outperforms standard DRL in both simulation and real-world tests.
- The method reduces sensitivity to network structure.

## Abstract

Deep Reinforcement Learning (DRL) has been applied successfully to many robotic applications. However, the large number of trials needed for training is a key issue. Most of existing techniques developed to improve training efficiency (e.g. imitation) target on general tasks rather than being tailored for robot applications, which have their specific context to benefit from. We propose a novel framework, Assisted Reinforcement Learning, where a classical controller (e.g. a PID controller) is used as an alternative, switchable policy to speed up training of DRL for local planning and navigation problems. The core idea is that the simple control law allows the robot to rapidly learn sensible primitives, like driving in a straight line, instead of random exploration. As the actor network becomes more advanced, it can then take over to perform more complex actions, like obstacle avoidance. Eventually, the simple controller can be discarded entirely. We show that not only does this technique train faster, it also is less sensitive to the structure of the DRL network and consistently outperforms a standard Deep Deterministic Policy Gradient network. We demonstrate the results in both simulation and real-world experiments.

## Full text

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

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1812.05027/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1812.05027/full.md

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