LGMLSep 19, 2021

Dual Behavior Regularized Reinforcement Learning

arXiv:2109.09037v1
Originality Incremental advance
AI Analysis

This work addresses challenges in reinforcement learning for scenarios with non-optimal data or variable environments, though it appears incremental in its method adaptation.

The paper tackles the problem of reinforcement learning in environments with suboptimal experiences or inconsistency by proposing a dual, advantage-based behavior policy using counterfactual regret minimization, and demonstrates that this new algorithm outperforms strong baselines in various continuous environments.

Reinforcement learning has been shown to perform a range of complex tasks through interaction with an environment or collected leveraging experience. However, many of these approaches presume optimal or near optimal experiences or the presence of a consistent environment. In this work we propose dual, advantage-based behavior policy based on counterfactual regret minimization. We demonstrate the flexibility of this approach and how it can be adapted to online contexts where the environment is available to collect experiences and a variety of other contexts. We demonstrate this new algorithm can outperform several strong baseline models in different contexts based on a range of continuous environments. Additional ablations provide insights into how our dual behavior regularized reinforcement learning approach is designed compared with other plausible modifications and demonstrates its ability to generalize.

Foundations

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

Your Notes