← Search

Perry Dong

10 accepted papers

2026

Posterior Behavioral Cloning: Pretraining BC Policies for Efficient RL Finetuning

ICML 2026spotlight

Standard practice across domains from robotics to language is to first pretrain a policy on a large-scale demonstration dataset, and then finetune this policy, typically with reinforcement learning (RL), in order to improve performance on deployment domains. This finetuning step has proved critical …

Cited by 0SourceScholar
2026

TQL: Scaling Q-Functions with Transformers by Preventing Attention Collapse

ICML 2026poster

Despite scale driving substantial recent advancements in machine learning, reinforcement learning (RL) methods still primarily use small value functions. Naively scaling value functions -- including with a transformer architecture, which is known to be highly scalable -- often results in learning in…

Cited by 0SourceScholar
2026

What Matters for Batch Online Reinforcement Learning in Robotics?

ICLR 2026poster

The ability to learn from large batches of autonomously collected data for policy improvement---a paradigm we refer to as batch online reinforcement learning---holds the promise of enabling truly scalable robot learning by significantly reducing the need for human effort of data collection while get…

Cited by 0SourceScholar
2024

Adaptively Learning to Select-Rank in Online Platforms

ICML 2024poster

Ranking algorithms are fundamental to various online platforms across e-commerce sites to content streaming services. Our research addresses the challenge of adaptively ranking items from a candidate pool for heterogeneous users, a key component in personalizing user experience. We develop a user re…

Cited by 0SourcePDFScholar
2024

RLIF: Interactive Imitation Learning as Reinforcement Learning

ICLR 2024poster

Although reinforcement learning methods offer a powerful framework for auto- matic skill acquisition, for practical learning-based control problems in domains such as robotics, imitation learning often provides a more convenient and accessible alternative. In particular, an interactive imitation lea…

2023

Action-Quantized Offline Reinforcement Learning for Robotic Skill Learning

CoRL 2023poster

The offline reinforcement learning (RL) paradigm provides a general recipe to convert static behavior datasets into policies that can perform better than the policy that collected the data. While policy constraints, conservatism, and other methods for mitigating distributional shifts have made offli…

Cited by 25SourcecodeScholar
2022

Distributionally Robust $Q$-Learning

ICML 2022spotlight

Reinforcement learning (RL) has demonstrated remarkable achievements in simulated environments. However, carrying this success to real environments requires the important attribute of robustness, which the existing RL algorithms often lack as they assume that the future deployment environment is the…

Cited by 64SourcePDFScholar
2022

Society of Agents: Regret Bounds of Concurrent Thompson Sampling

NeurIPS 2022accept

We consider the concurrent reinforcement learning problem where $n$ agents simultaneously learn to make decisions in the same environment by sharing experience with each other. Existing works in this emerging area have empirically demonstrated that Thompson sampling (TS) based algorithms provide a…

Cited by 5SourcePDFScholar