Simplicial Embeddings Improve Sample Efficiency in Actor-Critic Agents
Johan Obando-Ceron, Walter Mayor, Samuel Lavoie, Scott Fujimoto, Aaron Courville, Pablo Samuel Castro
TL;DR
SEM constrains encoder outputs to a product of simplices $(\Delta^{V-1})^L$, providing a sparse, bounded geometric prior that stabilizes bootstrapped targets under non-stationarity. Applied to FastTD3, FastSAC, and PPO, SEM improves data efficiency and final performance across continuous and discrete tasks with negligible overhead. The authors show SEM preserves actor/critic representation diversity (increased effective rank, bounded feature norms) and reduces TD error and critic disagreement, mitigating representation collapse. This work highlights representation geometry as a practical, drag-free regularizer that enhances robustness and transferability in RL.
Abstract
Recent works have proposed accelerating the wall-clock training time of actor-critic methods via the use of large-scale environment parallelization; unfortunately, these can sometimes still require large number of environment interactions to achieve a desired level of performance. Noting that well-structured representations can improve the generalization and sample efficiency of deep reinforcement learning (RL) agents, we propose the use of simplicial embeddings: lightweight representation layers that constrain embeddings to simplicial structures. This geometric inductive bias results in sparse and discrete features that stabilize critic bootstrapping and strengthen policy gradients. When applied to FastTD3, FastSAC, and PPO, simplicial embeddings consistently improve sample efficiency and final performance across a variety of continuous- and discrete-control environments, without any loss in runtime speed.
