paper-with-me

Papers

Offline Policy Optimization with Posterior Sampling

2026-05-08 · Hongqiang Lin, Dongxu Zhang, Yiding Sun, Mingzhe Li, Ning Yang, Haijun Zhang arxiv

A fundamental challenge in model-based offline reinforcement learning (RL) lies in the trade-off between generalization and robustness against exploitation errors in out-of-distribution (OOD) regions. While OOD samples may capture valid underlying physical dynamics, they also introduce the risk of model exploitation. Existing methods typically address this risk through excessive pessimistic regularization, which ensures robustness but often sacrifices generalization. To overcome this limitation, we propose Posterior Sampling-based Policy Optimization (PSPO), which formulates dynamics modeling as a Bayesian inference process to derive a posterior that explicitly quantifies model fidelity. Through the integration of posterior sampling and constrained policy optimization, our method leverages dynamics-consistent OOD transitions for generalization while ensuring robustness against model exploitation. Theoretically, we formulate Q-value estimation under posterior sampling as a stochastic approximation problem and establish its convergence. We decompose policy optimization into a sequence of constrained subproblems, demonstrating that solving these subproblems guarantees monotonic improvement until convergence. Experiments on standard benchmarks validate that PSPO achieves superior performance compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2605.07393

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningBayesian Inference

Similar Papers 제목 키워드 기반

Expert-Supervised Reinforcement Learning for Offline Policy Learning and Evaluation

2020-06-23 · NeurIPS 2020 12 · Aaron Sonabend-W, Junwei Lu, Leo A. Celi, Tianxi Cai 외

Offline Reinforcement Learning (RL) is a promising approach for learning optimal policies in environments where direct exploration is expensive or unfeasible. However, the adoption of such policies in practice is often c…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Two-sample testing+1

Active RLHF via Best Policy Learning from Trajectory Preference Feedback

2025-01-31 · Akhil Agnihotri, Rahul Jain, Deepak Ramachandran, Zheng Wen

We address the problem of best policy identification in preference-based reinforcement learning (PbRL), where learning occurs from noisy binary preferences over trajectory pairs rather than explicit numerical rewards. Th…

Thompson Sampling

Probabilistic Offline Policy Ranking with Approximate Bayesian Computation

2023-12-17 · Longchao Da, Porter Jenkins, Trevor Schwantes, Jeffrey Dotson 외

In practice, it is essential to compare and rank candidate policies offline before real-world deployment for safety and reliability. Prior work seeks to solve this offline policy ranking (OPR) problem through value-based…

Off-policy evaluation

Distilled Thompson Sampling: Practical and Efficient Thompson Sampling via Imitation Learning

2020-11-29 · Hongseok Namkoong, Samuel Daulton, Eytan Bakshy

Thompson sampling (TS) has emerged as a robust technique for contextual bandit problems. However, TS requires posterior inference and optimization for action generation, prohibiting its use in many online platforms where…

Action GenerationDecision MakingImitation LearningThompson Sampling

On Sample-Efficient Offline Reinforcement Learning: Data Diversity, Posterior Sampling, and Beyond

2024-01-06 · Thanh Nguyen-Tang, Raman Arora

We seek to understand what facilitates sample-efficient learning from historical datasets for sequential decision-making, a problem that is popularly known as offline reinforcement learning (RL). Further, we are interest…

Decision MakingDiversityOffline RLReinforcement Learning (RL)+1