paper-with-me

Papers

Generative Actor-Critic with Soft Bridge Policies

2026-05-09 · Ke He, Le He, Shunpu Tang, Yafei Wang, Lisheng Fan arxiv

Expressive generative policies such as diffusion and flow models are appealing for MaxEnt online reinforcement learning because of their ability to model multimodal and highly non-Gaussian action distributions. However, training effective soft generative policies faces two obstacles that often arise together. First, marginal action densities are often unavailable, so existing methods typically rely on entropy bounds, heuristic proxies or approximations. Second, iterative shared-parameter samplers raise inference cost and require backpropagation through time over repeated network evaluations, increasing memory cost and destabilizing policy optimization. These obstacles motivate us to seek a generative policy that exposes a tractable MaxEnt objective while requiring only a single sampled actor forward pass for action generation. To this end, we propose soft generative actor-critic (SoftGAC), whose actor defines a stochastic bridge from a fixed base latent to a terminal action latent in pre-tanh space. This structured bridge allows us to lift the MaxEnt objective as an analytically tractable path-wise relative-entropy objective against a high-entropy reference process. In practical finite-step implementation, this relative entropy reduces exactly to sampled transition control energy and thus provides principled soft regularization. Moreover, we keep the single-pass actor lightweight by using small step-specific bridge transitions, each evaluated only once per sampled action, while maintaining a parameter budget comparable to strong actor baselines. Extensive experiments on challenging continuous-control benchmarks show that SoftGAC attains higher or competitive returns than strong generative policy baselines, including diffusion and flow-matching policies, while staying in the low-latency regime of one-pass actors and showing considerable improvements in the compute-return tradeoff.

📄 PDF Abstract BibTeX arXiv:2605.08733

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

On Generalization and Distributional Update for Mimicking Observations with Adequate Exploration

2025-01-22 · Yirui Zhou, Xiaowei Liu, Xiaofeng Zhang, Yangchun Zhang

This paper tackles the efficiency and stability issues in learning from observations (LfO). We commence by investigating how reward functions and policies generalize in LfO. Subsequently, the built-in reinforcement learn…

Reinforcement Learning (RL)

Improving Exploration in Soft-Actor-Critic with Normalizing Flows Policies

2019-06-06 · Patrick Nadeem Ward, Ariella Smofsky, Avishek Joey Bose

Deep Reinforcement Learning (DRL) algorithms for continuous action spaces are known to be brittle toward hyperparameters as well as \cut{being}sample inefficient. Soft Actor Critic (SAC) proposes an off-policy deep actor…

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Soft Decomposed Policy-Critic: Bridging the Gap for Effective Continuous Control with Discrete RL

2023-08-20 · Yechen Zhang, Jian Sun, Gang Wang, Zhuo Li 외

Discrete reinforcement learning (RL) algorithms have demonstrated exceptional performance in solving sequential decision tasks with discrete action spaces, such as Atari games. However, their effectiveness is hindered wh…

Atari Gamescontinuous-controlContinuous ControlReinforcement Learning (RL)

Risk-Sensitive Soft Actor-Critic for Robust Deep Reinforcement Learning under Distribution Shifts

2024-02-15 · Tobias Enders, James Harrison, Maximilian Schiffer

We study the robustness of deep reinforcement learning algorithms against distribution shifts within contextual multi-stage stochastic combinatorial optimization problems from the operations research domain. In this cont…

Combinatorial OptimizationDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Bayesian Soft Actor-Critic: A Directed Acyclic Strategy Graph Based Deep Reinforcement Learning

2022-08-11 · Qin Yang, Ramviyas Parasuraman

Adopting reasonable strategies is challenging but crucial for an intelligent agent with limited resources working in hazardous, unstructured, and dynamic environments to improve the system's utility, decrease the overall…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+2