paper-with-me

Papers

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, Wei Chen

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 when applied to continuous control problems due to the challenge of dimensional explosion. In this paper, we present the Soft Decomposed Policy-Critic (SDPC) architecture, which combines soft RL and actor-critic techniques with discrete RL methods to overcome this limitation. SDPC discretizes each action dimension independently and employs a shared critic network to maximize the soft $Q$-function. This novel approach enables SDPC to support two types of policies: decomposed actors that lead to the Soft Decomposed Actor-Critic (SDAC) algorithm, and decomposed $Q$-networks that generate Boltzmann soft exploration policies, resulting in the Soft Decomposed-Critic Q (SDCQ) algorithm. Through extensive experiments, we demonstrate that our proposed approach outperforms state-of-the-art continuous RL algorithms in a variety of continuous control tasks, including Mujoco's Humanoid and Box2d's BipedalWalker. These empirical results validate the effectiveness of the SDPC architecture in addressing the challenges associated with continuous control.

📄 PDF Abstract BibTeX arXiv:2308.10203

Code (0)

등록된 구현이 없습니다.

Tasks

Atari Gamescontinuous-controlContinuous ControlReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Decomposed Soft Actor-Critic Method for Cooperative Multi-Agent Reinforcement Learning

2021-04-14 · Yuan Pu, Shaochen Wang, Rui Yang, Xin Yao 외

Deep reinforcement learning methods have shown great performance on many challenging cooperative multi-agent tasks. Two main promising research directions are multi-agent value function decomposition and multi-agent poli…

counterfactualDeep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+4

Bridging the Gap Between Value and Policy Based Reinforcement Learning

2017-02-28 · NeurIPS 2017 12 · Ofir Nachum, Mohammad Norouzi, Kelvin Xu, Dale Schuurmans

We establish a new connection between value and policy based reinforcement learning (RL) based on a relationship between softmax temporal value consistency and policy optimality under entropy regularization. Specifically…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Bridging the Gap: Enabling Soft Actor Critic for High Performance Legged Locomotion

2026-05-24 · Gianluca Sabatini, Chenhao Li, Marco Hutter arxiv

Proximal Policy Optimization (PPO) has become the de facto standard for training legged robots, thanks to its robustness and scalability in massively parallel simulation environments like IsaacLab. However, its on-policy…

Drifting Field Policy: A One-Step Generative Policy via Wasserstein Gradient Flow

2026-05-08 · Juil Koo, Mingue Park, Jiwon Choi, Yunhong Min 외 arxiv

We propose Drifting Field Policy (DFP), a non-ODE one-step generative policy built on the drifting model paradigm. We frame the policy update as a reverse-KL Wasserstein-2 gradient flow toward a soft target policy, so th…

Off-Policy Multi-Agent Decomposed Policy Gradients

2020-07-24 · Yihan Wang, Beining Han, Tonghan Wang, Heng Dong 외

Multi-agent policy gradient (MAPG) methods recently witness vigorous progress. However, there is a significant performance discrepancy between MAPG methods and state-of-the-art multi-agent value-based approaches. In this…

Multi-agent Reinforcement LearningStarcraftStarcraft II