paper-with-me

Papers

Bayesian Generational Population-Based Training

2022-07-19 · Xingchen Wan, Cong Lu, Jack Parker-Holder, Philip J. Ball, Vu Nguyen, Binxin Ru, Michael A. Osborne

Reinforcement learning (RL) offers the potential for training generally capable agents that can interact autonomously in the real world. However, one key limitation is the brittleness of RL algorithms to core hyperparameters and network architecture choice. Furthermore, non-stationarities such as evolving training data and increased agent complexity mean that different hyperparameters and architectures may be optimal at different points of training. This motivates AutoRL, a class of methods seeking to automate these design choices. One prominent class of AutoRL methods is Population-Based Training (PBT), which have led to impressive performance in several large scale settings. In this paper, we introduce two new innovations in PBT-style methods. First, we employ trust-region based Bayesian Optimization, enabling full coverage of the high-dimensional mixed hyperparameter search space. Second, we show that using a generational approach, we can also learn both architectures and hyperparameters jointly on-the-fly in a single training run. Leveraging the new highly parallelizable Brax physics engine, we show that these innovations lead to large performance gains, significantly outperforming the tuned baseline while learning entire configurations on the fly. Code is available at https://github.com/xingchenwan/bgpbt.

📄 PDF Abstract BibTeX arXiv:2207.09405

Code (2)

xingchenwan/bgpbt 공식 구현 pytorch
facebookresearch/how-to-autorl

Tasks

Bayesian OptimizationReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Generational Replacement and Learning for High-Performing and Diverse Populations in Evolvable Robots

2026-01-07 · K. Ege de Bruin, Kyrre Glette, Kai Olav Ellefsen arxiv

Evolutionary Robotics offers the possibility to design robots to solve a specific task automatically by optimizing their morphology and control together. However, this co-optimization of body and control is challenging, …

The Effect of Multi-Generational Selection in Geometric Semantic Genetic Programming

2022-05-05 · Mauro Castelli, Luca Manzoni, Luca Mariot, Giuliamaria Menara 외

Among the evolutionary methods, one that is quite prominent is Genetic Programming, and, in recent years, a variant called Geometric Semantic Genetic Programming (GSGP) has shown to be successfully applicable to many rea…

Is Selection All You Need in Differential Evolution?

2025-06-17 · Tomofumi Kitamura, Alex Fukunaga

Differential Evolution (DE) is a widely used evolutionary algorithm for black-box optimization problems. However, in modern DE implementations, a major challenge lies in the limited population diversity caused by the fix…

All

Evolutionary stability and the rarity of grandmothering

2017-01-14

The provision of intergenerational care, via the Grandmother Hypothesis, has been implicated in the evolution of post-fertile longevity, particularly in humans. However, if grandmothering does provide fitness benefits, a…

CausNet : Generational orderings based search for optimal Bayesian networks via dynamic programming with parent set constraints

2022-07-18 · Nand Sharma, Joshua Millstein

Finding a globally optimal Bayesian Network using exhaustive search is a problem with super-exponential complexity, which severely restricts the number of variables that it can work for. We implement a dynamic programmin…

Dimensionality Reduction