paper-with-me

Papers

Policy Optimization in Hybrid Discrete-Continuous Action Spaces via Mixed Gradients

2026-05-14 · Matias Alvo, Daniel Russo, Yash Kanoria arxiv

We study reinforcement learning in hybrid discrete-continuous action spaces, such as settings where the discrete component selects a regime (or index) and the continuous component optimizes within it -- a structure common in robotics, control, and operations problems. Standard model-free policy gradient methods rely on score-function (SF) estimators and suffer from severe credit-assignment issues in high-dimensional settings, leading to poor gradient quality. On the other hand, differentiable simulation largely sidesteps these issues by backpropagating through a simulator, but the presence of discrete actions or non-smooth dynamics yields biased or uninformative gradients. To address this, we propose Hybrid Policy Optimization (HPO), which backpropagates through the simulator wherever smoothness permits, using a mixed gradient estimator that combines pathwise and SF gradients while maintaining unbiasedness. We also show how problems with action discontinuities can be reformulated in hybrid form, further broadening its applicability. Empirically, HPO substantially outperforms PPO on inventory control and switched linear-quadratic regulator problems, with performance gaps increasing as the continuous action dimension grows. Finally, we characterize the structure of the mixed gradient, showing that its cross term -- which captures how continuous actions influence future discrete decisions -- becomes negligible near a discrete best response, thereby enabling approximate decentralized updates of the continuous and discrete components and reducing variance near optimality. All resources are available at github.com/MatiasAlvo/hybrid-rl.

📄 PDF Abstract BibTeX arXiv:2605.14297

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Hybrid TD3: Overestimation Bias Analysis and Stable Policy Optimization for Hybrid Action Space

2026-03-01 · Thanh-Tuan Tran, Thanh Nguyen Canh, Nak Young Chong, Xiem HoangVan arxiv

Reinforcement learning in discrete-continuous hybrid action spaces presents fundamental challenges for robotic manipulation, where high-level task decisions and low-level joint-space execution must be jointly optimized. …

Reinforcement Learning

Deterministic Policy Optimization by Combining Pathwise and Score Function Estimators for Discrete Action Spaces

2017-11-21 · Daniel Levy, Stefano Ermon

Policy optimization methods have shown great promise in solving complex reinforcement and imitation learning tasks. While model-free methods are broadly applicable, they often require many samples to optimize complex pol…

AcrobotImitation Learning

CHDP: Cooperative Hybrid Diffusion Policies for Reinforcement Learning in Parameterized Action Space

2026-01-09 · Bingyi Liu, Jinbo He, Haiyong Shi, Enshu Wang 외 arxiv

Hybrid action space, which combines discrete choices and continuous parameters, is prevalent in domains such as robot control and game AI. However, efficiently modeling and optimizing hybrid discrete-continuous action sp…

Reinforcement Learning

HyAR: Addressing Discrete-Continuous Action Reinforcement Learning via Hybrid Action Representation

2021-09-12 · ICLR 2022 4 · Boyan Li, Hongyao Tang, Yan Zheng, Jianye Hao 외

Discrete-continuous hybrid action space is a natural setting in many practical problems, such as robot control and game AI. However, most previous Reinforcement Learning (RL) works only demonstrate the success in control…

reinforcement-learningReinforcement Learning (RL)

HyLaR: Hybrid Latent Reasoning with Decoupled Policy Optimization

2026-04-22 · Tao Cheng, Shi-Zhe Chen, Hao Zhang, Yixin Qin 외 arxiv

Chain-of-Thought (CoT) reasoning significantly elevates the complex problem-solving capabilities of multimodal large language models (MLLMs). However, adapting CoT to vision typically discretizes signals to fit LLM input…

Reinforcement LearningText Generation