← Search

Levi Lelis

8 accepted papers

2026

Gradient-Based Program Synthesis with Neurally Interpreted Languages

ICLR 2026poster

A central challenge in program induction has long been the trade-off between symbolic and neural approaches. Symbolic methods offer compositional generalisation and data efficiency, yet their scalability is constrained by formalisms such as domain-specific languages (DSLs), which are labor-intensive…

Cited by 0SourceScholar
2024

Reclaiming the Source of Programmatic Policies: Programmatic versus Latent Spaces

ICLR 2024poster

Recent works have introduced LEAPS and HPRL, systems that learn latent spaces of domain-specific languages, which are used to define programmatic policies for partially observable Markov decision processes (POMDPs). These systems induce a latent space while optimizing losses such as the behavior los…

Cited by 10SourcePDFScholar
2020

Marginal Utility for Planning in Continuous or Large Discrete Action Spaces

NeurIPS 2020poster

Sample-based planning is a powerful family of algorithms for generating intelligent behavior from a model of the environment. Generating good candidate actions is critical to the success of sample-based planners, particularly in continuous or large action spaces. Typically, candidate action generati…

Cited by 4SourcePDFScholar
2018

Single-Agent Policy Tree Search With Guarantees

NeurIPS 2018poster

We introduce two novel tree search algorithms that use a policy to guide search. The first algorithm is a best-first enumeration that uses a cost function that allows us to provide an upper bound on the number of nodes to be expanded before reaching a goal state. We show that this best-first algorit…