← Search

Martin Riedmiller

29 accepted papers

2025

Learning from negative feedback, or positive feedback or both

ICLR 2025spotlight

Existing preference optimization methods often assume scenarios where paired preference feedback (preferred/positive vs. dis-preferred/negative examples) is available. This requirement limits their applicability in scenarios where only unpaired feedback—for example, either positive or negative— is a…

Cited by 0SourcePDFScholar
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

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

Offline Actor-Critic Reinforcement Learning Scales to Large Models

ICML 2024oral

We show that offline actor-critic reinforcement learning can scale to large models - such as transformers - and follows similar scaling laws as supervised learning. We find that offline actor-critic algorithms can outperform strong, supervised, behavioral cloning baselines for multi-task training on…

Cited by 17SourcePDFScholar
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

Evaluating Model-Based Planning and Planner Amortization for Continuous Control

ICLR 2022poster

There is a widespread intuition that model-based control methods should be able to surpass the data efficiency of model-free approaches. In this paper we attempt to evaluate this intuition on various challenging locomotion tasks. We take a hybrid approach, combining model predictive control (MPC) wi…

Cited by 17SourcePDFScholar
2021

A Constrained Multi-Objective Reinforcement Learning Framework

CoRL 2021poster

Many real-world problems, especially in robotics, require that reinforcement learning (RL) agents learn policies that not only maximize an environment reward, but also satisfy constraints. We propose a high-level framework for solving such problems, that treats the environment reward and costs as se…

Cited by 34SourceScholar
2021

Beyond Pick-and-Place: Tackling Robotic Stacking of Diverse Shapes

CoRL 2021poster

We study the problem of robotic stacking with objects of complex geometry. We propose a challenging and diverse set of such objects that was carefully designed to require strategies beyond a simple “pick-and-place” solution. Our method is a reinforcement learning (RL) approach combined with vision-b…

Cited by 118SourcecodeScholar
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

Towards Real Robot Learning in the Wild: A Case Study in Bipedal Locomotion

CoRL 2021poster

Algorithms for self-learning systems have made considerable progress in recent years, yet safety concerns and the need for additional instrumentation have so far largely limited learning experiments with real robots to well controlled lab settings. In this paper, we demonstrate how a small bipedal r…

Cited by 24SourceScholar
2020

A distributional view on multi-objective policy optimization

ICML 2020poster

Many real-world problems require trading off multiple competing objectives. However, these objectives are often in different units and/or scales, which can make it challenging for practitioners to express numerical preferences over objectives in their native units. In this paper we propose a novel a…

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

Keep Doing What Worked: Behavior Modelling Priors for Offline Reinforcement Learning

ICLR 2020poster

Off-policy reinforcement learning algorithms promise to be applicable in settings where only a fixed data-set (batch) of environment interactions is available and no new experience can be acquired. This property makes these algorithms appealing for real world problems such as robot control. In pract…

Cited by 330SourceScholar
2020

Robust Reinforcement Learning for Continuous Control with Model Misspecification

ICLR 2020poster

We provide a framework for incorporating robustness -- to perturbations in the transition dynamics which we refer to as model misspecification -- into continuous control Reinforcement Learning (RL) algorithms. We specifically focus on incorporating robustness into a state-of-the-art continuous contr…

Cited by 135SourceScholar
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
2020

V-MPO: On-Policy Maximum a Posteriori Policy Optimization for Discrete and Continuous Control

ICLR 2020poster

Some of the most successful applications of deep reinforcement learning to challenging domains in discrete and continuous control have used policy gradient methods in the on-policy setting. However, policy gradients can suffer from large variance that may limit performance, and in practice require c…

Cited by 136SourceScholar
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
2019

Imagined Value Gradients: Model-Based Policy Optimization with Tranferable Latent Dynamics Models

CoRL 2019

Humans are masters at quickly learning many complex tasks, relying on an approximate understanding of the dynamics of their environments. In much the same way, we would like our learning agents to quickly adapt to new tasks. In this paper, we explore how model-based Reinforcement Learning (RL) can f

Cited by 0SourcePDFScholar
2019

Simultaneously Learning Vision and Feature-Based Control Policies for Real-World Ball-In-A-Cup

RSS 2019poster

We present a method for fast training of vision based control policies on real robots. The key idea behind our method is to perform multi-task Reinforcement Learning with auxiliary tasks that differ not only in the reward to be optimized but also in the state-space in which they operate. In particul…

Cited by 31SourcePDFScholar
2018

Graph Networks as Learnable Physics Engines for Inference and Control

ICML 2018oral

Understanding and interacting with everyday physical scenes requires rich knowledge about the structure of the world, represented either implicitly in a value or policy function, or explicitly in a transition model. Here we introduce a new class of learnable models–based on graph networks–which impl…

Cited by 794SourcePDFScholar
2018

Learning an Embedding Space for Transferable Robot Skills

ICLR 2018poster

We present a method for reinforcement learning of closely related skills that are parameterized via a skill embedding space. We learn such skills by taking advantage of latent variables and exploiting a connection between reinforcement learning and variational inference. The main contribution of our…

Cited by 365SourcePDFScholar
2018

Learning by Playing Solving Sparse Reward Tasks from Scratch

ICML 2018oral

We propose Scheduled Auxiliary Control (SAC-X), a new learning paradigm in the context of Reinforcement Learning (RL). SAC-X enables learning of complex behaviors - from scratch - in the presence of multiple sparse reward signals. To this end, the agent is equipped with a set of general auxiliary ta…

2018

Maximum a Posteriori Policy Optimisation

ICLR 2018poster

We introduce a new algorithm for reinforcement learning called Maximum a-posteriori Policy Optimisation (MPO) based on coordinate ascent on a relative-entropy objective. We show that several existing methods can directly be related to our derivation. We develop two off-policy algorithms and demonstr…

Cited by 580SourcePDFScholar
2015

Embed to Control: A Locally Linear Latent Dynamics Model for Control from Raw Images

NeurIPS 2015poster

We introduce Embed to Control (E2C), a method for model learning and control of non-linear dynamical systems from raw pixel images. E2C consists of a deep generative model, belonging to the family of variational autoencoders, that learns to generate image trajectories from a latent space in which th…

Cited by 1003SourcePDFScholar
2015

Multimodal deep learning for robust RGB-D object recognition

IROS 2015poster

Robust object recognition is a crucial ingredient of many, if not all, real-world robotics applications. This paper leverages recent progress on Convolutional Neural Networks (CNNs) and proposes a novel RGB-D architecture for object recognition. Our architecture is composed of two separate CNN proce…

Cited by 843SourceScholar