← Search

Pierre-Yves Oudeyer

28 accepted papers

2025

MAGELLAN: Metacognitive predictions of learning progress guide autotelic LLM agents in large goal spaces

ICML 2025poster

Open-ended learning agents must efficiently prioritize goals in vast possibility spaces, focusing on those that maximize learning progress (LP). When such autotelic exploration is achieved by LLM agents trained with online RL in high-dimensional and evolving goal spaces, a key challenge for LP predi…

2025

PhyloLM: Inferring the Phylogeny of Large Language Models and Predicting their Performances in Benchmarks

ICLR 2025poster

This paper introduces PhyloLM, a method adapting phylogenetic algorithms to Large Language Models (LLMs) to explore whether and how they relate to each other and to predict their performance characteristics. Our method calculates a phylogenetic distance metric based on the similarity of LLMs' output…

Cited by 3SourcePDFScholar
2025

Recursive Training Loops in LLMs: How training data properties modulate distribution shift in generated data?

EMNLP 2025

Large language models (LLMs) are increasingly used in the creation of online content, creating feedback loops as subsequent generations of models will be trained on this synthetic data. Such loops were shown to lead to distribution shifts - models misrepresenting the true underlying distributions of

2025

Reinforcement Learning for Aligning Large Language Models Agents with Interactive Environments: Quantifying and Mitigating Prompt Overfitting

NAACL 2025findings

Reinforcement learning (RL) is a promising approach for aligning large language models (LLMs) knowledge with sequential decision-making tasks. However, few studies have thoroughly investigated the impact on LLM agents capabilities of fine-tuning them with RL in a specific environment. In this paper,…

Cited by 1SourcePDFScholar
2025

Self-Improving Language Models for Evolutionary Program Synthesis: A Case Study on ARC-AGI

ICML 2025poster

Many program synthesis tasks prove too challenging for even state-of-the-art language models to solve in single attempts. Search-based evolutionary methods offer a promising alternative by exploring solution spaces iteratively, but their effectiveness remain limited by the fixed capabilities of the…

Cited by 0SourcePDFScholar
2025

When LLMs Play the Telephone Game: Cultural Attractors as Conceptual Tools to Evaluate LLMs in Multi-turn Settings

ICLR 2025poster

As large language models (LLMs) start interacting with each other and generating an increasing amount of text online, it becomes crucial to better understand how information is transformed as it passes from one LLM to the next. While significant research has examined individual LLM behaviors, existi…

2024

ACES: Generating a Diversity of Challenging Programming Puzzles with Autotelic Generative Models

NeurIPS 2024spotlight

The ability to invent novel and interesting problems is a remarkable feature of human intelligence that drives innovation, art, and science. We propose a method that aims to automate this process by harnessing the power of state-of-the-art generative models to produce a diversity of challenging yet…

Cited by 0SourcePDFScholar
2024

Latent Learning Progress Drives Autonomous Goal Selection in Human Reinforcement Learning

NeurIPS 2024poster

Humans are autotelic agents who learn by setting and pursuing their own goals. However, the precise mechanisms guiding human goal selection remain unclear. Learning progress, typically measured as the observed change in performance, can provide a valuable signal for goal selection in both humans and…

Cited by 3SourcePDFScholar
2023

Grounding Large Language Models in Interactive Environments with Online Reinforcement Learning

ICML 2023poster

Recent works successfully leveraged Large Language Models' (LLM) abilities to capture abstract knowledge about world's physics to solve decision-making problems. Yet, the alignment between LLMs' knowledge and the environment can be wrong and limit functional competence due to lack of grounding. In t…

Cited by 199SourcePDFScholar
2023

Selecting Better Samples from Pre-trained LLMs: A Case Study on Question Generation

ACL 2023findings

Large Language Models (LLMs) have in recent years demonstrated impressive prowess in natural language generation. A common practice to improve generation diversity is to sample multiple outputs from the model. However, partly due to the inaccessibility of LLMs, there lacks a simple and robust way of…

Cited by 30SourcePDFScholar
2022

Asking for Knowledge (AFK): Training RL Agents to Query External Knowledge Using Language

ICML 2022spotlight

To solve difficult tasks, humans ask questions to acquire knowledge from external sources. In contrast, classical reinforcement learning agents lack such an ability and often resort to exploratory behavior. This is exacerbated as few present-day environments support querying for knowledge. In order…

Cited by 16SourcePDFScholar
2022

EAGER: Asking and Answering Questions for Automatic Reward Shaping in Language-guided RL

NeurIPS 2022accept

Reinforcement learning (RL) in long horizon and sparse reward tasks is notoriously difficult and requires a lot of training steps. A standard solution to speed up the process is to leverage additional reward signals, shaping it to better guide the learning process. In the context of language-conditi…

2022

Language-biased image classification: evaluation based on semantic representations

ICLR 2022poster

Humans show language-biased image recognition for a word-embedded image, known as picture-word interference. Such interference depends on hierarchical semantic categories and reflects that human language processing highly interacts with visual processing. Similar to humans, recent artificial models…

