← Search

Bogdan Mazoure

15 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

Scaling Synthetic Task Generation for Agents via Exploration

ICLR 2026poster

Post-Training Multimodal Large Language Models (MLLMs) to build interactive agents holds promise across domains such as computer-use, web navigation, and robotics. A key challenge in scaling such post-training is lack of high-quality downstream agentic task datasets with tasks that are diverse, feas…

Cited by 0SourceScholar
2025

From Multimodal LLMs to Generalist Embodied Agents: Methods and Lessons

CVPR 2025poster

We examine the capability of Multimodal Large Language Models (MLLMs) to tackle diverse domains that extend beyond the traditional language and vision tasks these models are typically trained on. Specifically, our focus lies in areas such as Embodied AI, Games, UI Control, and Planning. To this end,…

Cited by 3SourcePDFScholar
2025

On the Modeling Capabilities of Large Language Models for Sequential Decision Making

ICLR 2025poster

Large pretrained models are showing increasingly better performance in reasoning and planning tasks across different modalities, opening the possibility to leverage them for complex sequential decision making problems. In this paper, we investigate the capabilities of Large Language Models (LLMs) fo…

Cited by 1SourcePDFScholar
2024

Grounding Multimodal Large Language Models in Actions

NeurIPS 2024poster

Multimodal Large Language Models (MLLMs) have demonstrated a wide range of capabilities across many domains including Embodied AI. In this work, we study how to best ground a MLLM into different embodiments and their associated action spaces, including both continuous and discrete actions. For conti…

Cited by 12SourcePDFScholar
2024

Large Language Models as Generalizable Policies for Embodied Tasks

ICLR 2024poster

We show that large language models (LLMs) can be adapted to be generalizable policies for embodied visual tasks. Our approach, called Large LAnguage model Reinforcement Learning Policy (LLaRP), adapts a pre-trained frozen LLM to take as input text instructions and visual egocentric observations and…

Cited by 75SourcePDFScholar
2023

Contrastive Value Learning: Implicit Models for Simple Offline RL

CoRL 2023poster

Model-based reinforcement learning (RL) methods are appealing in the offline setting because they allow an agent to reason about the consequences of actions without interacting with the environment. While conventional model-based methods learn a 1-step model, predicting the immediate next state, the…

Cited by 11SourceScholar
2022

Cross-Trajectory Representation Learning for Zero-Shot Generalization in RL

ICLR 2022poster

A highly desirable property of a reinforcement learning (RL) agent -- and a major difficulty for deep RL approaches -- is the ability to generalize policies learned on a few tasks over a high-dimensional observation space to similar tasks not seen during training. Many promising approaches to this c…

2022

Improving Zero-Shot Generalization in Offline Reinforcement Learning using Generalized Similarity Functions

NeurIPS 2022accept

Reinforcement learning (RL) agents are widely used for solving complex sequential decision-making tasks, but still exhibit difficulty generalizing to scenarios not seen during training. While prior online approaches demonstrated that using additional signals beyond the reward function can lead to be…

Cited by 23SourcePDFScholar
2021

A Theoretical Analysis of Catastrophic Forgetting through the NTK Overlap Matrix

AISTATS 2021poster

Continual learning (CL) is a setting in which an agent has to learn from an incoming stream of data during its entire lifetime. Although major advances have been made in the field, one recurring problem which remains unsolved is that of Catastrophic Forgetting (CF). While the issue has been extensiv…

2020

Deep Reinforcement and InfoMax Learning

NeurIPS 2020poster

We posit that a reinforcement learning (RL) agent will perform better when it uses representations that are better at predicting the future, particularly in terms of few-shot learning and domain adaptation. To test that hypothesis, we introduce an objective based on Deep InfoMax (DIM) which trains t…

2020

Efficient Planning under Partial Observability with Unnormalized Q Functions and Spectral Learning

AISTATS 2020poster

Learning and planning in partially-observable domains is one of the most difficult problems in reinforcement learning. Traditional methods consider these two problems as independent, resulting in a classic two-stage paradigm: first learn the environment dynamics and then compute the optimal policy a…

Cited by 4SourcePDFScholar
2019

Exploring Attention Mechanism for Acoustic-based Classification of Speech Utterances into System-directed and Non-system-directed

ICASSP 2019accepted

Voice controlled virtual assistants (VAs) are now available in smartphones, cars, and standalone devices in homes. In most cases, the user needs to first "wake-up" the VA by saying a particular word/phrase every time he/she wants the VA to do something. Eliminating the need for saying the wake-up wo…

Cited by 0SourceScholar
2019

Leveraging exploration in off-policy algorithms via normalizing flows

CoRL 2019

The ability to discover approximately optimal policies in domains with sparse rewards is crucial to applying reinforcement learning (RL) in many real-world scenarios. Approaches such as neural density models and continuous exploration (e.g., Go-Explore) have been proposed to maintain the high explor