Target Return Optimizer for Multi-Game Decision Transformer
Kensuke Tatematsu, Akifumi Wachi
TL;DR
MTRO introduces a data-driven approach to automatically select per-game target returns for the Multi-Game DT offline RL framework. It comprises DERD, which derives game-specific expert return distributions from offline episodes, and BARP, which adjusts the return predictions based on predictive accuracy and offline return frequencies. Evaluations on Atari show MTRO improves the IQM of human-normalized scores over the baseline Multi-Game DT without additional training, highlighting reduced reliance on human priors. The work advances scalable, autonomous generalization across games by aligning target returns with game-specific reward structures.
Abstract
Achieving autonomous agents with robust generalization capabilities across diverse games and tasks remains one of the ultimate goals in AI research. Recent advancements in transformer-based offline reinforcement learning, exemplified by the MultiGame Decision Transformer [Lee et al., 2022], have shown remarkable performance across various games or tasks. However, these approaches depend heavily on human expertise, presenting substantial challenges for practical deployment, particularly in scenarios with limited prior game-specific knowledge. In this paper, we propose an algorithm called Multi-Game Target Return Optimizer (MTRO) to autonomously determine game-specific target returns within the Multi-Game Decision Transformer framework using solely offline datasets. MTRO addresses the existing limitations by automating the target return configuration process, leveraging environmental reward information extracted from offline datasets. Notably, MTRO does not require additional training, enabling seamless integration into existing Multi-Game Decision Transformer architectures. Our experimental evaluations on Atari games demonstrate that MTRO enhances the performance of RL policies across a wide array of games, underscoring its potential to advance the field of autonomous agent development.
