OCLGOct 17, 2022

Sufficient Exploration for Convex Q-learning

arXiv:2210.09409v11 citationsh-index: 50
AI Analysis

This work addresses stability issues in reinforcement learning for control problems, though it appears incremental as it builds on existing linear programming approaches.

The paper tackled the challenge of ensuring convergence in Q-learning by proposing convex Q-learning, a dual variant based on linear programming formulations, and showed it successfully avoids divergence in cases like the LQR problem where standard Q-learning fails.

In recent years there has been a collective research effort to find new formulations of reinforcement learning that are simultaneously more efficient and more amenable to analysis. This paper concerns one approach that builds on the linear programming (LP) formulation of optimal control of Manne. A primal version is called logistic Q-learning, and a dual variant is convex Q-learning. This paper focuses on the latter, while building bridges with the former. The main contributions follow: (i) The dual of convex Q-learning is not precisely Manne's LP or a version of logistic Q-learning, but has similar structure that reveals the need for regularization to avoid over-fitting. (ii) A sufficient condition is obtained for a bounded solution to the Q-learning LP. (iii) Simulation studies reveal numerical challenges when addressing sampled-data systems based on a continuous time model. The challenge is addressed using state-dependent sampling. The theory is illustrated with applications to examples from OpenAI gym. It is shown that convex Q-learning is successful in cases where standard Q-learning diverges, such as the LQR problem.

Foundations

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

Your Notes