Guided Cost Learning: Deep Inverse Optimal Control via Policy Optimization
Chelsea Finn, Sergey Levine, Pieter Abbeel
TL;DR
This paper tackles learning from demonstrations when the system dynamics are unknown and the task cost is hard to specify. It introduces Guided Cost Learning (GCL), a framework that jointly learns nonlinear cost functions (via neural networks) and a policy by interleaving IOC updates with policy optimization to adaptively sample informative trajectories. Key contributions include a nonlinear, sample-based MaxEnt IOC objective with importance weighting, adaptive sampling using time-varying linear models, and regularization strategies to prevent overfitting, demonstrated on simulated tasks and real robotic manipulation with torque control and vision. The results show improved task complexity handling and sample efficiency over prior IOC methods, enabling practical learning-from-demonstrations for real-world robotic systems.
Abstract
Reinforcement learning can acquire complex behaviors from high-level specifications. However, defining a cost function that can be optimized effectively and encodes the correct task is challenging in practice. We explore how inverse optimal control (IOC) can be used to learn behaviors from demonstrations, with applications to torque control of high-dimensional robotic systems. Our method addresses two key challenges in inverse optimal control: first, the need for informative features and effective regularization to impose structure on the cost, and second, the difficulty of learning the cost function under unknown dynamics for high-dimensional continuous systems. To address the former challenge, we present an algorithm capable of learning arbitrary nonlinear cost functions, such as neural networks, without meticulous feature engineering. To address the latter challenge, we formulate an efficient sample-based approximation for MaxEnt IOC. We evaluate our method on a series of simulated tasks and real-world robotic manipulation problems, demonstrating substantial improvement over prior methods both in terms of task complexity and sample efficiency.
