Caroline Wang

Ph.D. candidate in Computer Science, UT Austin · advised by Peter Stone

I am a final year Computer Science Ph.D. student at UT Austin, supervised by Peter Stone. I am fortunate to have previously interned at Google DeepMind, where I was hosted by Pablo S. Castro, and at Sony AI, where I was hosted by Varun Kompella. I’m currently motivated by a vision of AI agents that can work alongside humans—contributing to and benefiting from the collective knowledge and effort that drives human progress, unlocking new forms of collaboration that neither humans nor AI could achieve alone, and ensuring that such collaboration is steered by shared values.

My PhD work pursues the above vision through the lens of multi-agent reinforcement learning: understanding cooperative dynamics in multi-agent settings, and designing algorithms to enable agents to coordinate with previously unseen teammates towards shared goals (ad hoc teamwork). More broadly, I’m interested in the principles of learning necessary for cooperation, generalization, and emergent abilities in rich multi-agent systems, including continual learning and agents learning from other agents.

I received a B.S. in Mathematics and Computer Science from Duke University, where I researched interpretable machine learning methods for criminal recidivism prediction with Cynthia Rudin, including an analysis of the COMPAS algorithm that offered an alternative explanation for its previously observed racial bias. My work was recognized with a Goldwater Scholarship, a premier undergraduate research award in the United States.

  1. ICML 2026

    Discovering Differences in Strategic Behavior Between Humans and LLMs

    Caroline Wang, Daniel Kasenberg, Kim Stachenfeld, Pablo Samuel Castro

    We employ AlphaEvolve to discover interpretable models from data, revealing that frontier LLMs can be capable of deeper strategic behavior than humans in iterated rock-paper-scissors.

  2. ICLR Workshop 2026

    JaxAHT: A JAX-Based Library for Ad Hoc Teamwork

    Caroline Wang, Rolando Fernandez, Jiaxun Cui, Johnny Liu, Aditya Madhan, Zhihan Wang, Lingyun Xiao, Di Yang Shi, Arrasy Rahman, Peter Stone

    We introduce JaxAHT, the first open-source, JAX-based library designed to accelerate and standardize the Ad Hoc Teamwork research lifecycle using hardware acceleration.

  3. arXiv 2025

    ROTATE: Regret-driven Open-ended Training for Ad Hoc Teamwork

    Caroline Wang, Arrasy Rahman, Jiaxun Cui, Yoonchang Sung, Peter Stone.

    Oral spotlight at CoCoMARL 2025

    We formulate ad hoc teamwork as an open-ended learning process between a regret-maximizing teammate generator and an ad hoc teamwork agent.

  4. NeurIPS 2024

    N-Agent Ad Hoc Teamwork

    Caroline Wang, Arrasy Rahman, Ishan Durugkar, Elad Liebman, Peter Stone.

    Existing paradigms for multi-agent coordination are limited by assuming that either all agents are controlled (e.g. the typical cooperative MARL algorithm), or that only a single agent is controlled (ad hoc teamwork / zero shot coordination). We pose the N-Agent Ad Hoc Teamwork (NAHT) problem to the community, to lift these restrictions and pave the path towards more open multi-agent learning paradigms.

  5. AAAI 2024

    Building Minimal and Reusable Causal State Abstractions for Reinforcement Learning

    Zizhao Wang*, Caroline Wang*, Xuesu Xiao, Yuke Zhu, Peter Stone

    We introduce Causal Bisimulation Learning (CBM), a method that learns the causal relationships in the dynamics and reward functions for each task to derive a minimal, task-specific abstraction.

  6. AAMAS 2023

    D-Shape: Demonstration Shaped Reinforcement Learning

    Caroline Wang, Garrett Warnell, Peter Stone

    We propose D-Shape, an RL+IL algorithm that allows learning from suboptimal demonstrations while retaining the ability to find the optimal policy with respect to the task reward.

  7. AAAI 2023

    DM$^2$: Distributed multi-agent reinforcement learning via distribution matching

    Caroline Wang*, Ishan Durugkar*, Elad Liebman*, Peter Stone.

    We propose DM$^2$, an algorithm that allows a team of agents to perform cooperative tasks by independently imitating corresponding experts agents from a team of experts.

  8. J. Quant. Criminology 2022

    In pursuit of interpretable, fair and accurate machine learning for criminal recidivism prediction

    Caroline Wang*, Bin Han*, Bhrij Patel, Feroze Mohideen, Cynthia Rudin

    We design various interpretable machine learning models to predict criminal recidivism.

  9. HDSR 2020

    The age of secrecy and unfairness in recidivism prediction

    Rudin, Cynthia and Wang, Caroline and Coker, Beau

    We partially reverse-engineer the COMPAS model for recidivism prediction.

Timeline

2026

Jul · ICML

Discovering Differences in Strategic Behavior Between Humans and LLMs

Presented this work at ICML. We used AlphaEvolve to discover interpretable models of behavior directly from data, and found that frontier LLMs can play more strategically than humans in iterated rock-paper-scissors. This came out of my time at Google DeepMind.

Apr · service

Co-organized the MAL-GAI workshop at ICLR 2026

Served on the organizing committee for the Workshop on Multi-Agent Learning and Its Opportunities in the Era of Generative AI, which ran at ICLR in Rio de Janeiro.

Mar · ICLR Workshop

JaxAHT: A JAX-Based Library for Ad Hoc Teamwork

Led a team of nine in releasing JaxAHT, the first open-source JAX library for ad hoc teamwork. It gives a unified pipeline for teammate generation, training, and evaluation, with substantial speedups over PyTorch implementations. Presented at the MAL-GAI workshop.

2025

Oct · talk

ROTATE at the Google DeepMind RL reading group

Presented ROTATE and the open-ended training approach behind it to the reinforcement learning reading group at Google DeepMind.

Aug · arXiv

ROTATE: Regret-driven Open-ended Training for Ad Hoc Teamwork

Posted ROTATE on arXiv. Instead of training against a fixed population of teammates, we alternate between improving the ad hoc teamwork agent and generating new teammates that probe its weaknesses.

Oral spotlight at CoCoMARL 2025

Jun · news

Student researcher at Google DeepMind

Joined Google DeepMind through February 2026, hosted by Pablo Samuel Castro. I worked on using LLM-powered program discovery to study how humans and LLMs behave in strategic scenarios.

2024

Dec · NeurIPS

N-Agent Ad Hoc Teamwork

Presented N-Agent Ad Hoc Teamwork at NeurIPS. Existing work assumes either that every agent is controlled or that only one is, so we formalized the setting in between and proposed an algorithm for it.

May · service

Co-organized the ALA workshop at AAMAS 2024

Served on the organizing committee for the Adaptive Learning Agents workshop for a second year, this time at AAMAS in Auckland.

Feb · AAAI

Building Minimal and Reusable Causal State Abstractions for Reinforcement Learning

Presented CBM at AAAI, joint first-authored with Zizhao Wang. The method learns the causal relationships in the dynamics and reward for each task, and keeps only the state variables that task actually needs.

2023

Jun · news

Research intern at Sony AI

Summer internship hosted by Varun Kompella, developing experience replay methods to improve reinforcement learning sample efficiency on Sony's game environments.

Jun · AAMAS

D-Shape: Demonstration Shaped Reinforcement Learning

Presented D-Shape at AAMAS. It resolves the conflict between imitating suboptimal demonstrations and maximizing task reward by treating the demonstrations as shaping rewards, so the agent can still converge to the optimal policy.

May · service

Co-organized the ALA workshop at AAMAS 2023

Served on the organizing committee for the Adaptive Learning Agents workshop, held at AAMAS in London.

Apr · talk

DM² at the Multi-agent RL reading group

Presented DM² and its approach to coordination without explicit communication to the UMD Multi-agent Reinforcement Learning Reading Group.

Mar · talk

DM² at the Cooperative AI Lab

Invited talk to Prof. Yali Du's lab on distributed multi-agent reinforcement learning via distribution matching.

Feb · AAAI

DM$^2$: Distributed multi-agent reinforcement learning via distribution matching

Presented DM² at AAAI. We showed that independent agents can learn to coordinate without explicit communication, as long as each one matches a target distribution of trajectories from a joint expert.

2022

Mar · J. Quant. Criminology

In pursuit of interpretable, fair and accurate machine learning for criminal recidivism prediction

Published in the Journal of Quantitative Criminology. We compared interpretable recidivism models against two deployed risk assessments, COMPAS and the Arnold PSA, and found that simple, readable models can match or beat them.

2020

Aug · news

Started my PhD at UT Austin

Joined Peter Stone's group at UT Austin.

May · news

Graduated from Duke University

Graduated with a B.S. in Computer Science and Mathematics, with highest distinction.

Jan · HDSR

The age of secrecy and unfairness in recidivism prediction

Published in Harvard Data Science Review. By partially reconstructing COMPAS, we showed that it does not depend linearly on age as its creator described, and that its previously reported racial bias can be explained by age and criminal history.