paper-with-me

홈 › Papers

Efficient Exploration using Model-Based Quality-Diversity with Gradients

2022-11-22 · Bryan Lim, Manon Flageat, Antoine Cully

Exploration is a key challenge in Reinforcement Learning, especially in long-horizon, deceptive and sparse-reward environments. For such applications, population-based approaches have proven effective. Methods such as Quality-Diversity deals with this by encouraging novel solutions and producing a diversity of behaviours. However, these methods are driven by either undirected sampling (i.e. mutations) or use approximated gradients (i.e. Evolution Strategies) in the parameter space, which makes them highly sample-inefficient. In this paper, we propose a model-based Quality-Diversity approach. It extends existing QD methods to use gradients for efficient exploitation and leverage perturbations in imagination for efficient exploration. Our approach optimizes all members of a population simultaneously to maintain both performance and diversity efficiently by leveraging the effectiveness of QD algorithms as good data generators to train deep models. We demonstrate that it maintains the divergent search capabilities of population-based approaches on tasks with deceptive rewards while significantly improving their sample efficiency and quality of solutions.

📄 PDF Abstract BibTeX arXiv:2211.12610

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEfficient Exploration

Similar Papers 제목 키워드 기반

Quality with Just Enough Diversity in Evolutionary Policy Search

2024-05-07 · Paul Templier, Luca Grillotti, Emmanuel Rachelson, Dennis G. Wilson 외

Evolution Strategies (ES) are effective gradient-free optimization methods that can be competitive with gradient-based approaches for policy search. ES only rely on the total episodic scores of solutions in their populat…

Diversity

Approximating Gradients for Differentiable Quality Diversity in Reinforcement Learning

2022-02-08 · Bryon Tjanaka, Matthew C. Fontaine, Julian Togelius, Stefanos Nikolaidis

Consider the problem of training robustly capable agents. One approach is to generate a diverse collection of agent polices. Training can then be viewed as a quality diversity (QD) optimization problem, where we search f…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Monte Carlo Elites: Quality-Diversity Selection as a Multi-Armed Bandit Problem

2021-04-18 · Konstantinos Sfikas, Antonios Liapis, Georgios N. Yannakakis

A core challenge of evolutionary search is the need to balance between exploration of the search space and exploitation of highly fit regions. Quality-diversity search has explicitly walked this tightrope between a popul…

Diversity

Imitation from Diverse Behaviors: Wasserstein Quality Diversity Imitation Learning with Single-Step Archive Exploration

2024-11-11 · Xingrui Yu, Zhenglin Wan, David Mark Bossens, Yueming Lyu 외

Learning diverse and high-performance behaviors from a limited set of demonstrations is a grand challenge. Traditional imitation learning methods usually fail in this task because most of them are designed to learn one s…

continuous-controlContinuous ControlDiversityImitation Learning+1

Rethinking Conditional Diffusion Sampling with Progressive Guidance

2023-09-21 · NeurIPS 2023 11

This paper tackles two critical challenges encountered in classifier guidance for diffusion generative models, i.e., the lack of diversity and the presence of adversarial effects. These issues often result in a scarcity …