LGROSYJul 20, 2021

Proximal Policy Optimization for Tracking Control Exploiting Future Reference Information

arXiv:2107.09647v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses tracking control for arbitrary reference signals in engineering applications, representing an incremental improvement over existing RL methods.

The authors tackled the problem of improving tracking performance in control systems using reinforcement learning by incorporating future reference information into proximal policy optimization (PPO). They demonstrated that their method outperformed a PI controller on a simple drive train model, though specific numerical gains were not provided.

In recent years, reinforcement learning (RL) has gained increasing attention in control engineering. Especially, policy gradient methods are widely used. In this work, we improve the tracking performance of proximal policy optimization (PPO) for arbitrary reference signals by incorporating information about future reference values. Two variants of extending the argument of the actor and the critic taking future reference values into account are presented. In the first variant, global future reference values are added to the argument. For the second variant, a novel kind of residual space with future reference values applicable to model-free reinforcement learning is introduced. Our approach is evaluated against a PI controller on a simple drive train model. We expect our method to generalize to arbitrary references better than previous approaches, pointing towards the applicability of RL to control real systems.

Foundations

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

Your Notes