← Search

Wesley Chung

5 accepted papers

2024

Parseval Regularization for Continual Reinforcement Learning

NeurIPS 2024poster

Plasticity loss, trainability loss, and primacy bias have been identified as issues arising when training deep neural networks on sequences of tasks---referring to the increased difficulty in training on new tasks. We propose to use Parseval regularization, which maintains orthogonality of weight ma…

Cited by 0SourcePDFScholar
2022

The Role of Baselines in Policy Gradient Optimization

NeurIPS 2022accept

We study the effect of baselines in on-policy stochastic policy gradient optimization, and close the gap between the theory and practice of policy optimization methods. Our first contribution is to show that the \emph{state value} baseline allows on-policy stochastic \emph{natural} policy gradient (…

Cited by 21SourcePDFScholar
2021

Beyond Variance Reduction: Understanding the True Impact of Baselines on Policy Optimization

ICML 2021spotlight

Bandit and reinforcement learning (RL) problems can often be framed as optimization problems where the goal is to maximize average performance while having access only to stochastic estimates of the true gradient. Traditionally, stochastic optimization theory predicts that learning dynamics are gove…

Cited by 35SourcePDFScholar
2019

Importance Resampling for Off-policy Prediction

NeurIPS 2019poster

Importance sampling (IS) is a common reweighting strategy for off-policy prediction in reinforcement learning. While it is consistent and unbiased, it can result in high variance updates to the weights for the value function. In this work, we explore a resampling strategy as an alternative to rewei…

2019

Two-Timescale Networks for Nonlinear Value Function Approximation

ICLR 2019poster

A key component for many reinforcement learning agents is to learn a value function, either for policy evaluation or control. Many of the algorithms for learning values, however, are designed for linear function approximation---with a fixed basis or fixed representation. Though there have been a few…

Cited by 57SourcePDFScholar