paper-with-me

홈 › Papers

Neuroevolution is a Competitive Alternative to Reinforcement Learning for Skill Discovery

2022-10-06 · Felix Chalumeau, Raphael Boige, Bryan Lim, Valentin Macé, Maxime Allard, Arthur Flajolet, Antoine Cully, Thomas Pierrot

Deep Reinforcement Learning (RL) has emerged as a powerful paradigm for training neural policies to solve complex control tasks. However, these policies tend to be overfit to the exact specifications of the task and environment they were trained on, and thus do not perform well when conditions deviate slightly or when composed hierarchically to solve even more complex tasks. Recent work has shown that training a mixture of policies, as opposed to a single one, that are driven to explore different regions of the state-action space can address this shortcoming by generating a diverse set of behaviors, referred to as skills, that can be collectively used to great effect in adaptation tasks or for hierarchical planning. This is typically realized by including a diversity term - often derived from information theory - in the objective function optimized by RL. However these approaches often require careful hyperparameter tuning to be effective. In this work, we demonstrate that less widely-used neuroevolution methods, specifically Quality Diversity (QD), are a competitive alternative to information-theory-augmented RL for skill discovery. Through an extensive empirical evaluation comparing eight state-of-the-art algorithms (four flagship algorithms from each line of work) on the basis of (i) metrics directly evaluating the skills' diversity, (ii) the skills' performance on adaptation tasks, and (iii) the skills' performance when used as primitives for hierarchical planning; QD methods are found to provide equal, and sometimes improved, performance whilst being less sensitive to hyperparameters and more scalable. As no single method is found to provide near-optimal performance across all environments, there is a rich scope for further research which we support by proposing future directions and providing optimized open-source implementations.

📄 PDF Abstract BibTeX arXiv:2210.03516

Code (1)

instadeepai/qd-skill-discovery-benchmark 공식 구현 jax

Tasks

Deep Reinforcement LearningDiversityreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Low Rank Factorizations are Indirect Encodings for Deep Neuroevolution

2025-04-03 · Jack Garbus, Jordan Pollack

Deep neuroevolution is a highly scalable alternative to reinforcement learning due to its unique ability to encode network updates in a small number of bytes. Recent insights from traditional deep learning indicate high-…

Language ModelingLanguage Modellingreinforcement-learningReinforcement Learning

Accelerating Deep Neuroevolution on Distributed FPGAs for Reinforcement Learning Problems

2020-05-10 · Alexis Asseman, Nicolas Antoine, Ahmet S. Ozcan

Reinforcement learning augmented by the representational power of deep neural networks, has shown promising results on high-dimensional problems, such as game playing and robotic control. However, the sequential nature o…

Atari GamesComputational EfficiencyCPUreinforcement-learning+2

Behavior Contrastive Learning for Unsupervised Skill Discovery

2023-05-08 · Rushuai Yang, Chenjia Bai, Hongyi Guo, Siyuan Li 외

In reinforcement learning, unsupervised skill discovery aims to learn diverse skills without extrinsic rewards. Previous methods discover skills by maximizing the mutual information (MI) between states and skills. Howeve…

continuous-controlContinuous ControlContrastive Learning

An Efficient Application of Neuroevolution for Competitive Multiagent Learning

2021-05-23 · Unnikrishnan Rajendran Menon, Anirudh Rajiv Menon

Multiagent systems provide an ideal environment for the evaluation and analysis of real-world problems using reinforcement learning algorithms. Most traditional approaches to multiagent learning are affected by long trai…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Temporal Abstractions-Augmented Temporally Contrastive Learning: An Alternative to the Laplacian in RL

2022-03-21 · Akram Erraqabi, Marlos C. Machado, Mingde Zhao, Sainbayar Sukhbaatar 외

In reinforcement learning, the graph Laplacian has proved to be a valuable tool in the task-agnostic setting, with applications ranging from skill discovery to reward shaping. Recently, learning the Laplacian representat…

continuous-controlContinuous ControlContrastive LearningRepresentation Learning