Efficient Average Reward Reinforcement Learning Using Constant Shifting Values.

Shangdong Yang,Yang Gao,Bo An,Hao Wang,Xingguo Chen
DOI: https://doi.org/10.1609/aaai.v30i1.10285
2016-01-01
Proceedings of the AAAI Conference on Artificial Intelligence
Abstract:There are two classes of average reward reinforcement learning (RL) algorithms: model-based ones that explicitly maintain MDP models and model-free ones that do not learn such models. Though model-free algorithms are known to be more efficient, they often cannot converge to optimal policies due to the perturbation of parameters. In this paper, a novel model-free algorithm is proposed, which makes use of constant shifting values (CSVs) estimated from prior knowledge. To encourage exploration during the learning process, the algorithm constantly subtracts the CSV from the rewards. A terminating condition is proposed to handle the unboundedness of Q-values caused by such substraction. The convergence of the proposed algorithm is proved under very mild assumptions. Furthermore, linear function approximation is investigated to generalize our method to handle large-scale tasks. Extensive experiments on representative MDPs and the popular game Tetris show that the proposed algorithms significantly outperform the state-of-the-art ones.
What problem does this paper attempt to address?