Parameterized Indexed Value Function for Efficient Exploration in Reinforcement Learning

Abstract

It is well known that quantifying uncertainty in the action-value estimates is crucial for efficient exploration in reinforcement learning. Ensemble sampling offers a relatively computationally tractable way of doing this using randomized value functions. However, it still requires a huge amount of computational resources for complex problems. In this paper, we present an alternative, computationally efficient way to induce exploration using index sampling. We use an indexed value function to represent uncertainty in our action-value estimates. We first present an algorithm to learn parameterized indexed value function through a distributional version of temporal difference in a tabular setting and prove its regret bound. Then, in a computational point of view, we propose a dual-network architecture, Parameterized Indexed Networks (PINs), comprising one mean network and one uncertainty network to learn the indexed value function. Finally, we show the efficacy of PINs through computational experiments.

Cite

Text

Tan et al. "Parameterized Indexed Value Function for Efficient Exploration in Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.6055

Markdown

[Tan et al. "Parameterized Indexed Value Function for Efficient Exploration in Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/tan2020aaai-parameterized/) doi:10.1609/AAAI.V34I04.6055

BibTeX

@inproceedings{tan2020aaai-parameterized,
  title     = {{Parameterized Indexed Value Function for Efficient Exploration in Reinforcement Learning}},
  author    = {Tan, Tian and Xiong, Zhihan and Dwaracherla, Vikranth R.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {5948-5955},
  doi       = {10.1609/AAAI.V34I04.6055},
  url       = {https://mlanthology.org/aaai/2020/tan2020aaai-parameterized/}
}