paper-with-me

Papers

Efficient Exploration via State Marginal Matching

2019-06-12 · Lisa Lee, Benjamin Eysenbach, Emilio Parisotto, Eric Xing, Sergey Levine, Ruslan Salakhutdinov

Exploration is critical to a reinforcement learning agent's performance in its given environment. Prior exploration methods are often based on using heuristic auxiliary predictions to guide policy behavior, lacking a mathematically-grounded objective with clear properties. In contrast, we recast exploration as a problem of State Marginal Matching (SMM), where we aim to learn a policy for which the state marginal distribution matches a given target state distribution. The target distribution is a uniform distribution in most cases, but can incorporate prior knowledge if available. In effect, SMM amortizes the cost of learning to explore in a given environment. The SMM objective can be viewed as a two-player, zero-sum game between a state density model and a parametric policy, an idea that we use to build an algorithm for optimizing the SMM objective. Using this formalism, we further demonstrate that prior work approximately maximizes the SMM objective, offering an explanation for the success of these methods. On both simulated and real-world tasks, we demonstrate that agents that directly optimize the SMM objective explore faster and adapt more quickly to new tasks as compared to prior exploration methods.

📄 PDF Abstract BibTeX arXiv:1906.05274

Code (1)

RLAgent/state-marginal-matching pytorch

Tasks

Efficient ExplorationReinforcement LearningUnsupervised Reinforcement Learning

Similar Papers 제목 키워드 기반

From Relative Entropy to Minimax: A Unified Framework for Coverage in MDPs

2026-01-17 · Xihe Gu, Urbashi Mitra, Tara Javidi arxiv

Targeted and deliberate exploration of state--action pairs is essential in reward-free Markov Decision Problems (MDPs). More precisely, different state-action pairs exhibit different degree of importance or difficulty wh…

Latent State Marginalization as a Low-cost Approach for Improving Exploration

2022-10-03 · Dinghuai Zhang, Aaron Courville, Yoshua Bengio, Qinqing Zheng 외

While the maximum entropy (MaxEnt) reinforcement learning (RL) framework -- often touted for its exploration and robustness capabilities -- is usually motivated from a probabilistic perspective, the use of deep probabili…

continuous-controlContinuous ControlReinforcement Learning (RL)SMAC+1

Joint Probabilistic Matching Using m-Best Solutions

2016-06-01 · CVPR 2016 6 · Seyed Hamid Rezatofighi, Anton Milan, Zhen Zhang, Qinfeng Shi 외

Matching between two sets of objects is typically approached by finding the object pairs that collectively maximize the joint matching score. In this paper, we argue that this single solution does not necessarily lead to…

Person Re-Identification

Marginalized State Distribution Entropy Regularization in Policy Optimization

2019-12-11 · Riashat Islam, Zafarali Ahmed, Doina Precup

Entropy regularization is used to get improved optimization performance in reinforcement learning tasks. A common form of regularization is to maximize policy entropy to avoid premature convergence and lead to more stoch…

continuous-controlContinuous ControlReinforcement Learning

Preference-Guided Reinforcement Learning for Efficient Exploration

2024-07-09 · GuoJian Wang, Faguo Wu, Xiao Zhang, Tianyuan Chen 외

In this paper, we investigate preference-based reinforcement learning (PbRL) that allows reinforcement learning (RL) agents to learn from human feedback. This is particularly valuable when defining a fine-grain reward fu…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)