English

PDiT: Interleaving Perception and Decision-making Transformers for Deep Reinforcement Learning

Machine Learning 2023-12-27 v1 Artificial Intelligence Robotics Systems and Control Systems and Control

Abstract

Designing better deep networks and better reinforcement learning (RL) algorithms are both important for deep RL. This work studies the former. Specifically, the Perception and Decision-making Interleaving Transformer (PDiT) network is proposed, which cascades two Transformers in a very natural way: the perceiving one focuses on \emph{the environmental perception} by processing the observation at the patch level, whereas the deciding one pays attention to \emph{the decision-making} by conditioning on the history of the desired returns, the perceiver's outputs, and the actions. Such a network design is generally applicable to a lot of deep RL settings, e.g., both the online and offline RL algorithms under environments with either image observations, proprioception observations, or hybrid image-language observations. Extensive experiments show that PDiT can not only achieve superior performance than strong baselines in different settings but also extract explainable feature representations. Our code is available at \url{https://github.com/maohangyu/PDiT}.

Keywords

Cite

@article{arxiv.2312.15863,
  title  = {PDiT: Interleaving Perception and Decision-making Transformers for Deep Reinforcement Learning},
  author = {Hangyu Mao and Rui Zhao and Ziyue Li and Zhiwei Xu and Hao Chen and Yiqun Chen and Bin Zhang and Zhen Xiao and Junge Zhang and Jiangjin Yin},
  journal= {arXiv preprint arXiv:2312.15863},
  year   = {2023}
}

Comments

Proc. of the 23rd International Conference on Autonomous Agents and Multiagent Systems (AAMAS 2024, full paper with oral presentation). Cover our preliminary study: arXiv:2212.14538

R2 v1 2026-06-28T14:01:47.986Z