Diffusion Actor-Critic with Entropy Regulator
About
Reinforcement learning (RL) has proven highly effective in addressing complex decision-making and control tasks. However, in most traditional RL algorithms, the policy is typically parameterized as a diagonal Gaussian distribution with learned mean and variance, which constrains their capability to acquire complex policies. In response to this problem, we propose an online RL algorithm termed diffusion actor-critic with entropy regulator (DACER). This algorithm conceptualizes the reverse process of the diffusion model as a novel policy function and leverages the capability of the diffusion model to fit multimodal distributions, thereby enhancing the representational capacity of the policy. Since the distribution of the diffusion policy lacks an analytical expression, its entropy cannot be determined analytically. To mitigate this, we propose a method to estimate the entropy of the diffusion policy utilizing Gaussian mixture model. Building on the estimated entropy, we can learn a parameter $\alpha$ that modulates the degree of exploration and exploitation. Parameter $\alpha$ will be employed to adaptively regulate the variance of the added noise, which is applied to the action output by the diffusion model. Experimental trials on MuJoCo benchmarks and a multimodal task demonstrate that the DACER algorithm achieves state-of-the-art (SOTA) performance in most MuJoCo control tasks while exhibiting a stronger representational capacity of the diffusion policy.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Online Reinforcement Learning | OpenAI Gym MuJoCo Normalized v4 | Normalized Mean Return76 | 50 | |
| Reinforcement Learning | HalfCheetah v3 | Mean Reward1.72e+4 | 15 | |
| Reinforcement Learning | Swimmer v3 | Mean Reward152 | 15 | |
| Reinforcement Learning | Humanoid v3 | Avg Final Return1.19e+4 | 7 | |
| Reinforcement Learning | Ant v3 | Average Final Return9.11e+3 | 7 | |
| Reinforcement Learning | Walker2d v3 | Average Final Return6.70e+3 | 7 | |
| Reinforcement Learning | InvertedDoublePendulum v3 | Average Final Return9.36e+3 | 7 | |
| Reinforcement Learning | Hopper v3 | Average Final Return4.10e+3 | 7 | |
| Reinforcement Learning | Pusher v2 | Average Final Return-19 | 7 |