2022

Learning to Guide and to be Guided in the Architect-Builder Problem

ICLR 2022poster

We are interested in interactive agents that learn to coordinate, namely, a $builder$ -- which performs actions but ignores the goal of the task, i.e. has no access to rewards -- and an $architect$ which guides the builder towards the goal of the task. We define and explore a formal setting where a…

2021

Grounding Language to Autonomously-Acquired Skills via Goal Generation

ICLR 2021poster

We are interested in the autonomous acquisition of repertoires of skills. Language-conditioned reinforcement learning (LC-RL) approaches are great tools in this quest, as they allow to express abstract goals as sets of constraints on the states. However, most LC-RL agents are not autonomous and cann…

2021

Grounding Spatio-Temporal Language with Transformers

NeurIPS 2021poster

Language is an interface to the outside world. In order for embodied agents to use it, language must be grounded in other, sensorimotor modalities. While there is an extended literature studying how machines can learn grounded language, the topic of how to learn spatio-temporal linguistic concepts i…

2021

TeachMyAgent: a Benchmark for Automatic Curriculum Learning in Deep RL

ICML 2021spotlight

Training autonomous agents able to generalize to multiple tasks is a key target of Deep Reinforcement Learning (DRL) research. In parallel to improving DRL algorithms themselves, Automatic Curriculum Learning (ACL) study how teacher algorithms can train DRL agents more efficiently by adapting task s…

2020

Automatic Curriculum Learning For Deep RL: A Short Survey

IJCAI 2020poster

Automatic Curriculum Learning (ACL) has become a cornerstone of recent successes in Deep Reinforcement Learning (DRL). These methods shape the learning trajectories of agents by challenging them with tasks adapted to their capacities. In recent years, they have been used to improve sample efficiency…

Cited by 0SourcePDFScholar
2020

Hierarchically Organized Latent Modules for Exploratory Search in Morphogenetic Systems

NeurIPS 2020oral

Self-organization of complex morphological patterns from local interactions is a fascinating phenomenon in many natural and artificial systems. In the artificial world, typical examples of such morphogenetic systems are cellular automata. Yet, their mechanisms are often very hard to grasp and so far…

2020

Intrinsically Motivated Discovery of Diverse Patterns in Self-Organizing Systems

ICLR 2020talk

In many complex dynamical systems, artificial or natural, one can observe self-organization of patterns emerging from local rules. Cellular automata, like the Game of Life (GOL), have been widely used as abstract models enabling the study of various aspects of self-organization and morphogenesis, su…

Cited by 27SourceScholar
2020

Language as a Cognitive Tool to Imagine Goals in Curiosity Driven Exploration

NeurIPS 2020poster

Developmental machine learning studies how artificial agents can model the way children learn open-ended repertoires of skills. Such agents need to create and represent goals, select which ones to pursue and learn to achieve them. Recent approaches have considered goal spaces that were either fixed…

2019

CURIOUS: Intrinsically Motivated Modular Multi-Goal Reinforcement Learning

ICML 2019oral

In open-ended environments, autonomous learning agents must set their own goals and build their own curriculum through an intrinsically motivated exploration. They may consider a large diversity of goals, aiming to discover what is controllable in their environments, and what is not. Because some go…

2019

Teacher algorithms for curriculum learning of Deep RL in continuously parameterized environments

CoRL 2019

We consider the problem of how a teacher algorithm can enable an unknown Deep Reinforcement Learning (DRL) student to become good at a skill over a wide range of diverse environments. To do so, we study how a teacher algorithm can learn to generate a learning curriculum, whereby it sequentially samp

2018

Curiosity Driven Exploration of Learned Disentangled Goal Spaces

CoRL 2018

Intrinsically motivated goal exploration processes enable agents to explore efficiently complex environments with high-dimensional continuous actions. They have been applied successfully to real world robots to discover repertoires of policies producing a wide diversity of effects. Often these algor

2018

GEP-PG: Decoupling Exploration and Exploitation in Deep Reinforcement Learning Algorithms

ICML 2018oral

In continuous action domains, standard deep reinforcement learning algorithms like DDPG suffer from inefficient exploration when facing sparse or deceptive reward problems. Conversely, evolutionary and developmental methods focusing on exploration like Novelty Search, Quality-Diversity or Goal Explo…

2018

Sim-to-Real Transfer with Neural-Augmented Robot Simulation

CoRL 2018

Despite the recent successes of deep reinforcement learning, teaching complex motor skills to a physical robot remains a hard problem. While learning directly on a real system is usually impractical, doing so in simulation has proven to be fast and safe. Nevertheless, because of the "reality gap," p

2018

Unsupervised Learning of Goal Spaces for Intrinsically Motivated Goal Exploration

ICLR 2018poster

Intrinsically motivated goal exploration algorithms enable machines to discover repertoires of policies that produce a diversity of effects in complex environments. These exploration algorithms have been shown to allow real world robots to acquire skills such as tool use in high-dimensional continuo…