English

Randomised Bayesian Least-Squares Policy Iteration

Machine Learning 2019-04-09 v1 Artificial Intelligence Machine Learning

Abstract

We introduce Bayesian least-squares policy iteration (BLSPI), an off-policy, model-free, policy iteration algorithm that uses the Bayesian least-squares temporal-difference (BLSTD) learning algorithm to evaluate policies. An online variant of BLSPI has been also proposed, called randomised BLSPI (RBLSPI), that improves its policy based on an incomplete policy evaluation step. In online setting, the exploration-exploitation dilemma should be addressed as we try to discover the optimal policy by using samples collected by ourselves. RBLSPI exploits the advantage of BLSTD to quantify our uncertainty about the value function. Inspired by Thompson sampling, RBLSPI first samples a value function from a posterior distribution over value functions, and then selects actions based on the sampled value function. The effectiveness and the exploration abilities of RBLSPI are demonstrated experimentally in several environments.

Keywords

Cite

@article{arxiv.1904.03535,
  title  = {Randomised Bayesian Least-Squares Policy Iteration},
  author = {Nikolaos Tziortziotis and Christos Dimitrakakis and Michalis Vazirgiannis},
  journal= {arXiv preprint arXiv:1904.03535},
  year   = {2019}
}

Comments

European Workshop on Reinforcement Learning 14, October 2018, Lille, France

R2 v1 2026-06-23T08:31:44.813Z