← Search

Hado P van Hasselt

11 accepted papers

2020

A Self-Tuning Actor-Critic Algorithm

NeurIPS 2020poster

Reinforcement learning algorithms are highly sensitive to the choice of hyperparameters, typically requiring significant manual effort to identify hyperparameters that perform well on a new domain. In this paper, we take a step towards addressing this issue by using metagradients to automatically ad…

2020

Discovering Reinforcement Learning Algorithms

NeurIPS 2020poster

Reinforcement learning (RL) algorithms update an agent’s parameters according to one of several possible rules, discovered manually through years of research. Automating the discovery of update rules from data could lead to more efficient algorithms, or algorithms that are better adapted to specific…

Cited by 176SourcePDFScholar
2020

Meta-Gradient Reinforcement Learning with an Objective Discovered Online

NeurIPS 2020poster

Deep reinforcement learning includes a broad family of algorithms that parameterise an internal representation, such as a value function or policy, by a deep neural network. Each algorithm optimises its parameters with respect to an objective, such as Q-learning or policy gradient, that defines its…

Cited by 85SourcePDFScholar
2019

Discovery of Useful Questions as Auxiliary Tasks

NeurIPS 2019poster

Arguably, intelligent agents ought to be able to discover their own questions so that in learning answers for them they learn unanticipated useful knowledge and skills; this departs from the focus in much of machine learning on agents learning answers to externally defined questions. We present a n…

Cited by 100SourcePDFScholar
2019

Hindsight Credit Assignment

NeurIPS 2019spotlight

We consider the problem of efficient credit assignment in reinforcement learning. In order to efficiently and meaningfully utilize new data, we propose to explicitly assign credit to past decisions based on the likelihood of them having led to the observed outcome. This approach uses new information…

2017

Natural Value Approximators: Learning when to Trust Past Estimates

NeurIPS 2017spotlight

Neural networks have a smooth initial inductive bias, such that small changes in input do not lead to large changes in output. However, in reinforcement learning domains with sparse rewards, value functions have non-smooth structure with a characteristic asymmetric discontinuity whenever rewards arr…

Cited by 11SourcePDFScholar
2017

Successor Features for Transfer in Reinforcement Learning

NeurIPS 2017spotlight

Transfer in reinforcement learning refers to the notion that generalization should occur not only within a task but also across tasks. We propose a transfer framework for the scenario where the reward function changes between tasks but the environment's dynamics remain the same. Our approach rests o…

Cited by 732SourcePDFScholar
2016

Learning values across many orders of magnitude

NeurIPS 2016poster

Most learning algorithms are not invariant to the scale of the signal that is being approximated. We propose to adaptively normalize the targets used in the learning updates. This is important in value-based reinforcement learning, where the magnitude of appropriate value approximations can change…

Cited by 218SourcePDFScholar