LGMLAug 8, 2019

Incremental Reinforcement Learning --- a New Continuous Reinforcement Learning Frame Based on Stochastic Differential Equation methods

arXiv:1908.02974v14 citations
AI Analysis

This addresses theoretical limitations in continuous reinforcement learning for applications like robot control and autonomous driving, though it appears incremental as it builds on existing methods.

The authors tackled the theoretical weaknesses of continuous reinforcement learning methods like DDPG and A3C by proposing Incremental Reinforcement Learning (IRL), a new method based on stochastic differential equations that guarantees action continuity and controls variance, allowing agents to actively interact with the environment for maximum rewards.

Continuous reinforcement learning such as DDPG and A3C are widely used in robot control and autonomous driving. However, both methods have theoretical weaknesses. While DDPG cannot control noises in the control process, A3C does not satisfy the continuity conditions under the Gaussian policy. To address these concerns, we propose a new continues reinforcement learning method based on stochastic differential equations and we call it Incremental Reinforcement Learning (IRL). This method not only guarantees the continuity of actions within any time interval, but controls the variance of actions in the training process. In addition, our method does not assume Markov control in agents' action control and allows agents to predict scene changes for action selection. With our method, agents no longer passively adapt to the environment. Instead, they positively interact with the environment for maximum rewards.

Foundations

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

Your Notes