paper-with-me

Papers

AutoRL Hyperparameter Landscapes

2023-04-05 · Aditya Mohan, Carolin Benjamins, Konrad Wienecke, Alexander Dockhorn, Marius Lindauer

Although Reinforcement Learning (RL) has shown to be capable of producing impressive results, its use is limited by the impact of its hyperparameters on performance. This often makes it difficult to achieve good results in practice. Automated RL (AutoRL) addresses this difficulty, yet little is known about the dynamics of the hyperparameter landscapes that hyperparameter optimization (HPO) methods traverse in search of optimal configurations. In view of existing AutoRL approaches dynamically adjusting hyperparameter configurations, we propose an approach to build and analyze these hyperparameter landscapes not just for one point in time but at multiple points in time throughout training. Addressing an important open question on the legitimacy of such dynamic AutoRL approaches, we provide thorough empirical evidence that the hyperparameter landscapes strongly vary over time across representative algorithms from RL literature (DQN, PPO, and SAC) in different kinds of environments (Cartpole, Bipedal Walker, and Hopper) This supports the theory that hyperparameters should be dynamically adjusted during training and shows the potential for more insights on AutoRL problems that can be gained through landscape analyses. Our code can be found at https://github.com/automl/AutoRL-Landscape

📄 PDF Abstract BibTeX arXiv:2304.02396

Code (1)

automl/autorl-landscape 공식 구현

Tasks

AutoMLHyperparameter OptimizationOpen-Ended Question AnsweringReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

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

2024-09-27 · Jannis Becktepe, Julian Dierkes, Carolin Benjamins, Aditya Mohan 외

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 …

AutoMLBenchmarkingHyperparameter OptimizationReinforcement Learning (RL)

Tuning Mixed Input Hyperparameters on the Fly for Efficient Population Based AutoRL

2021-06-30 · NeurIPS 2021 12 · Jack Parker-Holder, Vu Nguyen, Shaan Desai, Stephen Roberts

Despite a series of recent successes in reinforcement learning (RL), many RL algorithms remain sensitive to hyperparameters. As such, there has recently been interest in the field of AutoRL, which seeks to automate desig…

Data AugmentationHyperparameter OptimizationReinforcement Learning (RL)

Adaptive $Q$-Network: On-the-fly Target Selection for Deep Reinforcement Learning

2024-05-25 · Théo Vincent, Fabian Wahren, Jan Peters, Boris Belousov 외

Deep Reinforcement Learning (RL) is well known for being highly sensitive to hyperparameters, requiring practitioners substantial efforts to optimize them for the problem at hand. This also limits the applicability of RL…

Atari GamesAutoMLDeep Reinforcement LearningMuJoCo+3

Bayesian Generational Population-Based Training

2022-07-19 · Xingchen Wan, Cong Lu, Jack Parker-Holder, Philip J. Ball 외

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 hyperparame…

Bayesian OptimizationReinforcement Learning (RL)

Evolving Rewards to Automate Reinforcement Learning

2019-05-18 · Aleksandra Faust, Anthony Francis, Dar Mehta

Many continuous control tasks have easily formulated objectives, yet using them directly as a reward in reinforcement learning (RL) leads to suboptimal policies. Therefore, many classical control tasks guide RL training …

continuous-controlContinuous ControlHyperparameter OptimizationMuJoCo+3