← Search

Silvia Sapora

5 accepted papers

2026

GRACE: A Language Model Framework for Explainable Inverse Reinforcement Learning

ICLR 2026poster

Inverse Reinforcement Learning aims to recover reward models from expert demonstrations, but traditional methods yield black-box models that are difficult to interpret and debug. In this work, we introduce GRACE (**G**enerating **R**ewards **A**s **C**od**E**), a method for using Large Language Mode…

Cited by 0SourceScholar
2026

Programming by Backprop: Learning Behaviour from Symbolic Descriptions

ICLR 2026poster

Large language models (LLMs) are typically trained to acquire behaviours from demonstrations or experience, yet much of their training data consists of symbolic descriptions: instructions, rules, and strategies that specify procedures without examples. We investigate whether LLMs can learn to execut…

Cited by 0SourcecodeScholar
2025

Learning mirror maps in policy mirror descent

ICLR 2025poster

Policy Mirror Descent (PMD) is a popular framework in reinforcement learning, serving as a unifying perspective that encompasses numerous algorithms. These algorithms are derived through the selection of a mirror map and enjoy finite-time convergence guarantees. Despite its popularity, the explorati…

Cited by 0SourcePDFScholar
2025

Meta-Learning Objectives for Preference Optimization

NeurIPS 2025poster

Evaluating preference optimization (PO) algorithms on LLM alignment is a challenging task that presents prohibitive costs, noise, and several variables like model size and hyper-parameters. In this work, we show that it is possible to gain insights on the efficacy of PO algorithm on much simpler ben…

Cited by 0SourceScholar
2024

EvIL: Evolution Strategies for Generalisable Imitation Learning

ICML 2024poster

Often times in imitation learning (IL), the environment we collect expert demonstrations in and the environment we want to deploy our learned policy in aren't exactly the same (e.g. demonstrations collected in simulation but deployment in the real world). Compared to policy-centric approaches to IL…