paper-with-me

홈 › Papers

Hierarchical Decision Transformer

2022-09-21 · André Correia, Luís A. Alexandre

Sequence models in reinforcement learning require task knowledge to estimate the task policy. This paper presents a hierarchical algorithm for learning a sequence model from demonstrations. The high-level mechanism guides the low-level controller through the task by selecting sub-goals for the latter to reach. This sequence replaces the returns-to-go of previous methods, improving its performance overall, especially in tasks with longer episodes and scarcer rewards. We validate our method in multiple tasks of OpenAIGym, D4RL and RoboMimic benchmarks. Our method outperforms the baselines in eight out of ten tasks of varied horizons and reward frequencies without prior task knowledge, showing the advantages of the hierarchical model approach for learning from demonstrations using a sequence model.

📄 PDF Abstract BibTeX arXiv:2209.10447

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Decision Mamba Architectures

2024-05-13 · André Correia, Luís A. Alexandre

Recent advancements in imitation learning have been largely fueled by the integration of sequence models, which provide a structured flow of information to effectively mimic task behaviours. Currently, Decision Transform…

D4RLImitation LearningMambaOpenAI Gym

Hierarchical Prompt Decision Transformer: Improving Few-Shot Policy Generalization with Global and Adaptive Guidance

2024-12-01 · Zhe Wang, Haozhu Wang, Yanjun Qi

Decision transformers recast reinforcement learning as a conditional sequence generation problem, offering a simple but effective alternative to traditional value or policy-based methods. A recent key development in this…

MuJoCo

HGFormer: A Hierarchical Graph Transformer Framework for Two-Stage Colonel Blotto Games via Reinforcement Learning

2025-06-10 · Yang Lv, Jinlong Lei, Peng Yi

Two-stage Colonel Blotto game represents a typical adversarial resource allocation problem, in which two opposing agents sequentially allocate resources in a network topology across two phases: an initial resource deploy…

Decision MakingGraph Neural Network

Hierarchical Neuro-Symbolic Decision Transformer

2025-03-10 · Ali Baheri, Cecilia O. Alm

We present a hierarchical neuro-symbolic control framework that tightly couples a classical symbolic planner with a transformer-based policy to address long-horizon decision-making under uncertainty. At the high level, t…

Decision MakingDecision Making Under Uncertainty

Rethinking Decision Transformer via Hierarchical Reinforcement Learning

2023-11-01 · Yi Ma, Chenjun Xiao, Hebin Liang, Jianye Hao

Decision Transformer (DT) is an innovative algorithm leveraging recent advances of the transformer architecture in reinforcement learning (RL). However, a notable limitation of DT is its reliance on recalling trajectorie…

Decision MakingHierarchical Reinforcement LearningOffline RLreinforcement-learning+3