LGAIMLMar 14, 2019

Deep Reinforcement Learning with Feedback-based Exploration

arXiv:1903.06151v12 citations
Originality Incremental advance
AI Analysis

This addresses the data inefficiency issue in deep reinforcement learning for applications like robotics and control, though it is an incremental improvement by integrating feedback into existing methods.

The paper tackles the problem of deep reinforcement learning requiring large amounts of data by incorporating binary corrective feedback to improve sample efficiency and performance. It demonstrates the method, PPMP, on OpenAI Gym tasks, achieving drastic improvements in sample efficiency, final performance, and robustness to feedback errors.

Deep Reinforcement Learning has enabled the control of increasingly complex and high-dimensional problems. However, the need of vast amounts of data before reasonable performance is attained prevents its widespread application. We employ binary corrective feedback as a general and intuitive manner to incorporate human intuition and domain knowledge in model-free machine learning. The uncertainty in the policy and the corrective feedback is combined directly in the action space as probabilistic conditional exploration. As a result, the greatest part of the otherwise ignorant learning process can be avoided. We demonstrate the proposed method, Predictive Probabilistic Merging of Policies (PPMP), in combination with DDPG. In experiments on continuous control problems of the OpenAI Gym, we achieve drastic improvements in sample efficiency, final performance, and robustness to erroneous feedback, both for human and synthetic feedback. Additionally, we show solutions beyond the demonstrated knowledge.

Code Implementations2 repos
Foundations

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

Your Notes