paper-with-me

Papers

Improving Offline RL by Blending Heuristics

2023-06-01 · Sinong Geng, Aldo Pacchiano, Andrey Kolobov, Ching-An Cheng

We propose Heuristic Blending (HUBL), a simple performance-improving technique for a broad class of offline RL algorithms based on value bootstrapping. HUBL modifies the Bellman operators used in these algorithms, partially replacing the bootstrapped values with heuristic ones that are estimated with Monte-Carlo returns. For trajectories with higher returns, HUBL relies more on the heuristic values and less on bootstrapping; otherwise, it leans more heavily on bootstrapping. HUBL is very easy to combine with many existing offline RL implementations by relabeling the offline datasets with adjusted rewards and discount factors. We derive a theory that explains HUBL's effect on offline RL as reducing offline RL's complexity and thus increasing its finite-sample performance. Furthermore, we empirically demonstrate that HUBL consistently improves the policy quality of four state-of-the-art bootstrapping-based offline RL algorithms (ATAC, CQL, TD3+BC, and IQL), by 9% on average over 27 datasets of the D4RL and Meta-World benchmarks.

📄 PDF Abstract BibTeX arXiv:2306.00321

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLOffline RL

Similar Papers 제목 키워드 기반

Trust-Region Behavior Blending for On-Policy Distillation

2026-05-29 · Daniil Plyusov, Alexey Gorbatovski, Alexey Malakhov, Nikita Balagansky 외 arxiv

On-policy distillation (OPD) trains a student on prefixes sampled from its own policy while matching a stronger teacher. This addresses the prefix mismatch of offline distillation, but early student rollouts can still be…

Knowledge driven Offline to Online Script Conversion

2015-04-06 · Sunil Kopparapu, Devanuj, Akhilesh Srivastava, P. V. S. Rao

The problem of offline to online script conversion is a challenging and an ill-posed problem. The interest in offline to online conversion exists because there are a plethora of robust algorithms in online script literat…

CAB: Continuous Adaptive Blending Estimator for Policy Evaluation and Learning

2018-11-06 · Yi Su, Lequn Wang, Michele Santacatterina, Thorsten Joachims

The ability to perform offline A/B-testing and off-policy learning using logged contextual bandit feedback is highly desirable in a broad range of applications, including recommender systems, search engines, ad placement…

counterfactualRecommendation Systems

Sequential Trajectories and Simultaneous Blending: Multi-Emotion Modeling for Instruction-Following TTS

2026-08-31 · Yan Zhou, Yun Hong, Yang Feng arxiv

Natural-language instructions enable flexible control of synthesized speech, yet emotional TTS systems primarily model a single utterance-level affect, leaving multi-emotion control underexplored. We study two complement…

LLM-Evolved Domain-Independent Heuristics for Symbolic AI Planning

2026-05-28 · Elliot Gestrin, Jendrik Seipp arxiv

Heuristic search is the dominant paradigm in symbolic AI planning, and the strongest heuristics are the result of decades of work by planning researchers. Recent work has shown that large language models (LLMs) can desig…