← Search

Brendan O'Donoghue

15 accepted papers

2023

Optimistic Meta-Gradients

NeurIPS 2023poster

We study the connection between gradient-based meta-learning and convex optimisation. We observe that gradient descent with momentum is a special case of meta-gradients, and building on recent results in optimisation, we prove convergence rates for meta learning in the single task setting. While a m…

Cited by 4SourcePDFScholar
2023

Probabilistic Inference in Reinforcement Learning Done Right

NeurIPS 2023poster

A popular perspective in Reinforcement learning (RL) casts the problem as probabilistic inference on a graphical model of the Markov decision process (MDP). The core object of study is the probability of each state-action pair being visited under the optimal policy. Previous approaches to approximat…

Cited by 4SourcePDFScholar
2023

ReLOAD: Reinforcement Learning with Optimistic Ascent-Descent for Last-Iterate Convergence in Constrained MDPs

ICML 2023poster

In recent years, reinforcement learning (RL) has been applied to real-world problems with increasing success. Such applications often require to put constraints on the agent's behavior. Existing algorithms for constrained RL (CRL) rely on gradient descent-ascent, but this approach comes with a cavea…

Cited by 23SourcePDFScholar
2022

The Neural Testbed: Evaluating Joint Predictions

NeurIPS 2022accept

Predictive distributions quantify uncertainties ignored by point estimates. This paper introduces The Neural Testbed: an open source benchmark for controlled and principled evaluation of agents that generate such predictions. Crucially, the testbed assesses agents not only on the quality of their ma…

2021

Discovering a set of policies for the worst case reward

ICLR 2021spotlight

We study the problem of how to construct a set of policies that can be composed together to solve a collection of reinforcement learning tasks. Each task is a different reward function defined as a linear combination of known features. We consider a specific class of policy compositions which we ca…

Cited by 29SourcePDFScholar
2021

Practical Large-Scale Linear Programming using Primal-Dual Hybrid Gradient

NeurIPS 2021poster

We present PDLP, a practical first-order method for linear programming (LP) that can solve to the high levels of accuracy that are expected in traditional LP applications. In addition, it can scale to very large problems because its core operation is matrix-vector multiplications. PDLP is derived by…

2021

Sample Efficient Reinforcement Learning with REINFORCE

AAAI 2021technical

Policy gradient methods are among the most effective methods for large-scale reinforcement learning, and their empirical success has prompted several works that develop the foundation of their global convergence theory. However, prior works have either required exact gradients or state-action visita…

Cited by 130SourcePDFScholar
2020

Making Sense of Reinforcement Learning and Probabilistic Inference

ICLR 2020spotlight

Reinforcement learning (RL) combines a control problem with statistical estimation: The system dynamics are not known to the agent, but can be learned through experience. A recent line of research casts ‘RL as inference’ and suggests a particular framework to generalize the RL problem as probabilist…

Cited by 52SourceScholar
2019

Verification of Non-Linear Specifications for Neural Networks

ICLR 2019poster

Prior work on neural network verification has focused on specifications that are linear functions of the output of the network, e.g., invariance of the classifier output under adversarial perturbations of the input. In this paper, we extend verification algorithms to be able to certify richer proper…

Cited by 50SourcePDFScholar