Model-Based Bayesian Exploration
This addresses the exploration-exploitation dilemma for reinforcement learning agents, but it is incremental as it builds on existing model-based approaches.
The paper tackles the problem of balancing exploration and exploitation in reinforcement learning by estimating the Value of Information using model-based uncertainty. It results in a myopic approximation method that selects actions to optimize this trade-off.
Reinforcement learning systems are often concerned with balancing exploration of untested actions against exploitation of actions that are known to be good. The benefit of exploration can be estimated using the classical notion of Value of Information - the expected improvement in future decision quality arising from the information acquired by exploration. Estimating this quantity requires an assessment of the agent's uncertainty about its current value estimates for states. In this paper we investigate ways of representing and reasoning about this uncertainty in algorithms where the system attempts to learn a model of its environment. We explicitly represent uncertainty about the parameters of the model and build probability distributions over Q-values based on these. These distributions are used to compute a myopic approximation to the value of information for each action and hence to select the action that best balances exploration and exploitation.