paper-with-me

Papers

ARLBench: Flexible and Efficient Benchmarking for Hyperparameter Optimization in Reinforcement Learning

2024-09-27 · Jannis Becktepe, Julian Dierkes, Carolin Benjamins, Aditya Mohan, David Salinas, Raghu Rajan, Frank Hutter, Holger Hoos, Marius Lindauer, Theresa Eimer

Hyperparameters are a critical factor in reliably training well-performing reinforcement learning (RL) agents. Unfortunately, developing and evaluating automated approaches for tuning such hyperparameters is both costly and time-consuming. As a result, such approaches are often only evaluated on a single domain or algorithm, making comparisons difficult and limiting insights into their generalizability. We propose ARLBench, a benchmark for hyperparameter optimization (HPO) in RL that allows comparisons of diverse HPO approaches while being highly efficient in evaluation. To enable research into HPO in RL, even in settings with low compute resources, we select a representative subset of HPO tasks spanning a variety of algorithm and environment combinations. This selection allows for generating a performance profile of an automated RL (AutoRL) method using only a fraction of the compute previously necessary, enabling a broader range of researchers to work on HPO in RL. With the extensive and large-scale dataset on hyperparameter landscapes that our selection is based on, ARLBench is an efficient, flexible, and future-oriented foundation for research on AutoRL. Both the benchmark and the dataset are available at https://github.com/automl/arlbench.

📄 PDF Abstract BibTeX arXiv:2409.18827

Code (1)

automl/arlbench 공식 구현 jax

Tasks

AutoMLBenchmarkingHyperparameter OptimizationReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

The Surprising Effectiveness of PPO in Cooperative, Multi-Agent Games

2021-03-02 · Chao Yu, Akash Velu, Eugene Vinitsky, Jiaxuan Gao 외

Proximal Policy Optimization (PPO) is a ubiquitous on-policy reinforcement learning algorithm but is significantly less utilized than off-policy learning algorithms in multi-agent settings. This is often due to the belie…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

LMEMs for post-hoc analysis of HPO Benchmarking

2024-08-05 · Anton Geburek, Neeratyoy Mallik, Danny Stoll, Xavier Bouthillier 외

The importance of tuning hyperparameters in Machine Learning (ML) and Deep Learning (DL) is established through empirical research and applications, evident from the increase in new hyperparameter optimization (HPO) algo…

BenchmarkingHyperparameter Optimization

KARL: Knowledge Agents via Reinforcement Learning

2026-03-05 · Jonathan D. Chang, Andrew Drozdov, Shubham Toshniwal, Owen Oertell 외 arxiv

We present a system for training enterprise search agents via reinforcement learning that achieves state-of-the-art performance across a diverse suite of hard-to-verify agentic search tasks. Our work makes four core cont…

Reinforcement Learning

How much progress have we made in neural network training? A New Evaluation Protocol for Benchmarking Optimizers

2020-10-19 · Yuanhao Xiong, Xuanqing Liu, Li-Cheng Lan, Yang You 외

Many optimizers have been proposed for training deep neural networks, and they often have multiple hyperparameters, which make it tricky to benchmark their performance. In this work, we propose a new benchmarking protoco…

BenchmarkingGraph Mining

Bayesian Optimization with Robust Bayesian Neural Networks

2016-12-01 · NeurIPS 2016 12 · Jost Tobias Springenberg, Aaron Klein, Stefan Falkner, Frank Hutter

Bayesian optimization is a prominent method for optimizing expensive to evaluate black-box functions that is prominently applied to tuning the hyperparameters of machine learning algorithms. Despite its successes, the pr…

Bayesian OptimizationDeep Reinforcement LearningHyperparameter OptimizationReinforcement Learning+1