paper-with-me

홈 › Papers

Training Diverse High-Dimensional Controllers by Scaling Covariance Matrix Adaptation MAP-Annealing

2022-10-06 · Bryon Tjanaka, Matthew C. Fontaine, David H. Lee, Aniruddha Kalkar, Stefanos Nikolaidis

Pre-training a diverse set of neural network controllers in simulation has enabled robots to adapt online to damage in robot locomotion tasks. However, finding diverse, high-performing controllers requires expensive network training and extensive tuning of a large number of hyperparameters. On the other hand, Covariance Matrix Adaptation MAP-Annealing (CMA-MAE), an evolution strategies (ES)-based quality diversity algorithm, does not have these limitations and has achieved state-of-the-art performance on standard QD benchmarks. However, CMA-MAE cannot scale to modern neural network controllers due to its quadratic complexity. We leverage efficient approximation methods in ES to propose three new CMA-MAE variants that scale to high dimensions. Our experiments show that the variants outperform ES-based baselines in benchmark robotic locomotion tasks, while being comparable with or exceeding state-of-the-art deep reinforcement learning-based quality diversity algorithms.

📄 PDF Abstract BibTeX arXiv:2210.02622

Code (1)

icaros-usc/pyribs 공식 구현 jax

Tasks

Deep Reinforcement LearningDiversity

Similar Papers 제목 키워드 기반

Scaling MAP-Elites to Deep Neuroevolution

2020-03-03 · Cédric Colas, Joost Huizinga, Vashisht Madhavan, Jeff Clune

Quality-Diversity (QD) algorithms, and MAP-Elites (ME) in particular, have proven very useful for a broad range of applications including enabling real robots to recover quickly from joint damage, solving strongly decept…

DiversityEfficient Exploration

Synthesizing Neural Network Controllers with Probabilistic Model based Reinforcement Learning

2018-03-06 · Juan Camilo Gamboa Higuera, David Meger, Gregory Dudek

We present an algorithm for rapidly learning controllers for robotics systems. The algorithm follows the model-based reinforcement learning paradigm, and improves upon existing algorithms; namely Probabilistic learning i…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Bridging Dimensions: Confident Reachability for High-Dimensional Controllers

2023-11-08 · Yuang Geng, Jake Brandon Baldauf, Souradeep Dutta, Chao Huang 외

Autonomous systems are increasingly implemented using end-to-end learning-based controllers. Such controllers make decisions that are executed on the real system, with images as one of the primary sensing modalities. Dee…

Knowledge DistillationOpenAI Gym

DASIP: Dynamic Test-Time Compute Scaling for Robot Control with Stochastic Interpolant Policies

2025-11-25 · Inkook Chun, Seungjae Lee, Michael S. Albergo, Saining Xie 외 arxiv

Diffusion- and flow-based policies deliver state-of-the-art performance on long-horizon robotic manipulation and imitation learning tasks. However, these controllers employ a fixed inference budget at every control step,…

Unsupervised Learning and Exploration of Reachable Outcome Space

2019-09-12 · Giuseppe Paolo, Alban Laflaquière, Alexandre Coninx, Stephane Doncieux

Performing Reinforcement Learning in sparse rewards settings, with very little prior knowledge, is a challenging problem since there is no signal to properly guide the learning process. In such situations, a good search …

Reinforcement Learning