paper-with-me

Papers

In-Context Planning with Latent Temporal Abstractions

2026-02-21 · Baiting Luo, Yunuo Zhang, Nathaniel S. Keplinger, Samir Gupta, Abhishek Dubey, Ayan Mukhopadhyay arxiv

Planning-based reinforcement learning for continuous control is bottlenecked by two practical issues: planning at primitive time scales leads to prohibitive branching and long horizons, while real environments are frequently partially observable and exhibit regime shifts that invalidate stationary, fully observed dynamics assumptions. We introduce I-TAP (In-Context Latent Temporal-Abstraction Planner), an offline RL framework that unifies in-context adaptation with online planning in a learned discrete temporal-abstraction space. From offline trajectories, I-TAP learns an observation-conditioned residual-quantization VAE that compresses each observation-macro-action segment into a coarse-to-fine stack of discrete residual tokens, and a temporal Transformer that autoregressively predicts these token stacks from a short recent history. The resulting sequence model acts simultaneously as a context-conditioned prior over abstract actions and a latent dynamics model. At test time, I-TAP performs Monte Carlo Tree Search directly in token space, using short histories for implicit adaptation without gradient update, and decodes selected token stacks into executable actions. Across deterministic MuJoCo, stochastic MuJoCo with per-episode latent dynamics regimes, and high-dimensional Adroit manipulation, including partially observable variants, I-TAP consistently matches or outperforms strong model-free and model-based offline baselines, demonstrating efficient and robust in-context planning under stochastic dynamics and partial observability.

📄 PDF Abstract BibTeX arXiv:2602.18694

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous ControlOffline RL

Similar Papers 제목 키워드 기반

Planning with Goal-Conditioned Policies

2019-11-19 · NeurIPS 2019 12 · Soroush Nasiriany, Vitchyr H. Pong, Steven Lin, Sergey Levine

Planning methods can solve temporally extended sequential decision making problems by composing simple behaviors. However, planning requires suitable abstractions for the states and transitions, which typically need to b…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3

Planning with Spatial-Temporal Abstraction from Point Clouds for Deformable Object Manipulation

2022-10-27 · Xingyu Lin, Carl Qi, Yunchu Zhang, Zhiao Huang 외

Effective planning of long-horizon deformable object manipulation requires suitable abstractions at both the spatial and temporal levels. Previous methods typically either focus on short-horizon tasks or make strong assu…

Deformable Object Manipulation

Learning Multi-Timescale Abstractions for Hierarchical Combinatorial Planning

2026-05-16 · Vivienne Huiling Wang, Tinghuai Wang, Joni Pajarinen arxiv

The combination of exponentially large action spaces, stochastic dynamics, and long-horizon decision-making under limited resources makes Sequential Stochastic Combinatorial Optimization (SSCO) particularly challenging f…

Hierarchical Reinforcement Learning

Projection Abstractions in Planning Under the Lenses of Abstractions for MDPs

2024-12-03 · Giuseppe Canonaco, Alberto Pozanco, Daniel Borrajo

The concept of abstraction has been independently developed both in the context of AI Planning and discounted Markov Decision Processes (MDPs). However, the way abstractions are built and used in the context of Planning …

Learning Planning Abstractions from Language

2024-05-06 · Weiyu Liu, Geng Chen, Joy Hsu, Jiayuan Mao 외

This paper presents a framework for learning state and action abstractions in sequential decision-making domains. Our framework, planning abstraction from language (PARL), utilizes language-annotated demonstrations to au…

Decision MakingSequential Decision Making