paper-with-me

Papers

Fast Efficient Hyperparameter Tuning for Policy Gradient Methods

2019-12-01 · NeurIPS 2019 12 · Supratik Paul, Vitaly Kurin, Shimon Whiteson

The performance of policy gradient methods is sensitive to hyperparameter settings that must be tuned for any new application. Widely used grid search methods for tuning hyperparameters are sample inefficient and computationally expensive. More advanced methods like Population Based Training that learn optimal schedules for hyperparameters instead of fixed settings can yield better results, but are also sample inefficient and computationally expensive. In this paper, we propose Hyperparameter Optimisation on the Fly (HOOF), a gradient-free algorithm that requires no more than one training run to automatically adapt the hyperparameter that affect the policy update directly through the gradient. The main idea is to use existing trajectories sampled by the policy gradient method to optimise a one-step improvement objective, yielding a sample and computationally efficient algorithm that is easy to implement. Our experimental results across multiple domains and algorithms show that using HOOF to learn these hyperparameter schedules leads to faster learning with improved performance.

📄 PDF Abstract BibTeX

Code (1)

supratikp/HOOF 공식 구현 tf

Tasks

Policy Gradient Methods

Methods 이 논문이 사용한 방법론

Population Based Training Population Based Training, or PBT, is an optimization method for finding parameters and hyperparameters, and extends upon parallel search methods and sequential…

Similar Papers 제목 키워드 기반

Fast Efficient Hyperparameter Tuning for Policy Gradients

2019-02-18 · Supratik Paul, Vitaly Kurin, Shimon Whiteson

The performance of policy gradient methods is sensitive to hyperparameter settings that must be tuned for any new application. Widely used grid search methods for tuning hyperparameters are sample inefficient and computa…

Meta-LearningPolicy Gradient Methods

Adaptive Diffusion Policy Optimization for Robotic Manipulation

2025-05-13 · Huiyun Jiang, Zhuang Yang

Recent studies have shown the great potential of diffusion models in improving reinforcement learning (RL) by modeling complex policies, expressing a high degree of multi-modality, and efficiently handling high-dimension…

continuous-controlContinuous ControlReinforcement Learning (RL)

Joint Descent: Training and Tuning Simultaneously

2021-01-01 · Qiuyi Zhang

Typically in machine learning, training and tuning are done in an alternating manner: for a fixed set of hyperparameters $y$, we apply gradient descent to our objective $f(x, y)$ over trainable variables $x$ until conver…

Episodic Policy Gradient Training

2021-12-03 · Hung Le, Majid Abdolshah, Thommen K. George, Kien Do 외

We introduce a novel training procedure for policy gradient methods wherein episodic memory is used to optimize the hyperparameters of reinforcement learning algorithms on-the-fly. Unlike other hyperparameter searches, w…

Policy Gradient MethodsScheduling

CPMLHO:Hyperparameter Tuning via Cutting Plane and Mixed-Level Optimization

2022-12-11 · Shuo Yang, Yang Jiao, Shaoyu Dou, Mana Zheng 외

The hyperparameter optimization of neural network can be expressed as a bilevel optimization problem. The bilevel optimization is used to automatically update the hyperparameter, and the gradient of the hyperparameter is…

Bilevel OptimizationHyperparameter Optimization