paper-with-me

Papers

In-Context Decision Transformer: Reinforcement Learning via Hierarchical Chain-of-Thought

2024-05-31 · Sili Huang, Jifeng Hu, Hechang Chen, Lichao Sun, Bo Yang

In-context learning is a promising approach for offline reinforcement learning (RL) to handle online tasks, which can be achieved by providing task prompts. Recent works demonstrated that in-context RL could emerge with self-improvement in a trial-and-error manner when treating RL tasks as an across-episodic sequential prediction problem. Despite the self-improvement not requiring gradient updates, current works still suffer from high computational costs when the across-episodic sequence increases with task horizons. To this end, we propose an In-context Decision Transformer (IDT) to achieve self-improvement in a high-level trial-and-error manner. Specifically, IDT is inspired by the efficient hierarchical structure of human decision-making and thus reconstructs the sequence to consist of high-level decisions instead of low-level actions that interact with environments. As one high-level decision can guide multi-step low-level actions, IDT naturally avoids excessively long sequences and solves online tasks more efficiently. Experimental results show that IDT achieves state-of-the-art in long-horizon tasks over current in-context RL methods. In particular, the online evaluation time of our IDT is \textbf{36$\times$} times faster than baselines in the D4RL benchmark and \textbf{27$\times$} times faster in the Grid World benchmark.

📄 PDF Abstract BibTeX arXiv:2405.20692

Code (1)

silihuang-ai/idt 공식 구현 pytorch

Tasks

D4RLDecision MakingIn-Context Learningreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

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

Stackelberg Decision Transformer for Asynchronous Action Coordination in Multi-Agent Systems

2023-05-13 · Bin Zhang, Hangyu Mao, Lijuan Li, Zhiwei Xu 외

Asynchronous action coordination presents a pervasive challenge in Multi-Agent Systems (MAS), which can be represented as a Stackelberg game (SG). However, the scalability of existing Multi-Agent Reinforcement Learning (…

Decision MakingMulti-agent Reinforcement Learning

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

Chain-of-Goals Hierarchical Policy for Long-Horizon Offline Goal-Conditioned RL

2026-02-03 · Jinwoo Choi, Sang-Hyun Lee, Seung-Woo Seo arxiv

Offline goal-conditioned reinforcement learning remains challenging for long-horizon tasks. While hierarchical approaches mitigate this issue by decomposing tasks, most existing methods rely on separate high- and low-lev…

Reinforcement Learning

OR-Transformer: Scaling Real-Time Decision-Making to 1,000 Items

2026-09-01 · Shuze Daniel Liu, David Simchi-Levi, Claire Chen, Chutong Gao 외 arxiv

Modern supply chain operations can require coordinating replenishment across thousands of heterogeneous items under correlated stochastic demand, heterogeneous lead times, and shared fixed ordering costs, yielding observ…

Reinforcement Learning