🤖 AI Summary
This work addresses three key limitations of existing distributional reinforcement learning (DistRL) methods: bounded support sets, weak modeling capacity, and low parameter efficiency. To overcome these, we propose an unbounded probability density function (PDF) modeling paradigm based on normalizing flows (RealNVP/MAF), enabling flexible representation of multimodal, skewed, and heavy-tailed return distributions. We further introduce a geometrically aware surrogate loss derived from the Cramér distance, operating directly on PDFs—thus avoiding numerical integration over cumulative distribution functions (CDFs)—while simultaneously supporting unbounded supports and ensuring parameter efficiency. Evaluated on the ATARI-5 benchmark, our approach significantly outperforms existing PDF-based DistRL methods, matches the performance of state-of-the-art quantile-based methods (e.g., QR-DQN, IQN), and improves both training stability and the synergy between representational expressivity and optimization dynamics.
📝 Abstract
We introduce a new architecture for Distributional Reinforcement Learning (DistRL) that models return distributions using normalizing flows. This approach enables flexible, unbounded support for return distributions, in contrast to categorical approaches like C51 that rely on fixed or bounded representations. It also offers richer modeling capacity to capture multi-modality, skewness, and tail behavior than quantile based approaches. Our method is significantly more parameter-efficient than categorical approaches. Standard metrics used to train existing models like KL divergence or Wasserstein distance either are scale insensitive or have biased sample gradients, especially when return supports do not overlap. To address this, we propose a novel surrogate for the Cram`er distance, that is geometry-aware and computable directly from the return distribution's PDF, avoiding the costly CDF computation. We test our model on the ATARI-5 sub-benchmark and show that our approach outperforms PDF based models while remaining competitive with quantile based methods.