paper-with-me

Papers

Double Horizon Model-Based Policy Optimization

2025-12-17 · Akihiro Kubo, Paavo Parmas, Shin Ishii arxiv

Model-based reinforcement learning (MBRL) reduces the cost of real-environment sampling by generating synthetic trajectories (called rollouts) from a learned dynamics model. However, choosing the length of the rollouts poses two dilemmas: (1) Longer rollouts better preserve on-policy training but amplify model bias, indicating the need for an intermediate horizon to mitigate distribution shift (i.e., the gap between on-policy and past off-policy samples). (2) Moreover, a longer model rollout may reduce value estimation bias but raise the variance of policy gradients due to backpropagation through multiple steps, implying another intermediate horizon for stable gradient estimates. However, these two optimal horizons may differ. To resolve this conflict, we propose Double Horizon Model-Based Policy Optimization (DHMBPO), which divides the rollout procedure into a long "distribution rollout" (DR) and a short "training rollout" (TR). The DR generates on-policy state samples for mitigating distribution shift. In contrast, the short TR leverages differentiable transitions to offer accurate value gradient estimation with stable gradient updates, thereby requiring fewer updates and reducing overall runtime. We demonstrate that the double-horizon approach effectively balances distribution shift, model bias, and gradient instability, and surpasses existing MBRL methods on continuous-control benchmarks in terms of both sample efficiency and runtime.

📄 PDF Abstract BibTeX arXiv:2512.15439

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Near-Optimal Offline Reinforcement Learning via Double Variance Reduction

2021-02-02 · NeurIPS 2021 12 · Ming Yin, Yu Bai, Yu-Xiang Wang

We consider the problem of offline reinforcement learning (RL) -- a well-motivated setting of RL that aims at policy optimization using only historical data. Despite its wide applicability, theoretical understandings of …

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficiently Breaking the Curse of Horizon in Off-Policy Evaluation with Double Reinforcement Learning

2019-09-12 · Nathan Kallus, Masatoshi Uehara

Off-policy evaluation (OPE) in reinforcement learning is notoriously difficult in long- and infinite-horizon settings due to diminishing overlap between behavior and target policies. In this paper, we study the role of M…

Off-policy evaluationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Library CBF: Finite-Horizon Safety at Runtime via Parallel Rollouts

2026-05-15 · Taekyung Kim, Hideki Okamoto, Bardh Hoxha, Georgios Fainekos 외 arxiv

Safety-critical autonomy in unstructured environments poses significant challenges for online safety certification under evolving constraints. We propose Policy Library Control Barrier Function~(PL-CBF), a runtime safety…

Data-Driven Influence Functions for Optimization-Based Causal Inference

2022-08-29 · Michael I. Jordan, Yixin Wang, Angela Zhou

We study a constructive algorithm that approximates Gateaux derivatives for statistical functionals by finite differencing, with a focus on functionals that arise in causal inference. We study the case where probability …

Causal Inference

Beyond the Stability-Exploration Dilemma: Environmental Regularization for LLM Policy Optimization

2026-08-24 · Xianlei Zhou, Xiangdi Meng, Yu He, Tianyu Qi 외 arxiv

Policy optimization (PO) for Large Language Models faces a stability--exploration trade-off, currently mediated by an action-side Policy-KL regularizer. This puts practitioners in a double bind: keeping Policy-KL constra…

Mathematical Reasoning