1: \begin{abstract}
2: In \emph{multi-agent reinforcement learning}, decentralized execution is a common approach, yet it suffers from the \emph{redundant computation} problem.
3: This occurs when multiple agents redundantly perform the same or similar computation due to overlapping observations.
4: To address this issue, this study introduces a novel method referred to as \emph{locally centralized team transformer} (LCTT).
5: LCTT establishes a \emph{locally centralized execution} framework where selected agents serve as \emph{leaders}, issuing \emph{instructions}, while the rest agents, designated as \emph{workers}, act as these instructions without activating their policy networks.
6: For LCTT, we proposed
7: the \emph{team-transformer} (T-Trans) architecture that allows leaders to provide specific instructions to each worker, and the \emph{leadership shift} mechanism that allows agents autonomously decide their roles as leaders or workers.
8: Our experimental results demonstrate that the proposed method effectively reduces redundant computation, does not decrease reward levels, and leads to faster learning convergence.
9: \end{abstract}
10: