← Search

Joshua Greaves

3 accepted papers

2025

Tapered Off-Policy REINFORCE - Stable and efficient reinforcement learning for large language models

NeurIPS 2025poster

We propose a new algorithm for fine-tuning large language models using reinforcement learning. Tapered Off-Policy REINFORCE (TOPR) uses an asymmetric, tapered variant of importance sampling to speed up learning while maintaining stable learning dynamics, even without the use of KL regularization. TO…

Cited by 0SourceScholar
2023

A Novel Stochastic Gradient Descent Algorithm for Learning Principal Subspaces

AISTATS 2023poster

Many machine learning problems encode their data as a matrix with a possibly very large number of rows and columns. In several applications like neuroscience, image compression or deep reinforcement learning, the principal subspace of such a matrix provides a useful, low-dimensional representation o…

2023

Proto-Value Networks: Scaling Representation Learning with Auxiliary Tasks

ICLR 2023poster

Auxiliary tasks improve the representations learned by deep reinforcement learning agents. Analytically, their effect is reasonably well-understood; in practice, how-ever, their primary use remains in support of a main learning objective, rather than as a method for learning representations. This is…