A Visual Analytics System to Understand Behaviors of Multi Agents in Reinforcement Learning
Changhee Lee, Jeongmin Rhee, DongHwa Shin
TL;DR
The paper presents MARLViz, a visual analytics system for understanding multi-agent reinforcement learning by extracting agent action features via an autoencoder and presenting them through a four-view interface that facilitates cross-agent comparison and interaction analysis. It addresses limitations of playback visualizations in MARL and demonstrates how environment settings correlate with agent behaviors. Through a 216-agent, 72-scenario usage, the approach reveals distinct behavioral and interaction patterns, supporting easier interpretation of complex MARL dynamics. The work highlights practical implications for analyzing MARL strategies and suggests extending the method to broader MARL environments beyond the snake game.
Abstract
Multi-Agent Reinforcement Learning (MARL) is a branch of machine learning in which agents interact and learn optimal policies through trial and error, addressing complex scenarios where multiple agents interact and learn in the same environment at the same time. Analyzing and understanding these complex interactions is challenging, and existing analysis methods are limited in their ability to fully reflect and interpret this complexity. To address these challenges, we provide MARLViz, a visual analytics system for visualizing and analyzing the policies and interactions of agents in MARL environments. The system is designed to visually show the difference in behavior of agents under different environment settings and help users understand complex interaction patterns. In this study, we analyzed agents with similar behaviors and selected scenarios to understand the interactions of the agents, which made it easier to understand the strategies of agents in MARL.
