LGFeb 6, 2024

Return-Aligned Decision Transformer

arXiv:2402.03923v65 citationsh-index: 13Has CodeTrans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in offline RL for applications like video games and education tools, representing an incremental improvement.

The paper tackles the problem of Decision Transformer's weak alignment between target and actual returns in offline reinforcement learning by proposing Return-Aligned Decision Transformer (RADT), which significantly reduces discrepancies between them.

Traditional approaches in offline reinforcement learning aim to learn the optimal policy that maximizes the cumulative reward, also known as return. It is increasingly important to adjust the performance of AI agents to meet human requirements, for example, in applications like video games and education tools. Decision Transformer (DT) optimizes a policy that generates actions conditioned on the target return through supervised learning and includes a mechanism to control the agent's performance using the target return. However, the action generation is hardly influenced by the target return because DT's self-attention allocates scarce attention scores to the return tokens. In this paper, we propose Return-Aligned Decision Transformer (RADT), designed to more effectively align the actual return with the target return. RADT leverages features extracted by paying attention solely to the return, enabling action generation to consistently depend on the target return. Extensive experiments show that RADT significantly reduces the discrepancies between the actual return and the target return compared to DT-based methods. Our code is available at https://github.com/CyberAgentAILab/radt

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes