← Search

Ryan Sullivan

7 accepted papers

2025

Robust Multi-Objective Preference Alignment with Online DPO

AAAI 2025technical

Multi-objective preference alignment of large language models (LLMs) is critical for developing AI systems that are more configurable, personalizable, helpful, and safe. However, optimizing model outputs to satisfy diverse objectives with variable weights at inference time for truly personalized mod…

Cited by 0SourcePDFScholar
2024

Conditional Language Policy: A General Framework For Steerable Multi-Objective Finetuning

EMNLP 2024finding

Reward-based finetuning is crucial for aligning language policies with intended behaviors (*e.g.*, creativity and safety). A key challenge is to develop steerable language models that trade-off multiple (conflicting) objectives in a flexible and efficient manner. This paper presents Conditional Lang…

Cited by 17SourcePDFScholar
2023

Gradient Informed Proximal Policy Optimization

NeurIPS 2023poster

We introduce a novel policy learning method that integrates analytical gradients from differentiable environments with the Proximal Policy Optimization (PPO) algorithm. To incorporate analytical gradients into the PPO framework, we introduce the concept of an α-policy that stands as a locally superi…

2023

Neural MMO 2.0: A Massively Multi-task Addition to Massively Multi-agent Learning

NeurIPS 2023poster

Neural MMO 2.0 is a massively multi-agent and multi-task environment for reinforcement learning research. This version features a novel task-system that broadens the range of training settings and poses a new challenge in generalization: evaluation on and against tasks, maps, and opponents never see…

2023

Reward Scale Robustness for Proximal Policy Optimization via DreamerV3 Tricks

NeurIPS 2023poster

Most reinforcement learning methods rely heavily on dense, well-normalized environment rewards. DreamerV3 recently introduced a model-based method with a number of tricks that mitigate these limitations, achieving state-of-the-art on a wide range of benchmarks with a single set of hyperparameters. T…

Cited by 5SourcePDFScholar
2022

Cliff Diving: Exploring Reward Surfaces in Reinforcement Learning Environments

ICML 2022spotlight

Visualizing optimization landscapes has resulted in many fundamental insights in numeric optimization, specifically regarding novel improvements to optimization techniques. However, visualizations of the objective that reinforcement learning optimizes (the "reward surface") have only ever been gener…

2021

PettingZoo: Gym for Multi-Agent Reinforcement Learning

NeurIPS 2021poster

This paper introduces the PettingZoo library and the accompanying Agent Environment Cycle (``"AEC") games model. PettingZoo is a library of diverse sets of multi-agent environments with a universal, elegant Python API. PettingZoo was developed with the goal of accelerating research in Multi-Agent Re…