paper-with-me

Papers

Offline Model-Based Optimization via Policy-Guided Gradient Search

2024-05-08 · Yassine Chemingui, Aryan Deshwal, Trong Nghia Hoang, Janardhan Rao Doppa

Offline optimization is an emerging problem in many experimental engineering domains including protein, drug or aircraft design, where online experimentation to collect evaluation data is too expensive or dangerous. To avoid that, one has to optimize an unknown function given only its offline evaluation at a fixed set of inputs. A naive solution to this problem is to learn a surrogate model of the unknown function and optimize this surrogate instead. However, such a naive optimizer is prone to erroneous overestimation of the surrogate (possibly due to over-fitting on a biased sample of function evaluation) on inputs outside the offline dataset. Prior approaches addressing this challenge have primarily focused on learning robust surrogate models. However, their search strategies are derived from the surrogate model rather than the actual offline data. To fill this important gap, we introduce a new learning-to-search perspective for offline optimization by reformulating it as an offline reinforcement learning problem. Our proposed policy-guided gradient search approach explicitly learns the best policy for a given surrogate model created from the offline data. Our empirical results on multiple benchmarks demonstrate that the learned optimization policy can be combined with existing offline surrogates to significantly improve the optimization performance.

📄 PDF Abstract BibTeX arXiv:2405.05349

Code (1)

yassinech/pgs 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CS-GBA: A Critical Sample-based Gradient-guided Backdoor Attack for Offline Reinforcement Learning

2026-01-15 · Yuanjie Zhao, Junnan Qiu, Yue Ding, Jie Li arxiv

Offline Reinforcement Learning (RL) enables policy optimization from static datasets but is inherently vulnerable to backdoor attacks. Existing attack strategies typically struggle against safety-constrained algorithms (…

Reinforcement Learning

Semi-gradient DICE for Offline Constrained Reinforcement Learning

2025-06-10 · Woosung Kim, JunHo Seo, Jongmin Lee, Byung-Jun Lee

Stationary Distribution Correction Estimation (DICE) addresses the mismatch between the stationary distribution induced by a policy and the target distribution required for reliable off-policy evaluation (OPE) and policy…

Offline RLOff-policy evaluationreinforcement-learningReinforcement Learning

Offline Data Enhanced On-Policy Policy Gradient with Provable Guarantees

2023-11-14 · Yifei Zhou, Ayush Sekhari, Yuda Song, Wen Sun

Hybrid RL is the setting where an RL agent has access to both offline data and online data by interacting with the real-world environment. In this work, we propose a new hybrid RL algorithm that combines an on-policy act…

Offline RL

Reinforcement Learning via Fenchel-Rockafellar Duality

2020-01-07 · Ofir Nachum, Bo Dai

We review basic concepts of convex duality, focusing on the very general and supremely useful Fenchel-Rockafellar duality. We summarize how this duality may be applied to a variety of reinforcement learning (RL) settings…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Offline Policy Optimization with Variance Regularization

2021-01-01 · Riashat Islam, Samarth Sinha, Homanga Bharadhwaj, Samin Yeasar Arnob 외

Learning policies from fixed offline datasets is a key challenge to scale up reinforcement learning (RL) algorithms towards practical applications. This is often because off-policy RL algorithms suffer from distributiona…

continuous-controlContinuous ControlOffline RLReinforcement Learning (RL)