Differential dynamic programming with stagewise equality and inequality constraints using interior point method
Siddharth Prabhu, Srinivas Rangarajan, Mayuresh Kothare
TL;DR
This work extends Differential Dynamic Programming to handle arbitrary stagewise equality and inequality constraints by embedding an interior point barrier framework. It derives explicit Newton-based update rules for the control, Lagrange multipliers, and slack variables, and uses regularization to ensure a PSD reduced Hessian. The algorithm solves a sequence of barrier subproblems via backward and forward passes with line-search to guarantee convergence, updating the barrier parameter $\tau$ until optimality is approached. Experiments on an inverted pendulum, a continuous stirred tank reactor, car parking, and obstacle avoidance show successful constraint satisfaction and feasible trajectories under long horizons, validating the practical viability of constrained IP-DDP. The approach can be extended to alternative solvers like iLQR or to multiple shooting variants for broader applicability.
Abstract
Differential Dynamic Programming (DDP) is one of the indirect methods for solving an optimal control problem. Several extensions to DDP have been proposed to add stagewise state and control constraints, which can mainly be classified as augmented lagrangian methods, active set methods, and barrier methods. In this paper, we use an interior point method, which is a type of barrier method, to incorporate arbitrary stagewise equality and inequality state and control constraints. We also provide explicit update formulas for all the involved variables. Finally, we apply this algorithm to example systems such as the inverted pendulum, a continuously stirred tank reactor, car parking, and obstacle avoidance.
