← Search

Richard S. Sutton

7 accepted papers

2025

MetaOptimize: A Framework for Optimizing Step Sizes and Other Meta-parameters

ICML 2025poster

We address the challenge of optimizing meta-parameters (hyperparameters) in machine learning, a key factor for efficient training and high model performance. Rather than relying on expensive meta-parameter search methods, we introduce MetaOptimize: a dynamic approach that adjusts meta-parameters, pa…

Cited by 3SourcePDFScholar
2024

Reward-Respecting Subtasks for Model-Based Reinforcement Learning (Abstract Reprint)

AAAI 2024technical

To achieve the ambitious goals of artificial intelligence, reinforcement learning must include planning with a model of the world that is abstract in state and time. Deep learning has made progress with state abstraction, but temporal abstraction has rarely been used, despite extensively developed t…

Cited by 0SourcePDFScholar
2022

Doubly-Asynchronous Value Iteration: Making Value Iteration Asynchronous in Actions

NeurIPS 2022accept

Value iteration (VI) is a foundational dynamic programming method, important for learning and planning in optimal control and reinforcement learning. VI proceeds in batches, where the update to the value of each state must be completed before the next batch of updates can begin. Completing a singl…

Cited by 2SourcePDFScholar
2021

Average-Reward Off-Policy Policy Evaluation with Function Approximation

ICML 2021spotlight

We consider off-policy policy evaluation with function approximation (FA) in average-reward MDPs, where the goal is to estimate both the reward rate and the differential value function. For this problem, bootstrapping is necessary and, along with off-policy learning and FA, results in the deadly tri…

2021

Learning and Planning in Average-Reward Markov Decision Processes

ICML 2021spotlight

We introduce learning and planning algorithms for average-reward MDPs, including 1) the first general proven-convergent off-policy model-free control algorithm without reference states, 2) the first proven-convergent off-policy model-free prediction algorithm, and 3) the first off-policy learning al…