← Search

Andrew C Li

6 accepted papers

2025

Ground-Compose-Reinforce: Grounding Language in Agentic Behaviours using Limited Data

NeurIPS 2025poster

Grounding language in perception and action is a key challenge when building situated agents that can interact with humans, or other agents, via language. In the past, addressing this challenge has required manually designing the language grounding or curating massive datasets that associate languag…

Cited by 0SourceScholar
2024

Reward Machines for Deep RL in Noisy and Uncertain Environments

NeurIPS 2024poster

Reward Machines provide an automaton-inspired structure for specifying instructions, safety constraints, and other temporally extended reward-worthy behaviour. By exposing the underlying structure of a reward function, they enable the decomposition of an RL task, leading to impressive gains in sampl…

2023

Learning Belief Representations for Partially Observable Deep RL

ICML 2023poster

Many important real-world Reinforcement Learning (RL) problems involve partial observability and require policies with memory. Unfortunately, standard deep RL algorithms for partially observable settings typically condition on the full history of interactions and are notoriously difficult to train.…

Cited by 12SourcePDFScholar
2022

Learning to Follow Instructions in Text-Based Games

NeurIPS 2022accept

Text-based games present a unique class of sequential decision making problem in which agents interact with a partially observable, simulated environment via actions and observations conveyed through natural language. Such observations typically include instructions that, in a reinforcement learning…

2021

Interpretable Sequence Classification via Discrete Optimization

AAAI 2021technical

Sequence classification is the task of predicting a class label given a sequence of observations. In many applications such as healthcare monitoring or intrusion detection, early classification is crucial to prompt intervention. In this work, we learn sequence classifiers that favour early classifi…

2021

LTL2Action: Generalizing LTL Instructions for Multi-Task RL

ICML 2021spotlight

We address the problem of teaching a deep reinforcement learning (RL) agent to follow instructions in multi-task environments. Instructions are expressed in a well-known formal language {–} linear temporal logic (LTL) {–} and can specify a diversity of complex, temporally extended behaviours, includ…