ROLGApr 27, 2020

Emergent Real-World Robotic Skills via Unsupervised Off-Policy Reinforcement Learning

arXiv:2004.12974v155 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of reward engineering in robotics for researchers and practitioners, offering a more automated approach, though it builds incrementally on existing unsupervised methods.

The paper tackles the problem of designing reward functions for robotic skill learning by extending an unsupervised skill discovery algorithm into an efficient off-policy method, enabling real-world training on quadrupeds where diverse locomotion skills emerge without rewards and can be composed for navigation without additional training.

Reinforcement learning provides a general framework for learning robotic skills while minimizing engineering effort. However, most reinforcement learning algorithms assume that a well-designed reward function is provided, and learn a single behavior for that single reward function. Such reward functions can be difficult to design in practice. Can we instead develop efficient reinforcement learning methods that acquire diverse skills without any reward function, and then repurpose these skills for downstream tasks? In this paper, we demonstrate that a recently proposed unsupervised skill discovery algorithm can be extended into an efficient off-policy method, making it suitable for performing unsupervised reinforcement learning in the real world. Firstly, we show that our proposed algorithm provides substantial improvement in learning efficiency, making reward-free real-world training feasible. Secondly, we move beyond the simulation environments and evaluate the algorithm on real physical hardware. On quadrupeds, we observe that locomotion skills with diverse gaits and different orientations emerge without any rewards or demonstrations. We also demonstrate that the learned skills can be composed using model predictive control for goal-oriented navigation, without any additional training.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes