← Search

Ruosong Wang

30 accepted papers

2026

Frozen Policy Iteration: Computationally Efficient RL under Linear $Q^{\pi}$ Realizability for Deterministic Dynamics

ICLR 2026poster

We study computationally and statistically efficient reinforcement learning under the linear $Q^{\pi}$ realizability assumption, where any policy's $Q$-function is linear in a given state-action feature representation. Prior methods in this setting are either computationally intractable, or require…

Cited by 0SourceScholar
2025

Deployment Efficient Reward-Free Exploration with Linear Function Approximation

NeurIPS 2025poster

We study deployment-efficient reward-free exploration with linear function approximation, where the goal is to explore a linear Markov Decision Process (MDP) without revealing the reward function, while minimizing the number of distinct policies implemented during learning. By ``deployment efficient…

Cited by 0SourceScholar
2025

Minimax Optimal Regret Bound for Reinforcement Learning with Trajectory Feedback

ICML 2025poster

In this work, we study reinforcement learning (RL) with trajectory feedback. Compared to the standard RL setting, in RL with trajectory feedback, the agent only observes the accumulative reward along the trajectory, and therefore, this model is particularly suitable for scenarios where querying the…

Cited by 0SourcePDFScholar
2025

Misspecified $Q$-Learning with Sparse Linear Function Approximation: Tight Bounds on Approximation Error

ICLR 2025poster

The recent work by Dong and Yang (2023) showed for misspecified sparse linear bandits, one can obtain an $O(\epsilon)$-optimal policy using a polynomial number of samples when the sparsity is a constant, where $\epsilon$ is the misspecification error. This result is in sharp contrast to misspecified…

Cited by 1SourcePDFScholar
2025

Regret-Optimal List Replicable Bandit Learning: Matching Upper and Lower Bounds

ICLR 2025poster

This paper investigates *list replicability* [Dixon et al., 2023] in the context of multi-armed (also linear) bandits (MAB). We define an algorithm $A$ for MAB to be $(\ell,\delta)$-list replicable if with probability at least $1-\delta$, $A$ has at most $\ell$ traces in independent executions even…

Cited by 0SourcePDFScholar
2024

Uniform Last-Iterate Guarantee for Bandits and Reinforcement Learning

NeurIPS 2024poster

Existing metrics for reinforcement learning (RL) such as regret, PAC bounds, or uniform-PAC (Dann et al., 2017), typically evaluate the cumulative performance, while allowing the play of an arbitrarily bad policy at any finite time t. Such a behavior can be highly detrimental in high-stakes applicat…

Cited by 3SourcePDFScholar
2023

Horizon-Free and Variance-Dependent Reinforcement Learning for Latent Markov Decision Processes

ICML 2023poster

We study regret minimization for reinforcement learning (RL) in Latent Markov Decision Processes (LMDPs) with context in hindsight. We design a novel model-based algorithmic framework which can be instantiated with both a model-optimistic and a value-optimistic solver. We prove an $\tilde{O}(\sqrt{\…

Cited by 4SourcePDFScholar
2021

An Exponential Lower Bound for Linearly Realizable MDP with Constant Suboptimality Gap

NeurIPS 2021oral

A fundamental question in the theory of reinforcement learning is: suppose the optimal $Q$-function lies in the linear span of a given $d$ dimensional feature mapping, is sample-efficient reinforcement learning (RL) possible? The recent and remarkable result of Weisz et al. (2020) resolves this ques…

Cited by 58SourcePDFScholar
2021

Bilinear Classes: A Structural Framework for Provable Generalization in RL

ICML 2021oral

This work introduces Bilinear Classes, a new structural framework, which permit generalization in reinforcement learning in a wide variety of settings through the use of function approximation. The framework incorporates nearly all existing models in which a polynomial sample complexity is achievabl…

Cited by 256SourcePDFScholar
2021

Instabilities of Offline RL with Pre-Trained Neural Representation

ICML 2021spotlight

In offline reinforcement learning (RL), we seek to utilize offline data to evaluate (or learn) policies in scenarios where the data are collected from a distribution that substantially differs from that of the target policy to be evaluated. Recent theoretical advances have shown that such sample-eff…

Cited by 56SourcePDFScholar
2021

Optimism in Reinforcement Learning with Generalized Linear Function Approximation

ICLR 2021poster

We design a new provably efficient algorithm for episodic reinforcement learning with generalized linear function approximation. We analyze the algorithm under a new expressivity assumption that we call ``optimistic closure,'' which is strictly weaker than assumptions from prior analyses for the lin…

Cited by 186SourcePDFScholar
2021

What are the Statistical Limits of Offline RL with Linear Function Approximation?

ICLR 2021spotlight

Offline reinforcement learning seeks to utilize offline (observational) data to guide the learning of (causal) sequential decision making strategies. The hope is that offline reinforcement learning coupled with function approximation methods (to deal with the curse of dimensionality) can provide a m…

Cited by 198SourcePDFScholar
2020

Agnostic $Q$-learning with Function Approximation in Deterministic Systems: Near-Optimal Bounds on Approximation Error and Sample Complexity

NeurIPS 2020poster

The current paper studies the problem of agnostic $Q$-learning with function approximation in deterministic systems where the optimal $Q$-function is approximable by a function in the class $\mathcal{F}$ with approximation error $\delta \ge 0$. We propose a novel recursion-based algorithm and show t…

Cited by 27SourcePDFScholar
2020

Harnessing the Power of Infinitely Wide Deep Nets on Small-data Tasks

ICLR 2020spotlight

Recent research shows that the following two models are equivalent: (a) infinitely wide neural networks (NNs) trained under l2 loss by gradient descent with infinitesimally small learning rate (b) kernel regression with respect to so-called Neural Tangent Kernels (NTKs) (Jacot et al., 2018). An effi…

Cited by 202SourcecodeScholar
2020

Is a Good Representation Sufficient for Sample Efficient Reinforcement Learning?

ICLR 2020spotlight

Modern deep learning methods provide effective means to learn good representations. However, is a good representation itself sufficient for sample efficient reinforcement learning? This question has largely been studied only with respect to (worst-case) approximation error, in the more classical app…

Cited by 256SourceScholar
2020

On Reward-Free Reinforcement Learning with Linear Function Approximation

NeurIPS 2020poster

Reward-free reinforcement learning (RL) is a framework which is suitable for both the batch RL setting and the setting where there are many reward functions of interest. During the exploration phase, an agent collects samples without using a pre-specified reward function. After the exploration phase…

Cited by 135SourcePDFScholar
2020

Planning with General Objective Functions: Going Beyond Total Rewards

NeurIPS 2020poster

Standard sequential decision-making paradigms aim to maximize the cumulative reward when interacting with the unknown environment., i.e., maximize $\sum_{h = 1}^H r_h$ where $H$ is the planning horizon. However, this paradigm fails to model important practical applications, e.g., safe control that a…

Cited by 24SourcePDFScholar
2020

Preference-based Reinforcement Learning with Finite-Time Guarantees

NeurIPS 2020spotlight

Preference-based Reinforcement Learning (PbRL) replaces reward values in traditional reinforcement learning by preferences to better elicit human opinion on the target objective, especially when numerical reward values are hard to design or interpret. Despite promising results in applications, the…

Cited by 79SourcePDFScholar
2020

Provably Efficient Exploration for Reinforcement Learning Using Unsupervised Learning

NeurIPS 2020spotlight

Motivated by the prevailing paradigm of using unsupervised learning for efficient exploration in reinforcement learning (RL) problems [tang2017exploration,bellemare2016unifying], we investigate when this paradigm is provably efficient. We study episodic Markov decision processes with rich observatio…

2020

Reinforcement Learning with General Value Function Approximation: Provably Efficient Approach via Bounded Eluder Dimension

NeurIPS 2020poster

Value function approximation has demonstrated phenomenal empirical success in reinforcement learning (RL). Nevertheless, despite a handful of recent progress on developing theory for RL with linear function approximation, the understanding of \emph{general} function approximation schemes largely rem…

Cited by 192SourcePDFScholar
2019

Efficient Symmetric Norm Regression via Linear Sketching

NeurIPS 2019poster

We provide efficient algorithms for overconstrained linear regression problems with size $n \times d$ when the loss function is a symmetric norm (a norm invariant under sign-flips and coordinate-permutations). An important class of symmetric norms are Orlicz norms, where for a function $G$ and a ve…

Cited by 29SourcePDFScholar
2019

Fine-Grained Analysis of Optimization and Generalization for Overparameterized Two-Layer Neural Networks

ICML 2019oral

Recent works have cast some light on the mystery of why deep nets fit any data and generalize despite being very overparametrized. This paper analyzes training and generalization for a simple 2-layer ReLU net with random initialization, and provides the following improvements over recent works: (i)…

Cited by 1183SourcePDFScholar
2019

Graph Neural Tangent Kernel: Fusing Graph Neural Networks with Graph Kernels

NeurIPS 2019poster

While graph kernels (GKs) are easy to train and enjoy provable theoretical guarantees, their practical performances are limited by their expressive power, as the kernel function often depends on hand-crafted combinatorial features of graphs. Compared to graph kernels, graph neural networks (GNNs) us…

2019

On Exact Computation with an Infinitely Wide Neural Net

NeurIPS 2019spotlight

How well does a classic deep net architecture like AlexNet or VGG19 classify on a standard dataset such as CIFAR-10 when its “width”— namely, number of channels in convolutional layers, and number of nodes in fully-connected internal layers — is allowed to increase to infinity? Such questions have c…

2019

Provably Efficient Q-learning with Function Approximation via Distribution Shift Error Checking Oracle

NeurIPS 2019poster

Q-learning with function approximation is one of the most popular methods in reinforcement learning. Though the idea of using function approximation was proposed at least 60 years ago, even in the simplest setup, i.e, approximating Q-functions with linear functions, it is still an open problem how t…

Cited by 107SourcePDFScholar