LGJan 21, 2022

Deep Q-learning: a robust control approach

arXiv:2201.08610v2
AI Analysis

This work addresses learning instability in reinforcement learning for control applications, offering a more transparent tuning methodology compared to heuristics, though it appears incremental.

The paper tackled the instability of deep Q-learning by modeling it with robust control techniques and ensuring convergence through controllers acting as dynamical rewards, resulting in Hinf controlled learning performing slightly better than Double deep Q-learning in simulations.

In this paper, we place deep Q-learning into a control-oriented perspective and study its learning dynamics with well-established techniques from robust control. We formulate an uncertain linear time-invariant model by means of the neural tangent kernel to describe learning. We show the instability of learning and analyze the agent's behavior in frequency-domain. Then, we ensure convergence via robust controllers acting as dynamical rewards in the loss function. We synthesize three controllers: state-feedback gain scheduling H2, dynamic Hinf, and constant gain Hinf controllers. Setting up the learning agent with a control-oriented tuning methodology is more transparent and has well-established literature compared to the heuristics in reinforcement learning. In addition, our approach does not use a target network and randomized replay memory. The role of the target network is overtaken by the control input, which also exploits the temporal dependency of samples (opposed to a randomized memory buffer). Numerical simulations in different OpenAI Gym environments suggest that the Hinf controlled learning performs slightly better than Double deep Q-learning.

Code Implementations1 repo
Foundations

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

Your Notes