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

被引:9
作者
Jiang, Haobo [1 ,2 ,3 ]
Li, Guangyu [1 ,2 ,3 ]
Xie, Jin [1 ,2 ,3 ]
Yang, Jian [1 ,2 ,3 ]
机构
[1] Nanjing Univ Sci & Technol, PCA Lab, Sch Comp Sci & Engn, Nanjing 210094, Peoples R China
[2] Nanjing Univ Sci & Technol, Sch Comp Sci & Engn, Key Lab Intelligent Percept & Syst High Dimens In, Minist Educ, Nanjing 210094, Peoples R China
[3] Nanjing Univ Sci & Technol, Jiangsu Key Lab Image & Video Understanding Socia, Sch Comp Sci & Engn, Nanjing 210094, Peoples R China
关键词
Q-learning; Task analysis; Benchmark testing; Approximation algorithms; Toy manufacturing industry; Markov processes; Learning systems; Clipped double Q-learning; overestimation bias; reinforcement learning; underestimation bias; REINFORCEMENT; BIAS;
D O I
10.1109/TNNLS.2022.3203024
中图分类号
TP18 [人工智能理论];
学科分类号
081104 ; 0812 ; 0835 ; 1405 ;
摘要
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 article, in order to reduce the underestimation bias, we propose an action candidate-based clipped double estimator (AC-CDE) 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 tradeoff 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. Code is available at https://github.com/Jiang-HB/ac_CDQ.
引用
收藏
页码:5269 / 5279
页数:11
相关论文
共 44 条
[1]  
Abed-alguni BH., 2018, INT J ARTIF INTELL, V16, P41
[2]  
[Anonymous], 2019, Advances in Neural Information Processing Systems
[3]  
Anschel O., 2017, PR MACH LEARN RES, VVolume 70, P176
[4]   The Arcade Learning Environment: An Evaluation Platform for General Agents [J].
Bellemare, Marc G. ;
Naddaf, Yavar ;
Veness, Joel ;
Bowling, Michael .
JOURNAL OF ARTIFICIAL INTELLIGENCE RESEARCH, 2013, 47 :253-279
[5]  
Bertsekas DP, 1995, PROCEEDINGS OF THE 34TH IEEE CONFERENCE ON DECISION AND CONTROL, VOLS 1-4, P560, DOI 10.1109/CDC.1995.478953
[6]  
Chen X., 2021, arXiv
[7]  
Cini A, 2022, Arxiv, DOI arXiv:2003.09280
[8]  
Dabney W, 2018, AAAI CONF ARTIF INTE, P2892
[9]  
DEramo C., 2016, PROC ICML, P1
[10]  
Dhariwal Prafulla, 2017, OPENAI BASELINES