← Search

Markus Wulfmeier

27 accepted papers

2026

LLMs are Greedy Agents: Effects of RL Fine-tuning on Decision-Making Abilities

ICLR 2026poster

The success of LLMs has sparked interest in various agentic applications. A key hypothesis is that LLMs, leveraging common sense and Chain-of-Thought (CoT) reasoning, can effectively explore and efficiently solve complex domains. However, LLM agents have been found to suffer from sub-optimal explor…

Cited by 0SourceScholar
2026

Position: The AI Imperative: Scaling High-Quality Peer Review in Machine Learning

ICML 2026oral

Peer review, the bedrock of scientific advancement in machine learning (ML), is strained by a crisis of scale. Exponential growth in manuscript submissions to premier ML venues such as NeurIPS, ICML, and ICLR is outpacing the finite capacity of qualified reviewers, leading to concerns about review q…

Cited by 0SourceScholar
2026

Using cognitive models to reveal value trade-offs in language models

ICLR 2026poster

Value trade-offs are an integral part of human decision-making and language use, however, current tools for interpreting such dynamic and multi-faceted notions of values in LLMs are limited. In cognitive science, so-called “cognitive models” provide formal accounts of such trade-offs in humans, by m…

Cited by 0SourcecodeScholar
2025

EvoControl: Multi-Frequency Bi-Level Control for High-Frequency Continuous Control

ICML 2025poster

High-frequency control in continuous action and state spaces is essential for practical applications in the physical world. Directly applying end-to-end reinforcement learning to high-frequency control tasks struggles with assigning credit to actions across long temporal horizons, compounded by the…

Cited by 0SourcePDFScholar
2025

Exploiting Policy Idling for Dexterous Manipulation

IROS 2025

Learning based methods for dexterous manipulation have made notable progress in recent years, and they can now produce solutions to complex tasks. However, learned policies often still lack reliability and exhibit limited robustness to important factors of variation. One failure pattern that can be

Cited by 1SourceScholar
2024

Imitating Language via Scalable Inverse Reinforcement Learning

NeurIPS 2024poster

The majority of language model training builds on imitation learning. It covers pretraining, supervised fine-tuning, and affects the starting conditions for reinforcement learning from human feedback (RLHF). The simplicity and scalability of maximum likelihood estimation (MLE) for next token predict…

Cited by 8SourcePDFScholar
2024

Learning Robot Soccer from Egocentric Vision with Deep Reinforcement Learning

CoRL 2024poster

We apply multi-agent deep reinforcement learning (RL) to train end-to-end robot soccer policies with fully onboard computation and sensing via egocentric RGB vision. This setting reflects many challenges of real-world robotics, including active perception, agile full-body control, and long-horizon p…

Cited by 13SourceScholar
2024

Massively Scalable Inverse Reinforcement Learning in Google Maps

ICLR 2024spotlight

Inverse reinforcement learning (IRL) offers a powerful and general framework for learning humans' latent preferences in route recommendation, yet no approach has successfully addressed planetary-scale problems with hundreds of millions of states and demonstration trajectories. In this paper, we intr…

Cited by 10SourcePDFScholar
2024

Mastering Stacking of Diverse Shapes with Large-Scale Iterative Reinforcement Learning on Real Robots

ICRA 2024poster

Reinforcement learning solely from an agent’s self-generated data is often believed to be infeasible for learning on real robots, due to the amount of data needed. However, if done right, agents learning from real data can be surprisingly efficient through re-using previously collected sub-optimal d…

Cited by 6SourceScholar
2024

Replay across Experiments: A Natural Extension of Off-Policy RL

ICLR 2024poster

Replaying data is a principal mechanism underlying the stability and data efficiency of off-policy reinforcement learning (RL). We present an effective yet simple framework to extend the use of replays across multiple experiments, minimally adapting the RL workflow for sizeable improvements in contr…

Cited by 6SourcePDFScholar
2023

Solving Continuous Control via Q-learning

ICLR 2023poster

While there has been substantial success for solving continuous control with actor-critic methods, simpler critic-only methods such as Q-learning find limited application in the associated high-dimensional action spaces. However, most actor-critic methods come at the cost of added complexity: heuris…

2022

Learning transferable motor skills with hierarchical latent mixture policies

ICLR 2022spotlight

For robots operating in the real world, it is desirable to learn reusable abstract behaviours that can effectively be transferred across numerous tasks and scenarios. We propose an approach to learn skills from data using a hierarchical mixture latent variable model. Our method exploits a multi-leve…

Cited by 38SourcePDFScholar
2022

Wish you were here: Hindsight Goal Selection for long-horizon dexterous manipulation

ICLR 2022poster

