paper-with-me

Papers

Discretizing Continuous Action Space with Unimodal Probability Distributions for On-Policy Reinforcement Learning

2024-08-01 · Yuanyang Zhu, Zhi Wang, Yuanheng Zhu, Chunlin Chen, Dongbin Zhao

For on-policy reinforcement learning, discretizing action space for continuous control can easily express multiple modes and is straightforward to optimize. However, without considering the inherent ordering between the discrete atomic actions, the explosion in the number of discrete actions can possess undesired properties and induce a higher variance for the policy gradient estimator. In this paper, we introduce a straightforward architecture that addresses this issue by constraining the discrete policy to be unimodal using Poisson probability distributions. This unimodal architecture can better leverage the continuity in the underlying continuous action space using explicit unimodal probability distributions. We conduct extensive experiments to show that the discrete policy with the unimodal probability distribution provides significantly faster convergence and higher performance for on-policy reinforcement learning algorithms in challenging control tasks, especially in highly complex tasks such as Humanoid. We provide theoretical analysis on the variance of the policy gradient estimator, which suggests that our attentively designed unimodal discrete policy can retain a lower variance and yield a stable learning process.

📄 PDF Abstract BibTeX arXiv:2408.00309

Code (1)

zhuyuanyang/udprl 공식 구현 tf

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Discretizing Continuous Action Space for On-Policy Optimization

2019-01-29 · Yunhao Tang, Shipra Agrawal

In this work, we show that discretizing action space for continuous control is a simple yet powerful technique for on-policy optimization. The explosion in the number of discrete actions can be efficiently addressed by a…

continuous-controlContinuous ControlInductive Bias

Discretization of Linear Systems using the Matrix Exponential

2025-05-18 · Steven Dahdah, James Richard Forbes

Discretizing continuous-time linear systems typically requires numerical integration. This document presents a convenient method for discretizing the dynamics, input, and process noise state-space matrices of a continuou…

Numerical Integration

Deep Jump Q-Evaluation for Offline Policy Evaluation in Continuous Action Space

2020-09-28 · Hengrui Cai, Chengchun Shi, Rui Song, Wenbin Lu

We consider off-policy evaluation (OPE) in continuous action domains, such as dynamic pricing and personalized dose finding. In OPE, one aims to learn the value under a new policy using historical data generated by a dif…

Off-policy evaluationQ-Learning

Continuous Control with Action Quantization from Demonstrations

2021-10-19 · Robert Dadashi, Léonard Hussenot, Damien Vincent, Sertan Girgin 외

In this paper, we propose a novel Reinforcement Learning (RL) framework for problems with continuous action spaces: Action Quantization from Demonstrations (AQuaDem). The proposed approach consists in learning a discreti…

continuous-controlContinuous ControlImitation LearningQuantization+1

Discrete Sequential Prediction of Continuous Actions for Deep RL

2017-05-14 · ICLR 2018 1 · Luke Metz, Julian Ibarz, Navdeep Jaitly, James Davidson

It has long been assumed that high dimensional continuous control problems cannot be solved effectively by discretizing individual dimensions of the action space due to the exponentially large number of bins over which p…

continuous-controlContinuous ControlPredictionQ-Learning+1