English

Using a Logarithmic Mapping to Enable Lower Discount Factors in Reinforcement Learning

Machine Learning 2019-12-24 v2 Machine Learning

Abstract

In an effort to better understand the different ways in which the discount factor affects the optimization process in reinforcement learning, we designed a set of experiments to study each effect in isolation. Our analysis reveals that the common perception that poor performance of low discount factors is caused by (too) small action-gaps requires revision. We propose an alternative hypothesis that identifies the size-difference of the action-gap across the state-space as the primary cause. We then introduce a new method that enables more homogeneous action-gaps by mapping value estimates to a logarithmic space. We prove convergence for this method under standard assumptions and demonstrate empirically that it indeed enables lower discount factors for approximate reinforcement-learning methods. This in turn allows tackling a class of reinforcement-learning problems that are challenging to solve with traditional methods.

Keywords

Cite

@article{arxiv.1906.00572,
  title  = {Using a Logarithmic Mapping to Enable Lower Discount Factors in Reinforcement Learning},
  author = {Harm van Seijen and Mehdi Fatemi and Arash Tavakoli},
  journal= {arXiv preprint arXiv:1906.00572},
  year   = {2019}
}

Comments

NeurIPS 2019, code: https://github.com/microsoft/logrl

R2 v1 2026-06-23T09:38:07.350Z