paper-with-me

홈 › Papers

Improving Stochastic Action-Constrained Reinforcement Learning via Truncated Distributions

2025-11-27 · Roland Stolz, Michael Eichelbeck, Matthias Althoff arxiv

In reinforcement learning (RL), it is often advantageous to consider additional constraints on the action space to ensure safety or action relevance. Existing work on such action-constrained RL faces challenges regarding effective policy updates, computational efficiency, and predictable runtime. Recent work proposes to use truncated normal distributions for stochastic policy gradient methods. However, the computation of key characteristics, such as the entropy, log-probability, and their gradients, becomes intractable under complex constraints. Hence, prior work approximates these using the non-truncated distributions, which severely degrades performance. We argue that accurate estimation of these characteristics is crucial in the action-constrained RL setting, and propose efficient numerical approximations for them. We also provide an efficient sampling strategy for truncated policy distributions and validate our approach on three benchmark environments, which demonstrate significant performance improvements when using accurate estimations.

📄 PDF Abstract BibTeX arXiv:2511.22406

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyReinforcement Learning

Similar Papers 제목 키워드 기반

Truncated Rectified Flow Policy for Reinforcement Learning with One-Step Sampling

2026-04-10 · Xubin Zhou, Yipeng Yang, Zhan Li arxiv

Maximum entropy reinforcement learning (MaxEnt RL) has become a standard framework for sequential decision making, yet its standard Gaussian policy parameterization is inherently unimodal, limiting its ability to model c…

Reinforcement LearningDecision Making

Efficient Parameter Estimation of Truncated Boolean Product Distributions

2020-07-05 · Dimitris Fotakis, Alkis Kalavasis, Christos Tzamos

We study the problem of estimating the parameters of a Boolean product distribution in $d$ dimensions, when the samples are truncated by a set $S \subset \{0, 1\}^d$ accessible through a membership oracle. This is the fi…

parameter estimation

FastDSAC: Enhancing Policy Plasticity via Constrained Exploration for Scalable Humanoid Locomotion

2026-06-30 · Guanchen Lu, Yajuan Dun, Yi Zhou, Letian Tao 외 arxiv

Scalable reinforcement learning has popularized high-throughput sampling architectures, which significantly compresses the training time for off-policy methods in robotic locomotion. However, the rapid increase of data v…

Reinforcement Learning

Learning Exponential Families from Truncated Samples

2023-09-21 · NeurIPS 2023 11

Missing data problems have many manifestations across many scientific fields. A fundamental type of missing data problem arises when samples are \textit{truncated}, i.e., samples that lie in a subset of the support are n…

Variance-reduced first-order methods for deterministically constrained stochastic nonconvex optimization with strong convergence guarantees

2024-09-16 · Zhaosong Lu, Sanyou Mei, Yifeng Xiao

In this paper, we study a class of deterministically constrained stochastic optimization problems. Existing methods typically aim to find an $\epsilon$-stochastic stationary point, where the expected violations of both c…

Stochastic Optimization