English

Pretrain Soft Q-Learning with Imperfect Demonstrations

Machine Learning 2019-05-10 v1 Artificial Intelligence Machine Learning

Abstract

Pretraining reinforcement learning methods with demonstrations has been an important concept in the study of reinforcement learning since a large amount of computing power is spent on online simulations with existing reinforcement learning algorithms. Pretraining reinforcement learning remains a significant challenge in exploiting expert demonstrations whilst keeping exploration potentials, especially for value based methods. In this paper, we propose a pretraining method for soft Q-learning. Our work is inspired by pretraining methods for actor-critic algorithms since soft Q-learning is a value based algorithm that is equivalent to policy gradient. The proposed method is based on γ\gamma-discounted biased policy evaluation with entropy regularization, which is also the updating target of soft Q-learning. Our method is evaluated on various tasks from Atari 2600. Experiments show that our method effectively learns from imperfect demonstrations, and outperforms other state-of-the-art methods that learn from expert demonstrations.

Keywords

Cite

@article{arxiv.1905.03501,
  title  = {Pretrain Soft Q-Learning with Imperfect Demonstrations},
  author = {Xiaoqin Zhang and Yunfei Li and Huimin Ma and Xiong Luo},
  journal= {arXiv preprint arXiv:1905.03501},
  year   = {2019}
}
R2 v1 2026-06-23T09:01:27.497Z