paper-with-me

홈 › Papers

Quality with Just Enough Diversity in Evolutionary Policy Search

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

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 population, from which they estimate fitness gradients for their update with no access to true gradient information. However this makes them sensitive to deceptive fitness landscapes, and they tend to only explore one way to solve a problem. Quality-Diversity methods such as MAP-Elites introduced additional information with behavior descriptors (BD) to return a population of diverse solutions, which helps exploration but leads to a large part of the evaluation budget not being focused on finding the best performing solution. Here we show that behavior information can also be leveraged to find the best policy by identifying promising search areas which can then be efficiently explored with ES. We introduce the framework of Quality with Just Enough Diversity (JEDi) which learns the relationship between behavior and fitness to focus evaluations on solutions that matter. When trying to reach higher fitness values, JEDi outperforms both QD and ES methods on hard exploration tasks like mazes and on complex control problems with large policies.

📄 PDF Abstract BibTeX arXiv:2405.04308

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Diversity Policy Gradient for Sample Efficient Quality-Diversity Optimization

2020-06-15 · NeurIPS 2021 12 · Thomas Pierrot, Valentin Macé, Félix Chalumeau, Arthur Flajolet 외

A fascinating aspect of nature lies in its ability to produce a large and diverse collection of organisms that are all high-performing in their niche. By contrast, most AI algorithms focus on finding a single efficient s…

continuous-controlContinuous ControlDiversityEvolutionary Algorithms

Evolutionary Diversity Optimization with Clustering-based Selection for Reinforcement Learning

2021-09-29 · ICLR 2022 4 · Yutong Wang, Ke Xue, Chao Qian

Reinforcement Learning (RL) has achieved significant successes, which aims to obtain a single policy maximizing the expected cumulative rewards for a given task. However, in many real-world scenarios, e.g., navigating in…

Clusteringcontinuous-controlContinuous ControlDiversity+3

Computing Diverse Sets of High Quality TSP Tours by EAX-Based Evolutionary Diversity Optimisation

2021-08-11 · Adel Nikfarjam, Jakob Bossek, Aneta Neumann, Frank Neumann

Evolutionary algorithms based on edge assembly crossover (EAX) constitute some of the best performing incomplete solvers for the well-known traveling salesperson problem (TSP). Often, it is desirable to compute not just …

DiversityEvolutionary Algorithms

Scaling Policy Gradient Quality-Diversity with Massive Parallelization via Behavioral Variations

2025-01-30 · Konstantinos Mitsides, Maxence Faldor, Antoine Cully

Quality-Diversity optimization comprises a family of evolutionary algorithms aimed at generating a collection of diverse and high-performing solutions. MAP-Elites (ME), a notable example, is used effectively in fields li…

DiversityEvolutionary AlgorithmsGPU

Co-Evolutionary Diversity Optimisation for the Traveling Thief Problem

2022-07-28 · Adel Nikfarjam, Aneta Neumann, Jakob Bossek, Frank Neumann

Recently different evolutionary computation approaches have been developed that generate sets of high quality diverse solutions for a given optimisation problem. Many studies have considered diversity 1) as a mean to exp…

Diversity