paper-with-me

Papers

Action Candidate Driven Clipped Double Q-learning for Discrete and Continuous Action Tasks

2022-03-22 · Haobo Jiang, Jin Xie, Jian Yang

Double Q-learning is a popular reinforcement learning algorithm in Markov decision process (MDP) problems. Clipped Double Q-learning, as an effective variant of Double Q-learning, employs the clipped double estimator to approximate the maximum expected action value. Due to the underestimation bias of the clipped double estimator, the performance of clipped Double Q-learning may be degraded in some stochastic environments. In this paper, in order to reduce the underestimation bias, we propose an action candidate-based clipped double estimator for Double Q-learning. Specifically, we first select a set of elite action candidates with high action values from one set of estimators. Then, among these candidates, we choose the highest valued action from the other set of estimators. Finally, we use the maximum value in the second set of estimators to clip the action value of the chosen action in the first set of estimators and the clipped value is used for approximating the maximum expected action value. Theoretically, the underestimation bias in our clipped Double Q-learning decays monotonically as the number of action candidates decreases. Moreover, the number of action candidates controls the trade-off between the overestimation and underestimation biases. In addition, we also extend our clipped Double Q-learning to continuous action tasks via approximating the elite continuous action candidates. We empirically verify that our algorithm can more accurately estimate the maximum expected action value on some toy environments and yield good performance on several benchmark problems.

📄 PDF Abstract BibTeX arXiv:2203.11526

Code (1)

Jiang-HB/AC_CDQ 공식 구현 pytorch

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Clipped Double Q-learning 설명 없음
Double Q-learning Double Q-learning is an off-policy reinforcement learning algorithm that utilises double estimation to counteract overestimation problems with traditional Q-learning. The…

Similar Papers 제목 키워드 기반

Action Candidate Based Clipped Double Q-learning for Discrete and Continuous Action Tasks

2021-05-03 · Haobo Jiang, Jin Xie, Jian Yang

Double Q-learning is a popular reinforcement learning algorithm in Markov decision process (MDP) problems. Clipped Double Q-learning, as an effective variant of Double Q-learning, employs the clipped double estimator to …

Q-Learning

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

Clipped Action Policy Gradient

2018-02-21 · ICML 2018 7 · Yasuhiro Fujita, Shin-ichi Maeda

Many continuous control tasks have bounded action spaces. When policy gradient methods are applied to such tasks, out-of-bound actions need to be clipped before execution, while policies are usually optimized as if the a…

continuous-controlContinuous ControlPolicy Gradient Methods

Smooth Partial Lotteries for Stable Randomized Selection

2026-05-19 · Alexander Goldberg, Giulia Fanti, Nihar B. Shah arxiv

Competitive selection processes, from scientific funding to admissions and hiring, use evaluations to score candidates, and eventually choose a subset of them based on those scores. Recently, many organizations have adop…

NH-CROP: Robust Pricing for Governed Language Data Assets under Cost Uncertainty

2026-05-03 · Xu Zheng, Feiyu Wu, Zhuocheng Wang, Yiming Dai 외 arxiv

Language data are increasingly acquired and governed as assets, yet platforms often price candidate resources before knowing their true privacy or access costs. We study online pricing for governed language data assets u…