Complex sequential tasks in continuous-control settings often require agents to successfully traverse a set of ``narrow passages'' in their state space. Solving such tasks with a sparse reward in a sample-efficient manner poses a challenge to modern reinforcement learning (RL) due to the associated…

Cited by 19SourcePDFScholar
2021

Data-efficient Hindsight Off-policy Option Learning

ICML 2021spotlight

We introduce Hindsight Off-policy Options (HO2), a data-efficient option learning algorithm. Given any trajectory, HO2 infers likely option choices and backpropagates through the dynamic programming inference procedure to robustly train all policy components off-policy and end-to-end. The approach o…

Cited by 52SourcePDFScholar
2021

Is Bang-Bang Control All You Need? Solving Continuous Control with Bernoulli Policies

NeurIPS 2021poster

Reinforcement learning (RL) for continuous control typically employs distributions whose support covers the entire action space. In this work, we investigate the colloquially known phenomenon that trained agents often prefer actions at the boundaries of that space. We draw theoretical connections to…

Cited by 52SourcePDFScholar
2021

Representation Matters: Improving Perception and Exploration for Robotics

ICRA 2021poster

Projecting high-dimensional environment observations into lower-dimensional structured representations can considerably improve data-efficiency for reinforcement learning in domains with limited data such as robotics. Can a single generally useful representation be found? In order to answer this que…

Cited by 17SourceScholar
2021

Strength Through Diversity: Robust Behavior Learning via Mixture Policies

CoRL 2021poster

Efficiency in robot learning is highly dependent on hyperparameters. Robot morphology and task structure differ widely and finding the optimal setting typically requires sequential or parallel repetition of experiments, strongly increasing the interaction count. We propose a training method that onl…

Cited by 10SourceScholar
2020

Compositional Transfer in Hierarchical Reinforcement Learning

RSS 2020poster

The successful application of general reinforcement learning algorithms to real-world robotics applications is often limited by their high data requirements. We introduce Regularized Hierarchical Policy Optimization (RHPO) to improve data-efficiency for domains with multiple dominant tasks and ultim…

Cited by 41SourcePDFScholar
2020

Towards General and Autonomous Learning of Core Skills: A Case Study in Locomotion

CoRL 2020

Modern Reinforcement Learning (RL) algorithms promise to solve difficult motor control problems directly from raw sensory inputs. Their attraction is due in part to the fact that they can represent a general class of methods that allow to learn a solution with a reasonably set reward and minimal pri

Cited by 0SourcePDFScholar
2019

Continuous-Discrete Reinforcement Learning for Hybrid Control in Robotics

CoRL 2019

Many real-world control problems involve both discrete decision variables – such as the choice of control modes, gear switching or digital outputs – as well as continuous decision variables – such as velocity setpoints, control gains or analogue outputs. However, when defining the corresponding opti

Cited by 0SourcePDFScholar
2018

Incremental Adversarial Domain Adaptation for Continually Changing Environments

ICRA 2018poster

Continuous appearance shifts such as changes in weather and lighting conditions can impact the performance of deployed machine learning models. While unsupervised domain adaptation aims to address this challenge, current approaches do not utilise the continuity of the occurring shifts. In particular…

Cited by 161SourceScholar
2018

TACO: Learning Task Decomposition via Temporal Alignment for Control

ICML 2018oral

Many advanced Learning from Demonstration (LfD) methods consider the decomposition of complex, real-world tasks into simpler sub-tasks. By reusing the corresponding sub-policies within and between tasks, we can provide training data for each policy from different high-level tasks and compose them to…

Cited by 117SourcePDFScholar
2017

Addressing appearance change in outdoor robotics with adversarial domain adaptation

IROS 2017poster

Appearance changes due to weather and seasonal conditions represent a strong impediment to the robust implementation of machine learning systems in outdoor robotics. While supervised learning optimises a model for the training domain, it will deliver degraded performance in application domains that…

Cited by 92SourceScholar
2017

Reverse Curriculum Generation for Reinforcement Learning

CoRL 2017

Many relevant tasks require an agent to reach a certain state, or to manipulate objects into a desired configuration. For example, we might want a robot to align and assemble a gear onto an axle or insert and turn a key in a lock. These goal-oriented tasks present a considerable challenge for reinfo

Cited by 0SourcePDFScholar
2016

Watch this: Scalable cost-function learning for path planning in urban environments

IROS 2016poster

In this work, we present an approach to learn cost maps for driving in complex urban environments from a large number of demonstrations of human driving behaviour. The learned cost maps are constructed directly from raw sensor measurements, bypassing the effort of manually designing cost maps as wel…

Cited by 153SourceScholar