RN-D: Discretized Categorical Actors with Regularized Networks for On-Policy Reinforcement Learning
Yuexin Bian, Jie Feng, Tao Wang, Yijiang Li, Sicun Gao, Yuanyuan Shi
TL;DR
RN-D introduces discretized categorical actors with regularized networks for on-policy reinforcement learning, reframing policy optimization as cross-entropy-like learning over per-dimension action bins. The approach replaces diagonal Gaussian actors with a discretized policy and pairs it with a Regularized Actor Network architecture featuring residual blocks and pre-normalization, resulting in lower gradient variance and faster convergence. Empirical results across MuJoCo locomotion and ManiSkill manipulation tasks show state-of-the-art performance and improved sample efficiency, including vision-based settings. This work highlights policy representation and actor architecture as powerful levers for robust, scalable on-policy control, and suggests broad applicability to other on-policy algorithms and complex tasks.
Abstract
On-policy deep reinforcement learning remains a dominant paradigm for continuous control, yet standard implementations rely on Gaussian actors and relatively shallow MLP policies, often leading to brittle optimization when gradients are noisy and policy updates must be conservative. In this paper, we revisit policy representation as a first-class design choice for on-policy optimization. We study discretized categorical actors that represent each action dimension with a distribution over bins, yielding a policy objective that resembles a cross-entropy loss. Building on architectural advances from supervised learning, we further propose regularized actor networks, while keeping critic design fixed. Our results show that simply replacing the standard actor network with our discretized regularized actor yields consistent gains and achieve the state-of-the-art performance across diverse continuous-control benchmarks.
