LGMar 3, 2021

Addressing Action Oscillations through Learning Policy Inertia

arXiv:2103.02287v127 citations
Originality Incremental advance
AI Analysis

This addresses a safety-critical issue for real-world applications like autonomous driving, though it is an incremental improvement as a plug-in to existing methods.

The paper tackles the problem of action oscillations in deep reinforcement learning, particularly in discrete action settings, by introducing the Policy Inertia Controller (PIC) as a plug-in framework, resulting in substantial oscillation reduction with almost no performance degradation in autonomous driving tasks and Atari games.

Deep reinforcement learning (DRL) algorithms have been demonstrated to be effective in a wide range of challenging decision making and control tasks. However, these methods typically suffer from severe action oscillations in particular in discrete action setting, which means that agents select different actions within consecutive steps even though states only slightly differ. This issue is often neglected since the policy is usually evaluated by its cumulative rewards only. Action oscillation strongly affects the user experience and can even cause serious potential security menace especially in real-world domains with the main concern of safety, such as autonomous driving. To this end, we introduce Policy Inertia Controller (PIC) which serves as a generic plug-in framework to off-the-shelf DRL algorithms, to enables adaptive trade-off between the optimality and smoothness of the learned policy in a formal way. We propose Nested Policy Iteration as a general training algorithm for PIC-augmented policy which ensures monotonically non-decreasing updates under some mild conditions. Further, we derive a practical DRL algorithm, namely Nested Soft Actor-Critic. Experiments on a collection of autonomous driving tasks and several Atari games suggest that our approach demonstrates substantial oscillation reduction in comparison to a range of commonly adopted baselines with almost no performance degradation.

Foundations

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

Your Notes