# Deep Reinforcement Learning with Feedback-based Exploration

**Authors:** Jan Scholten, Daan Wout, Carlos Celemin, Jens Kober

arXiv: 1903.06151 · 2020-04-08

## TL;DR

This paper introduces PPMP, a feedback-based exploration method for deep reinforcement learning that improves sample efficiency and robustness by integrating human or synthetic feedback directly into the policy learning process.

## Contribution

It proposes a novel probabilistic policy merging approach that incorporates binary corrective feedback to enhance learning efficiency and robustness in deep reinforcement learning.

## Key findings

- Significant improvements in sample efficiency on OpenAI Gym tasks
- Enhanced robustness to erroneous feedback
- Ability to discover solutions beyond initial demonstrations

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.06151/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1903.06151/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1903.06151/full.md

---
Source: https://tomesphere.com/paper/1903.06151