← Search

Ray Jiang

6 accepted papers

2023

Human-level Atari 200x faster

ICLR 2023poster

The task of building general agents that perform well over a wide range of tasks has been an important goal in reinforcement learning since its inception. The problem has been subject of research of a large body of work, with performance frequently measured by observing scores over the wide range of…

Cited by 47SourcePDFScholar
2022

Learning Expected Emphatic Traces for Deep RL

AAAI 2022technical

Off-policy sampling and experience replay are key for improving sample efficiency and scaling model-free temporal difference learning methods. When combined with function approximation, such as neural networks, this combination is known as the deadly triad and is potentially unstable. Recently, it h…

Cited by 16SourcePDFScholar
2021

Emphatic Algorithms for Deep Reinforcement Learning

ICML 2021spotlight

Off-policy learning allows us to learn about possible policies of behavior from experience generated by a different behavior policy. Temporal difference (TD) learning algorithms can become unstable when combined with function approximation and off-policy sampling—this is known as the “deadly triad”.…

2019

Beyond Greedy Ranking: Slate Optimization via List-CVAE

ICLR 2019poster

The conventional approach to solving the recommendation problem greedily ranks individual document candidates by prediction scores. However, this method fails to optimize the slate as a whole, and hence, often struggles to capture biases caused by the page layout and document interdepedencies. The s…

Cited by 51SourcePDFScholar
2019

Learning from Delayed Outcomes via Proxies with Applications to Recommender Systems

ICML 2019oral

Predicting delayed outcomes is an important problem in recommender systems (e.g., if customers will finish reading an ebook). We formalize the problem as an adversarial, delayed online learning problem and consider how a proxy for the delayed outcome (e.g., if customers read a third of the book in 2…

Cited by 15SourcePDFScholar
2019

Wasserstein Fair Classification

UAI 2019poster

We propose an approach to fair classification that enforces independence between the classifier outputs and sensitive information by minimizing Wasserstein-1 distances. The approach has desirable theoretical properties and is robust to specific choices of the threshold used to obtain class predictio…