paper-with-me

Papers

Long-Horizon Model-Based Offline Reinforcement Learning Without Explicit Conservatism

2025-12-04 · Tianwei Ni, Esther Derman, Vineet Jain, Vincent Taboga, Siamak Ravanbakhsh, Pierre-Luc Bacon arxiv

Popular offline reinforcement learning (RL) methods rely on explicit conservatism, penalizing out-of-dataset actions or restricting rollout horizons. We question the universality of this principle and revisit a complementary Bayesian perspective for test-time adaptation. By modeling a posterior over world models and training a history-dependent agent to maximize expected return, the Bayesian approach directly addresses epistemic uncertainty without explicit conservatism. We first illustrate in a bandit setting that Bayesianism excels on low-quality datasets where conservatism fails. Scaling to realistic tasks, we find that long-horizon rollouts are essential to control value overestimation once conservatism is removed. We introduce design choices that enable learning from long-horizon rollouts while mitigating compounding model errors, yielding our algorithm, NEUBAY, grounded in the neutral Bayesian principle. On D4RL and NeoRL benchmarks, NEUBAY is competitive with leading conservative algorithms, achieving new state-of-the-art on 7 datasets with rollout horizons of several hundred steps. Finally, we characterize datasets by quality and coverage to identify when NEUBAY is preferable to conservative methods.

📄 PDF Abstract BibTeX arXiv:2512.04341

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningTest-time Adaptation

Similar Papers 제목 키워드 기반

Skill-based Meta-Reinforcement Learning

2022-04-25 · ICLR 2022 4 · Taewook Nam, Shao-Hua Sun, Karl Pertsch, Sung Ju Hwang 외

While deep reinforcement learning methods have shown impressive results in robot learning, their sample inefficiency makes the learning of complex, long-horizon behaviors with real robot systems infeasible. To mitigate t…

continuous-controlContinuous ControlDeep Reinforcement LearningMeta-Learning+4

Option-aware Temporally Abstracted Value for Offline Goal-Conditioned Reinforcement Learning

2025-05-19 · Hongjoon Ahn, Heewoong Choi, Jisu Han, Taesup Moon

Offline goal-conditioned reinforcement learning (GCRL) offers a practical learning paradigm where goal-reaching policies are trained from abundant unlabeled (reward-free) datasets without additional environment interacti…

Latent Plans for Task-Agnostic Offline Reinforcement Learning

2022-09-19 · Erick Rosete-Beas, Oier Mees, Gabriel Kalweit, Joschka Boedecker 외

Everyday tasks of long-horizon and comprising a sequence of multiple implicit subtasks still impose a major challenge in offline robot control. While a number of prior methods aimed to address this setting with variants …

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

SOLAR-RL: Semi-Online Long-horizon Assignment Reinforcement Learning

2026-04-24 · Jichao Wang, Liuyang Bian, Yufeng Zhou, Han Xiao 외 arxiv

As Multimodal Large Language Models (MLLMs) mature, GUI agents are evolving from static interactions to complex navigation. While Reinforcement Learning (RL) has emerged as a promising paradigm for training MLLM agents o…

Reinforcement LearningOffline RL

DEAS: DEtached value learning with Action Sequence for Scalable Offline RL

2025-10-09 · Changyeon Kim, Haeone Lee, Younggyo Seo, Kimin Lee 외 arxiv

Offline reinforcement learning (RL) presents an attractive paradigm for training intelligent agents without expensive online interactions. However, current approaches still struggle with complex, long-horizon sequential …

Reinforcement LearningDecision MakingOffline RL