← Search

Jan Peters

185 accepted papers

2026

A Safety-Aware Shared Autonomy Framework with BarrierIK Using Control Barrier Functions

ICRA 2026poster

Shared autonomy blends operator intent with autonomous assistance. In cluttered environments, linear blending can produce unsafe commands even when each source is individually collision-free. Many existing approaches model obstacle avoidance through potentials or cost terms, which only enforce safet…

2026

APPLE: Toward General Active Perception via Reinforcement Learning

ICLR 2026poster

Active perception is a fundamental skill that enables us humans to deal with uncertainty in our inherently partially observable environment. For senses such as touch, where the information is sparse and local, active perception becomes crucial. In recent years, active perception has emerged as an im…

Cited by 0SourceScholar
2026

Automatic Physically-Based Sim2Real for Tactile Images through Differentiable Path-Tracing Rendering

ICRA 2026poster

High-fidelity simulation of vision-based tactile sensors is essential for developing data-driven robotic manipulation algorithms. However, a significant sim-to-real gap persists due to the difficulty in modeling complex optical effects, such as refraction through protective glass layers, and in accu…

Cited by 0codeScholar
2026

Breaking the 3D Dataset Bottleneck: Fast Scalable Generation of Aligned 3D Assets from Scratch for Category 6D Pose Estimation and Robotic Grasping

CVPR 2026

While 2D vision has been revolutionized by large-scale datasets like ImageNet, 3D vision remains constrained by the scarcity of high-quality, canonically aligned data. We introduce the first scalable, automated framework that generates complete category-level 6D pose datasets directly from text prom

Cited by 0SourcecodeScholar
2026

Bridging the performance-gap between target-free and target-based reinforcement learning

ICLR 2026poster

The use of target networks in deep reinforcement learning is a widely popular solution to mitigate the brittleness of semi-gradient approaches and stabilize learning. However, target networks notoriously require additional memory and delay the propagation of Bellman updates compared to an ideal targ…

Cited by 0SourcecodeScholar
2026

Discrete Variational Autoencoding via Policy Search

ICLR 2026poster

Discrete latent bottlenecks in variational autoencoders (VAEs) offer high bit efficiency and can be modeled with autoregressive discrete distributions, enabling parameter-efficient multimodal search with transformers. However, discrete random variables do not allow for exact differentiable parameter…

Cited by 0SourceScholar
2026

DoublyAware: Dual Planning and Policy Awareness for Temporal Difference Learning in Humanoid Locomotion

RA-L 2026

Achieving robust robot learning for humanoid locomotion is a fundamental challenge in model-based reinforcement learning (MBRL), where environmental stochasticity and randomness can hinder efficient exploration and learning stability. The environmental, so-called aleatoric, uncertainty can be amplif

Cited by 0SourceScholar
2026

FlashSAC: Fast and Stable Off-Policy Reinforcement Learning for High-Dimensional Robot Control

RSS 2026poster

Simulation-based reinforcement learning (RL) is central for robotic control when expert demonstrations are unavailable. However, scaling RL to high-dimensional robots remains challenging. On-policy methods such as PPO are reliable but require large amounts of simulation because they discard past dat…

Cited by 0SourceScholar
2026

Floating-Base Deep Lagrangian Networks

ICRA 2026poster

Grey-box methods for system identification combine deep learning with physics-informed constraints, capturing complex dependencies while improving out-of-distribution generalization. Despite the growing importance of floating-base systems such as humanoids and quadrupeds, current grey-box models ign…

2026

GaussTwin: Unified Simulation and Correction with Gaussian Splatting for Robotic Digital Twins

ICRA 2026poster

Digital twins promise to enhance robotic manipulation by maintaining a consistent link between real-world perception and simulation. However, most existing systems struggle with the lack of a unified model, complex dynamic interactions, and the real-to-sim gap, which limits downstream applications s…

2026

Global Tensor Motion Planning

ICRA 2026poster

Batch planning is increasingly necessary to quickly produce diverse and quality motion plans for downstream learning applications, such as distillation and imitation learning. This paper presents Global Tensor Motion Planning (GTMP)---a sampling-based motion planning algorithm comprising only tensor…

2026

Mind Your Steps: A General Learning Framework for Accurate Humanoid Foothold Tracking

RSS 2026poster

Enabling humanoid robots to operate in complex, dynamic environments remains a critical challenge, fundamentally limited by the ability to navigate robustly, safely, and accurately. While reinforcement learning with velocity-commanded policies has achieved remarkable robustness in humanoid locomotio…

Cited by 0SourceScholar
2026

Motion Planning Diffusion: Learning and Adapting Robot Motion Planning with Diffusion Models (Abstract Reprint)

AAAI 2026technical

The performance of optimization-based robot motion planning algorithms is highly dependent on the initial solutions, commonly obtained by running a sampling-based planner to obtain a collision-free path. However, these methods can be slow in high-dimensional and complex scenes and produce nonsmooth

Cited by 0SourcePDFScholar
2026

Posterior Sampling Reinforcement Learning with Gaussian Processes for Continuous Control: Sublinear Regret Bounds for Unbounded State Spaces

ICML 2026poster

We analyze the Bayesian regret of the Gaussian process posterior sampling reinforcement learning (GP-PSRL) algorithm. Posterior sampling is an effective heuristic for decision-making under uncertainty that has been used to develop successful algorithms for a variety of continuous control problems. H…

Cited by 0SourceScholar
2026

Reinforcement Learning for Robust Athletic Intelligence: Lessons from the 2nd “AI Olympics with RealAIGym” Competition

ICRA 2026poster

In robotics many different approaches ranging from classical planning over optimal control to reinforcement learning (RL) are developed and borrowed from other fields to achieve reliable control in diverse tasks. In order to get a clear understanding of their individual strengths and weaknesses and …

2026

SE(3)-PoseFlow: Estimating 6D Pose Distributions for Uncertainty-Aware Robotic Manipulation

ICRA 2026poster

Object pose estimation is a fundamental problem in robotics and computer vision, yet it remains challenging due to partial observability, occlusions, and object symmetries, which inevitably lead to pose ambiguity and multiple hypotheses consistent with the same observation. While deterministic deep …

2026

Tactile-Conditioned Diffusion Policy for Force-Aware Robotic Manipulation

ICRA 2026poster

Contact-rich manipulation depends on applying the correct grasp forces throughout the manipulation task, especially when handling fragile or deformable objects. Most existing imitation learning approaches often treat visuotactile feedback only as an additional observation, leaving applied forces as …

2026

Trust Region Inverse Reinforcement Learning

ICML 2026poster

Inverse reinforcement learning (IRL) is typically formulated as maximizing entropy subject to matching the distribution of expert trajectories. Classical (dual-ascent) IRL guarantees monotonic performance improvement but requires fully solving an RL problem each iteration to compute dual gradients. …

Cited by 0SourceScholar
2026

Use the Online Network If You Can: Towards Fast and Stable Reinforcement Learning

ICLR 2026poster

The use of target networks is a popular approach for estimating value functions in deep Reinforcement Learning (RL). While effective, the target network remains a compromise solution that preserves stability at the cost of slowly moving targets, thus delaying learning. Conversely, using the online n…

Cited by 0SourcecodeScholar
2026

XQC: Well-conditioned Optimization Accelerates Deep Reinforcement Learning

ICLR 2026poster

Sample efficiency is a central property of effective deep reinforcement learning algorithms. Recent work has improved this through added complexity, such as larger models, exotic network architectures, and more complex algorithms, which are typically motivated purely by empirical performance. We tak…

Cited by 0SourcecodeScholar
2025

Adaptive $Q$-Network: On-the-fly Target Selection for Deep Reinforcement Learning

ICLR 2025poster

Deep Reinforcement Learning (RL) is well known for being highly sensitive to hyperparameters, requiring practitioners substantial efforts to optimize them for the problem at hand. This also limits the applicability of RL in real-world scenarios. In recent years, the field of automated Reinforcement…

2025

Adaptive Control Based Friction Estimation for Tracking Control of Robot Manipulators

RA-L 2025

Adaptive control is often used for friction compensation in trajectory tracking tasks because it does not require torque sensors. However, it has some drawbacks: first, the most common certainty-equivalence adaptive control design is based on linearized parameterization of the friction model, theref

Cited by 7SourceScholar
2025

Bridge the Gap: Enhancing Quadruped Locomotion with Vertical Ground Perturbations

IROS 2025

Legged robots, particularly quadrupeds, excel at navigating rough terrains, yet their performance under vertical ground perturbations, such as those from oscillating surfaces, remains underexplored. This study introduces a novel approach to enhance quadruped locomotion robustness by training the Uni

Cited by 2SourceScholar
2025

DIME: Diffusion-Based Maximum Entropy Reinforcement Learning

ICML 2025poster

Maximum entropy reinforcement learning (MaxEnt-RL) has become the standard approach to RL due to its beneficial exploration properties. Traditionally, policies are parameterized using Gaussian distributions, which significantly limits their representational capacity. Diffusion-based policies offer a…

Cited by 0SourcePDFScholar
2025

Distilling Contact Planning for Fast Trajectory Optimization in Robot Air Hockey

RSS 2025poster

Robot control through contact is challenging as it requires reasoning over long horizons and discontinuous system dynamics. Highly dynamic tasks such as Air Hockey additionally require agile behavior, making the corresponding optimal control problems intractable for planning in realtime. Learning-ba…

Cited by 0PDFScholar
2025

FlowMP: Learning Motion Fields for Robot Planning with Conditional Flow Matching

IROS 2025

Prior flow matching methods in robotics have primarily learned velocity fields to morph one distribution of trajectories into another. In this work, we extend flow matching to capture second-order trajectory dynamics, incorporating acceleration effects either explicitly in the model or implicitly th

Cited by 13SourcecodeScholar
2025

Gait in Eight: Efficient On-Robot Learning for Omnidirectional Quadruped Locomotion

IROS 2025

On-robot Reinforcement Learning is a promising approach to train embodiment-aware policies for legged robots. However, the computational constraints of real-time learning on robots pose a significant challenge. We present a framework for efficiently learning quadruped locomotion in just 8 minutes of

Cited by 7SourcecodeScholar
2025

Inverse decision-making using neural amortized Bayesian actors

ICLR 2025poster

Bayesian observer and actor models have provided normative explanations for many behavioral phenomena in perception, sensorimotor control, and other areas of cognitive science and neuroscience. They attribute behavioral variability and biases to interpretable entities such as perceptual and motor un…

2025

Learning Force Distribution Estimation for the GelSight Mini Optical Tactile Sensor Based on Finite Element Analysis

IROS 2025

Contact-rich manipulation remains a major challenge in robotics. Optical tactile sensors like GelSight Mini offer a low-cost solution for contact sensing by capturing softbody deformations of the silicone gel. However, accurately inferring shear and normal force distributions from these gel deformat

Cited by 8SourcecodeScholar
2025

Neuro-Symbolic Imitation Learning: Discovering Symbolic Abstractions for Skill Learning

ICRA 2025

Imitation learning is a popular method for teaching robots new behaviors. However, most existing methods focus on teaching short, isolated skills rather than long, multistep tasks. To bridge this gap, imitation learning algorithms must not only learn individual skills but also an abstract understand

Cited by 7SourceScholar
2025

Noise-conditioned Energy-based Annealed Rewards (NEAR): A Generative Framework for Imitation Learning from Observation

ICLR 2025poster

This paper introduces a new imitation learning framework based on energy-based generative models capable of learning complex, physics-dependent, robot motion policies through state-only expert motion trajectories. Our algorithm, called Noise-conditioned Energy-based Annealed Rewards (NEAR), construc…

Cited by 0SourcePDFScholar
2025

Scaling Off-Policy Reinforcement Learning with Batch and Weight Normalization

NeurIPS 2025poster

Reinforcement learning has achieved significant milestones, but sample efficiency remains a bottleneck for real-world applications. Recently, CrossQ has demonstrated state-of-the-art sample efficiency with a low update-to-data (UTD) ratio of 1. In this work, we explore CrossQ's scaling behavior with…

Cited by 0SourceScholar
2025

Stable Port-Hamiltonian Neural Networks

NeurIPS 2025poster

In recent years, nonlinear dynamic system identification using artificial neural networks has garnered attention due to its broad potential applications across science and engineering. However, purely data-driven approaches often struggle with extrapolation and may yield physically implausible fore…

Cited by 0SourceScholar
2025

Tendon Locking for Antagonistic Configuration- and Stiffness-Control in Soft Robots

ICRA 2025

Some applications, such as surgical interventions, require that potential soft robots have the capability to alter their shape and enhance their force output on demand. This paper presents an antagonistic stiffening mechanism combining pneumatic actuation with tendon locking to achieve configuration

Cited by 0SourceScholar
2025

Towards Embodiment Scaling Laws in Robot Locomotion

CoRL 2025poster

Developing generalist agents that operate across diverse tasks, environments, and robot embodiments is a grand challenge in robotics and artificial intelligence. While substantial progress has been made in cross-task and cross-environment generalization, achieving broad generalization to novel embod…

Cited by 0SourceScholar
2024

A Comparison of Imitation Learning Algorithms for Bimanual Manipulation

RA-L 2024

Amidst the wide popularity of imitation learning algorithms in robotics, their properties regarding hyperparameter sensitivity, ease of training, data efficiency, and performance have not been well-studied in high-precision industry-inspired environments. In this work, we demonstrate the limitations

Cited by 22SourceScholar
2024

A Retrospective on the Robot Air Hockey Challenge: Benchmarking Robust, Reliable, and Safe Learning Techniques for Real-world Robotics

NeurIPS 2024poster

Machine learning methods have a groundbreaking impact in many application domains, but their application on real robotic platforms is still limited. Despite the many challenges associated with combining machine learning technology with robotics, robot learning remains one of the most promising direc…

Cited by 0SourcePDFScholar
2024

Bridging the gap between Learning-to-plan, Motion Primitives and Safe Reinforcement Learning

CoRL 2024poster

Trajectory planning under kinodynamic constraints is fundamental for advanced robotics applications that require dexterous, reactive, and rapid skills in complex environments. These constraints, which may represent task, safety, or actuator limitations, are essential for ensuring the proper function…

Cited by 2SourceScholar
2024

CrossQ: Batch Normalization in Deep Reinforcement Learning for Greater Sample Efficiency and Simplicity

ICLR 2024spotlight

Sample efficiency is a crucial problem in deep reinforcement learning. Recent algorithms, such as REDQ and DroQ, found a way to improve the sample efficiency by increasing the update-to-data (UTD) ratio to 20 gradient update steps on the critic per environment sample. However, this comes at the expe…

2024

Domain Randomization via Entropy Maximization

ICLR 2024poster

Varying dynamics parameters in simulation is a popular Domain Randomization (DR) approach for overcoming the reality gap in Reinforcement Learning (RL). Nevertheless, DR heavily hinges on the choice of the sampling distribution of the dynamics parameters, since high variability is crucial to regular…

Cited by 13SourcePDFScholar
2024

Handling Long-Term Safety and Uncertainty in Safe Reinforcement Learning

CoRL 2024poster

Safety is one of the key issues preventing the deployment of reinforcement learning techniques in real-world robots. While most approaches in the Safe Reinforcement Learning area do not require prior knowledge of constraints and robot kinematics and rely solely on data, it is often difficult to depl…

Cited by 2SourcecodeScholar
2024

MoVEInt: Mixture of Variational Experts for Learning Human-Robot Interactions From Demonstrations

RA-L 2024

Shared dynamics models are important for capturing the complexity and variability inherent in Human-Robot Interaction (HRI). Therefore, learning such shared dynamics models can enhance coordination and adaptability to enable successful reactive interactions with a human partner. In this work, we pro

Cited by 11SourcecodeScholar
2024

Multi-Task Reinforcement Learning with Mixture of Orthogonal Experts

ICLR 2024poster

Multi-Task Reinforcement Learning (MTRL) tackles the long-standing problem of endowing agents with skills that generalize across a variety of problems. To this end, sharing representations plays a fundamental role in capturing both unique and common characteristics of the tasks. Tasks may exhibit si…

2024

One Policy to Run Them All: an End-to-end Learning Approach to Multi-Embodiment Locomotion

CoRL 2024poster

Deep Reinforcement Learning techniques are achieving state-of-the-art results in robust legged locomotion. While there exists a wide variety of legged platforms such as quadruped, humanoids, and hexapods, the field is still missing a single learning framework that can control all these different emb…

Cited by 14SourcecodeScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration

ICRA 2024

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man

Cited by 910SourcecodeScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration0

ICRA 2024poster

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man…

Cited by 259SourcecodeScholar
2024

Parameterized Projected Bellman Operator

AAAI 2024technical

Approximate value iteration (AVI) is a family of algorithms for reinforcement learning (RL) that aims to obtain an approximation of the optimal value function. Generally, AVI algorithms implement an iterated procedure where each step consists of (i) an application of the Bellman operator and (ii) a…

2024

Peer Learning: Learning Complex Policies in Groups from Scratch via Action Recommendations

AAAI 2024technical

Peer learning is a novel high-level reinforcement learning framework for agents learning in groups. While standard reinforcement learning trains an individual agent in trial-and-error fashion, all on its own, peer learning addresses a related setting in which a group of agents, i.e., peers, learns t…

2024

PianoMime: Learning a Generalist, Dexterous Piano Player from Internet Demonstrations

CoRL 2024poster

In this work, we introduce PianoMime, a framework for training a piano-playing agent using internet demonstrations. The internet is a promising source of large-scale demonstrations for training our robot agents. In particular, for the case of piano-playing, Youtube is full of videos of professional…

Cited by 7SourceScholar
2024

Reinforcement Learning for Athletic Intelligence: Lessons from the 1st “AI Olympics with RealAIGym” Competition

IJCAI 2024poster

As artificial intelligence gains new capabilities, it becomes important to evaluate it on real-world tasks. In particular, the fields of robotics and reinforcement learning (RL) are lacking in standardized benchmarking tasks on real hardware. To facilitate reproducibility and stimulate algorithmi…

Cited by 11SourcePDFScholar
2024

Robust Adversarial Reinforcement Learning via Bounded Rationality Curricula

ICLR 2024spotlight

Robustness against adversarial attacks and distribution shifts is a long-standing goal of Reinforcement Learning (RL). To this end, Robust Adversarial Reinforcement Learning (RARL) trains a protagonist against destabilizing forces exercised by an adversary in a competitive zero-sum Markov game, whos…

Cited by 5SourcePDFScholar
2024

Safe and Efficient Path Planning Under Uncertainty via Deep Collision Probability Fields

RA-L 2024

Estimating collision probabilities between robots and environmental obstacles or other moving agents is crucial to ensure safety during path planning. This is an important building block of modern planning algorithms in many application scenarios such as autonomous driving, where noisy sensors perce

Cited by 4SourceScholar
2024

Structure-Aware E(3)-Invariant Molecular Conformer Aggregation Networks

ICML 2024poster

A molecule’s 2D representation consists of its atoms, their attributes, and the molecule’s covalent bonds. A 3D (geometric) representation of a molecule is called a conformer and consists of its atom types and Cartesian coordinates. Every conformer has a potential energy, and the lower this energy,…

2024

Time-Efficient Reinforcement Learning with Stochastic Stateful Policies

ICLR 2024poster

Stateful policies play an important role in reinforcement learning, such as handling partially observable environments, enhancing robustness, or imposing an inductive bias directly into the policy structure. The conventional method for training stateful policies is Backpropagation Through Time (BPTT…

Cited by 3SourcePDFScholar
2024

What Matters for Active Texture Recognition With Vision-Based Tactile Sensors

ICRA 2024poster

This paper explores active sensing strategies that employ vision-based tactile sensors for robotic perception and classification of fabric textures. We formalize the active sampling problem in the context of tactile fabric recognition and provide an implementation of information-theoretic exploratio…

Cited by 7SourceScholar
2024

Zero-Shot Transfer of a Tactile-based Continuous Force Control Policy from Simulation to Robot

IROS 2024poster

The advent of tactile sensors in robotics has sparked many ideas on how robots can leverage direct contact measurements of their environment interactions to improve manipulation tasks. An important line of research in this regard is grasp force control, which aims to manipulate objects safely by lim…

Cited by 1SourceScholar
2023

Accelerating Motion Planning via Optimal Transport

NeurIPS 2023poster

Motion planning is still an open problem for many disciplines, e.g., robotics, autonomous driving, due to their need for high computational resources that hinder real-time, efficient decision-making. A class of methods striving to provide smooth solutions is gradient-based trajectory optimization. H…

2023

Digital Twin of a Driver-in-the-Loop Race Car Simulation With Contextual Reinforcement Learning

RA-L 2023

In order to facilitate rapid prototyping and testing in the advanced motorsport industry, we consider the problem of imitating and outperforming professional race car drivers based on demonstrations collected on a high-fidelity Driver-in-the-Loop (DiL) hardware simulator. We formulate a contextual r

Cited by 9SourceScholar
2023

Diminishing Return of Value Expansion Methods in Model-Based Reinforcement Learning

ICLR 2023poster

Model-based reinforcement learning is one approach to increase sample efficiency. However, the accuracy of the dynamics model and the resulting compounding error over modelled trajectories are commonly regarded as key limitations. A natural question to ask is: How much more sample efficiency can be…

2023

Hierarchical Policy Blending as Inference for Reactive Robot Control

ICRA 2023poster

Motion generation in cluttered, dense, and dynamic environments is a central topic in robotics, rendered as a multi-objective decision-making problem. Current approaches trade-off between safety and performance. On the one hand, reactive policies guarantee a fast response to environmental changes at…

Cited by 18SourceScholar
2023

Improved Algorithms for Stochastic Linear Bandits Using Tail Bounds for Martingale Mixtures

NeurIPS 2023oral

We present improved algorithms with worst-case regret guarantees for the stochastic linear bandit problem. The widely used "optimism in the face of uncertainty" principle reduces a stochastic bandit problem to the construction of a confidence sequence for the unknown reward function. The performance…

Cited by 9SourcePDFScholar
2023

LS-IQ: Implicit Reward Regularization for Inverse Reinforcement Learning

ICLR 2023poster

Recent methods for imitation learning directly learn a $Q$-function using an implicit reward formulation rather than an explicit reward function. However, these methods generally require implicit reward regularization to improve stability and often mistreat absorbing states. Previous works show that…

2023

Learning-Based Design and Control for Quadrupedal Robots With Parallel-Elastic Actuators

RA-L 2023

Parallel-elastic joints can improve the efficiency and strength of robots by assisting the actuators with additional torques. For these benefits to be realized, a spring needs to be carefully designed. However, designing robots is an iterative and tedious process, often relying on intuition and heur

Cited by 47SourceScholar
2023

Model-Based Uncertainty in Value Functions

AISTATS 2023poster

We consider the problem of quantifying uncertainty over expected cumulative rewards in model-based reinforcement learning. In particular, we focus on characterizing the variance over values induced by a distribution over MDPs. Previous work upper bounds the posterior variance over values by solving…

2023

Motion Planning Diffusion: Learning and Planning of Robot Motions with Diffusion Models

IROS 2023poster

Learning priors on trajectory distributions can help accelerate robot motion planning optimization. Given previously successful plans, learning trajectory generative models as priors for a new planning problem is highly desirable. Prior works propose several ways on utilizing this prior to bootstrap…

Cited by 98SourceScholar
2023

Placing by Touching: An Empirical Study on the Importance of Tactile Sensing for Precise Object Placing

IROS 2023poster

This work deals with a practical everyday problem: stable object placement on flat surfaces starting from unknown initial poses. Common object-placing approaches require either complete scene specifications or extrinsic sensor measurements, e.g., cameras, that occasionally suffer from occlusions. We…

Cited by 11SourceScholar
2023

SE(3)-DiffusionFields: Learning smooth cost functions for joint grasp and motion optimization through diffusion

ICRA 2023poster

Multi-objective optimization problems are ubiquitous in robotics, e.g., the optimization of a robot manipulation task requires a joint consideration of grasp pose configurations, collisions and joint limits. While some demands can be easily hand-designed, e.g., the smoothness of a trajectory, severa…

Cited by 174SourcecodeScholar
2023

Safe Reinforcement Learning of Dynamic High-Dimensional Robotic Tasks: Navigation, Manipulation, Interaction

ICRA 2023poster

Safety is a fundamental property for the real-world deployment of robotic platforms. Any control policy should avoid dangerous actions that could harm the environment, humans, or the robot itself. In reinforcement learning (RL), safety is crucial when exploring a new environment to learn a new skill…

Cited by 23SourceScholar
2023

Single Channel Soft Robotic Actuator Leveraging Switchable Strain-Limiting Structures for Deep-Sea Suction Sampling

IROS 2023poster

Soft Robotics has established itself as an integral field in the broader discipline of general robotics through multiple advantages like inherent safety, adaptable morphology, and energy- and weight efficiency. Especially in environments hostile to humans and classical robots like the deep sea, soft…

Cited by 1SourceScholar
2023

Start State Selection for Control Policy Learning from Optimal Trajectories

ICRA 2023poster

Combination of optimal control methods and machine learning approaches allows to profit from complementary benefits of each field in control of robotic systems. Data from optimal trajectories provides valuable information that can be used to learn a near-optimal state-dependent feedback control poli…

Cited by 1SourceScholar
2022

Active Exploration for Robotic Manipulation

IROS 2022poster

Robotic manipulation stands as a largely unsolved problem despite significant advances in robotics and machine learning in recent years. One of the key challenges in manipulation is the exploration of the dynamics of the environment when there is continuous contact between the objects being manipula…

Cited by 12SourceScholar
2022

Benchmarking Structured Policies and Policy Optimization for Real-World Dexterous Object Manipulation

RA-L 2022

Dexterous manipulation is a challenging and important problem in robotics. While data-driven methods are a promising approach, current benchmarks require simulation or extensive engineering support due to the sample inefficiency of popular methods. We present benchmarks for the TriFinger system, an

Cited by 39SourcecodeScholar
2022

Curriculum Reinforcement Learning via Constrained Optimal Transport

ICML 2022spotlight

Curriculum reinforcement learning (CRL) allows solving complex tasks by generating a tailored sequence of learning tasks, starting from easy ones and subsequently increasing their difficulty. Although the potential of curricula in RL has been clearly shown in a variety of works, it is less clear how…

2022

Dimensionality Reduction and Prioritized Exploration for Policy Search

AISTATS 2022poster

Black-box policy optimization is a class of reinforcement learning algorithms that explores and updates the policies at the parameter level. This class of algorithms is widely applied in robotics with movement primitives or non-differentiable policies. Furthermore, these approaches are particularly…

Cited by 7SourcePDFScholar
2022

Graph-based Reinforcement Learning meets Mixed Integer Programs: An application to 3D robot assembly discovery

IROS 2022poster

Robot assembly discovery (RAD) is a challenging problem that lives at the intersection of resource allocation and motion planning. The goal is to combine a predefined set of objects to form something new while considering task execution with the robot-in-the-loop. In this work, we tackle the problem…

Cited by 16SourceScholar
2022

Information-Theoretic Safe Exploration with Gaussian Processes

NeurIPS 2022accept

We consider a sequential decision making task where we are not allowed to evaluate parameters that violate an a priori unknown (safety) constraint. A common approach is to place a Gaussian process prior on the unknown constraint and allow evaluations only in regions that are safe with high probabili…

2022

Learning Implicit Priors for Motion Optimization

IROS 2022poster

Motion optimization is an effective framework for generating smooth and safe trajectories for robotic manipulation tasks. However, it suffers from local optima that hinder its applicability, especially for multi-objective tasks. In this paper, we study this problem in light of the integration of Ene…

Cited by 28SourceScholar
2022

Regularized Deep Signed Distance Fields for Reactive Motion Generation

IROS 2022poster

Autonomous robots should operate in real-world dynamic environments and collaborate with humans in tight spaces. A key component for allowing robots to leave structured lab and manufacturing settings is their ability to evaluate online and real-time collisions with the world around them. Distance-ba…

Cited by 43SourceScholar
2021

A Variational Infinite Mixture for Probabilistic Inverse Dynamics Learning

ICRA 2021poster

Probabilistic regression techniques in control and robotics applications have to fulfill different criteria of data-driven adaptability, computational efficiency, scalability to high dimensions, and the capacity to deal with different modalities in the data. Classical regressors usually fulfill only…

Cited by 5SourcecodeScholar
2021

Composable Energy Policies for Reactive Motion Generation and Reinforcement Learning

RSS 2021poster

Reactive motion generation problems are usually solved by computing actions as a sum of policies. However; these policies are independent of each other and thus; they can have conflicting behaviors when summing their contributions together. We introduce Composable Energy Policies (CEP); a novel fram…

Cited by 34SourcePDFScholar
2021

Contextual Latent-Movements Off-Policy Optimization for Robotic Manipulation Skills

ICRA 2021poster

Parameterized movement primitives have been extensively used for imitation learning of robotic tasks. However, the high-dimensionality of the parameter space hinders the improvement of such primitives in the reinforcement learning (RL) setting, especially for learning with physical robots. In this p…

Cited by 23SourcecodeScholar
2021

Differentiable Physics Models for Real-world Offline Model-based Reinforcement Learning

ICRA 2021poster

A limitation of model-based reinforcement learning (MBRL) is the exploitation of errors in the learned models. Blackbox models can fit complex dynamics with high fidelity, but their behavior is undefined outside of the data distribution. Physics-based models are better at extrapolating, due to the g…

Cited by 44SourceScholar
2021

Efficient and Reactive Planning for High Speed Robot Air Hockey

IROS 2021poster

Highly dynamic robotic tasks require high-speed and reactive robots. These tasks are particularly challenging due to the physical constraints, hardware limitations, and the high uncertainty of dynamics and sensor measures. To face these issues, it’s crucial to design robotics agents that generate pr…

Cited by 27SourceScholar
2021

Latent Derivative Bayesian Last Layer Networks

AISTATS 2021poster

Bayesian neural networks (BNN) are powerful parametric models for nonlinear regression with uncertainty quantification. However, the approximate inference techniques for weight space priors suffer from several drawbacks. The ‘Bayesian last layer’ (BLL) is an alternative BNN approach that learns the…

2021

Learn2Assemble with Structured Representations and Search for Robotic Architectural Construction

CoRL 2021poster

Autonomous robotic assembly requires a well-orchestrated sequence of high-level actions and smooth manipulation executions. Learning to assemble complex 3D structures remains a challenging problem that requires drawing connections between target designs and building blocks, and creating valid assemb…

Cited by 56SourceScholar
2021

Model Predictive Actor-Critic: Accelerating Robot Skill Acquisition with Deep Reinforcement Learning

ICRA 2021poster

Substantial advancements to model-based reinforcement learning algorithms have been impeded by the model-bias induced by the collected data, which generally hurts performance. Meanwhile, their inherent sample efficiency warrants utility for most robot applications, limiting potential damage to the r…

Cited by 47SourcecodeScholar
2021

Neural Posterior Domain Randomization

CoRL 2021poster

Combining domain randomization and reinforcement learning is a widely used approach to obtain control policies that can bridge the gap between simulation and reality. However, existing methods make limiting assumptions on the form of the domain parameter distribution which prevents them from utilizi…

Cited by 46SourceScholar
2021

Robust Value Iteration for Continuous Control Tasks

RSS 2021poster

When transferring a control policy from simulation to a physical system; this policy needs to be robust to variations in the dynamics to perform well. Commonly; the optimal policy overfits to the approximate model and the corresponding state-distribution. Therefore; the policy fails when transferred…

Cited by 18SourcePDFScholar
2021

Value Iteration in Continuous Actions, States and Time

ICML 2021spotlight

Classical value iteration approaches are not applicable to environments with continuous states and actions. For such environments the states and actions must be discretized, which leads to an exponential increase in computational complexity. In this paper, we propose continuous fitted value iteratio…

2020

A Nonparametric Off-Policy Policy Gradient

AISTATS 2020poster

Reinforcement learning (RL) algorithms still suffer from high sample complexity despite outstanding recent successes. The need for intensive interactions with the environment is especially observed in many widely popular policy gradient algorithms that perform updates using on-policy samples. The pr…

2020

Bayesian Online Prediction of Change Points

UAI 2020poster

Online detection of instantaneous changes in the generative process of a data sequence generally focuses on retrospective inference of such change points without considering their future occurrences. We extend the Bayesian Online Change Point Detection algorithm to also infer the number of time step…

2020

Generalized Mean Estimation in Monte-Carlo Tree Search

IJCAI 2020poster

We consider Monte-Carlo Tree Search (MCTS) applied to Markov Decision Processes (MDPs) and Partially Observable MDPs (POMDPs), and the well-known Upper Confidence bound for Trees (UCT) algorithm. In UCT, a tree with nodes (states) and edges (actions) is incrementally built by the expansion of nodes,…

Cited by 0SourcePDFScholar
2020

High Acceleration Reinforcement Learning for Real-World Juggling with Binary Rewards

CoRL 2020

Robots that can learn in the physical world will be important to enable robots to escape their stiff and pre-programmed movements. For dynamic high-acceleration tasks, such as juggling, learning in the real-world is particularly challenging as one must push the limits of the robot and its actuation

2020

Hybrid fluidic actuation for a foam-based soft actuator

IROS 2020poster

Actuation means for soft robotic structures are manifold: despite actuation mechanisms such as tendon-driven manipulators or shape memory alloys, the majority of soft robotic actuators are fluidically actuated - either purely by positive or negative air pressure or by hydraulic actuation only. This…

Cited by 18SourceScholar
2020

ImitationFlow: Learning Deep Stable Stochastic Dynamic Systems by Normalizing Flows

IROS 2020poster

We introduce ImitationFlow, a novel Deep generative model that allows learning complex globally stable, stochastic, nonlinear dynamics. Our approach extends the Normalizing Flows framework to learn stable Stochastic Differential Equations. We prove the Lyapunov stability for a class of Stochastic Di…

Cited by 59SourceScholar
2020

Learning Hierarchical Acquisition Functions for Bayesian Optimization

IROS 2020poster

Learning control policies in robotic tasks requires a large number of interactions due to small learning rates, bounds on the updates or unknown constraints. In contrast humans can infer protective and safe solutions after a single failure or unexpected observation. In order to reach similar perform…

Cited by 0SourceScholar
2020

Model-Based Quality-Diversity Search for Efficient Robot Learning

IROS 2020poster

Despite recent progress in robot learning, it still remains a challenge to program a robot to deal with open-ended object manipulation tasks. One approach that was recently used to autonomously generate a repertoire of diverse skills is a novelty based Quality-Diversity (QD) algorithm. However, as m…

Cited by 26SourceScholar
2020

Multi-Sensor Next-Best-View Planning as Matroid-Constrained Submodular Maximization

RA-L 2020

3D scene models are useful in robotics for tasks such as path planning, object manipulation, and structural inspection. We consider the problem of creating a 3D model using depth images captured by a team of multiple robots. Each robot selects a viewpoint and captures a depth image from it, and the

Cited by 36SourceScholar
2020

Plucking Motions for Tea Harvesting Robots Using Probabilistic Movement Primitives

RA-L 2020

This letter proposes a harvesting robot capable of plucking tea leaves. In order to harvest high-quality tea, the robot is required to pluck the petiole of the leaf without cutting it using blades. To pluck the leaves, it is necessary to reproduce a complicated human hand motion of pulling while rot

Cited by 37SourceScholar
2020

Real Time Trajectory Prediction Using Deep Conditional Generative Models

RA-L 2020

Data driven methods for time series forecasting that quantify uncertainty open new important possibilities for robot tasks with hard real time constraints, allowing the robot system to make decisions that trade off between reaction time and accuracy in the predictions. Despite the recent advances in

Cited by 47SourcecodeScholar
2020

Redundancy resolution under hard joint constraints: a generalized approach to rank updates

IROS 2020poster

The increasing interest in autonomous robots with a high number of degrees of freedom for industrial applications and service robotics have also increased the demand for efficient control algorithms. The unstructured environment these robots operate in often impose constraints on the joint motion, a…

Cited by 3SourceScholar
2020

Sharing Knowledge in Multi-Task Deep Reinforcement Learning

ICLR 2020poster

We study the benefit of sharing representations among tasks to enable the effective use of deep neural networks in Multi-Task Reinforcement Learning. We leverage the assumption that learning from different tasks, sharing common properties, is helpful to generalize the knowledge of them resulting in…

Cited by 159SourcecodeScholar
2020

Underactuated Waypoint Trajectory Optimization for Light Painting Photography

ICRA 2020poster

Despite their abundance in robotics and nature, underactuated systems remain a challenge for control engineering. Trajectory optimization provides a generally applicable solution, however its efficiency strongly depends on the skill of the engineer to frame the problem in an optimizer-friendly way.…

Cited by 7SourceScholar
2019

Actuation and stiffening in fluid-driven soft robots using low-melting-point material

IROS 2019poster

Soft material robots offer a number of advantages over traditional rigid robots in applications including human-robot interaction, rehabilitation and surgery. These robots can navigate around obstacles, elongate, squeeze through narrow openings or be squeezed - and they are considered to be inherent…

Cited by 41SourceScholar
2019

Chance-Constrained Trajectory Optimization for Non-linear Systems with Unknown Stochastic Dynamics

IROS 2019poster

Iterative trajectory optimization techniques for non-linear dynamical systems are among the most powerful and sample-efficient methods of model-based reinforcement learning and approximate optimal control. By leveraging time-variant local linear-quadratic approximations of system dynamics and reward…

Cited by 10SourceScholar
2019

Deep Lagrangian Networks for end-to-end learning of energy-based control for under-actuated systems

IROS 2019poster

Applying Deep Learning to control has a lot of potential for enabling the intelligent design of robot control laws. Unfortunately common deep learning approaches to control, such as deep reinforcement learning, require an unrealistic amount of interaction with the real system, do not yield any perfo…

Cited by 92SourceScholar
2019

Deep Lagrangian Networks: Using Physics as Model Prior for Deep Learning

ICLR 2019poster

Deep learning has achieved astonishing results on many tasks with large amounts of data and generalization within the proximity of training data. For many important real-world applications, these requirements are unfeasible and additional prior knowledge on the task domain is required to overcome th…

Cited by 511SourcePDFScholar
2019

HJB Optimal Feedback Control with Deep Differential Value Functions and Action Constraints

CoRL 2019

Learning optimal feedback control laws capable of executing optimal trajectories is essential for many robotic applications. Such policies can be learned using reinforcement learning or planned using optimal control. While reinforcement learning is sample inefficient, optimal control only plans an o

Cited by 0SourcePDFScholar
2019

Learning Intention Aware Online Adaptation of Movement Primitives

RA-L 2019

In order to operate close to non-experts, future robots require both an intuitive form of instruction accessible to laymen and the ability to react appropriately to a human co-worker. Instruction by imitation learning with probabilistic movement primitives (ProMPs) allows capturing tasks by learning

Cited by 34SourceScholar
2019

Local Online Motor Babbling: Learning Motor Abundance of a Musculoskeletal Robot Arm

IROS 2019poster

Motor babbling and goal babbling has been used for sensorimotor learning of highly redundant systems in soft robotics. Recent works in goal babbling have demonstrated successful learning of inverse kinematics (IK) on such systems, and suggest that babbling in the goal space better resolves motor red…

Cited by 3SourceScholar
2019

Multimodal Uncertainty Reduction for Intention Recognition in Human-Robot Interaction

IROS 2019poster

Assistive robots can potentially improve the quality of life and personal independence of elderly people by supporting everyday life activities. To guarantee a safe and intuitive interaction between human and robot, human intentions need to be recognized automatically. As humans communicate their in…

Cited by 47SourceScholar
2019

Projections for Approximate Policy Iteration Algorithms

ICML 2019oral

Approximate policy iteration is a class of reinforcement learning (RL) algorithms where the policy is encoded using a function approximator and which has been especially prominent in RL with continuous action spaces. In this class of RL algorithms, ensuring increase of the policy return during polic…

2019

Reinforcement Learning of Trajectory Distributions: Applications in Assisted Teleoperation and Motion Planning

IROS 2019poster

The majority of learning from demonstration approaches do not address suboptimal demonstrations or cases when drastic changes in the environment occur after the demonstrations were made. For example, in real teleoperation tasks, the demonstrations provided by the user are often suboptimal due to int…

Cited by 9SourceScholar
2018

Control of Musculoskeletal Systems Using Learned Dynamics Models

RA-L 2018

Controlling musculoskeletal systems, especially robots actuated by pneumatic artificial muscles, is a challenging task due to nonlinearities, hysteresis effects, massive actuator delay, and unobservable dependencies such as temperature. Despite such difficulties, muscular systems offer many benefici

Cited by 24SourceScholar
2018

Domain Randomization for Simulation-Based Policy Optimization with Transferability Assessment

CoRL 2018

Exploration-based reinforcement learning on real robot systems is generally time-intensive and can lead to catastrophic robot failures. Therefore, simulation-based policy search appears to be an appealing alternative. Unfor- tunately, running policy search on a slightly faulty simulator can easily l

2018

Inducing Probabilistic Context-Free Grammars for the Sequencing of Movement Primitives

ICRA 2018poster

Movement Primitives are a well studied and widely applied concept in modern robotics. Composing primitives out of an existing library, however, has shown to be a challenging problem. We propose the use of probabilistic context-free grammars to sequence a series of primitives to generate complex robo…

Cited by 11SourceScholar
2018

Mixture of Attractors: A Novel Movement Primitive Representation for Learning Motor Skills From Demonstrations

RA-L 2018

In this letter, we introduce Mixture of Attractors, a novel movement primitive representation that allows for learning complex object-relative movements. The movement primitive representation inherently supports multiple coordinate frames, enabling the system to generalize a skill to unseen object p

Cited by 19SourceScholar
2018

PIPPS: Flexible Model-Based Policy Search Robust to the Curse of Chaos

ICML 2018oral

Previously, the exploding gradient problem has been explained to be central in deep learning and model-based reinforcement learning, because it causes numerical issues and instability in optimization. Our experiments in model-based reinforcement learning imply that the problem is not just a numerica…

2018

Sample and Feedback Efficient Hierarchical Reinforcement Learning from Human Preferences

ICRA 2018poster

While reinforcement learning has led to promising results in robotics, defining an informative reward function is challenging. Prior work considered including the human in the loop to jointly learn the reward function and the optimal policy. Generating samples from a physical robot and requesting hu…

Cited by 28SourceScholar
2017

Active Incremental Learning of Robot Movement Primitives

CoRL 2017

Robots that can learn over time by interacting with non-technical users must be capable of acquiring new motor skills, incrementally. The problem then is deciding when to teach the robot a new skill or when to rely on the robot generalizing its actions. This decision can be made by the robot if it i

Cited by 0SourcePDFScholar
2017

Guiding Trajectory Optimization by Demonstrated Distributions

RA-L 2017

Trajectory optimization is an essential tool for motion planning under multiple constraints of robotic manipulators. Optimization-based methods can explicitly optimize a trajectory by leveraging prior knowledge of the system and have been used in various applications such as collision avoidance. How

Cited by 60SourceScholar
2017

Hybrid control trajectory optimization under uncertainty

IROS 2017poster

Trajectory optimization is a fundamental problem in robotics. While optimization of continuous control trajectories is well developed, many applications require both discrete and continuous, i.e. hybrid controls. Finding an optimal sequence of hybrid controls is challenging due to the exponential ex…

Cited by 20SourceScholar
2017

Online Learning with Stochastic Recurrent Neural Networks using Intrinsic Motivation Signals

CoRL 2017

Continuous online adaptation is an essential ability for the vision of fully autonomous and lifelong-learning robots. Robots need to be able to adapt to changing environments and constraints while this adaption should be performed without interrupting the robot’s motion. In this paper, we introduce

Cited by 0SourcePDFScholar
2016

Acquiring and Generalizing the Embodiment Mapping From Human Observations to Robot Skills

RA-L 2016

Robot imitation based on observations of the human movement is a challenging problem as the structure of the human demonstrator and the robot learner are usually different. A movement that can be demonstrated well by a human may not be kinematically feasible for robot reproduction. A common approach

Cited by 25SourceScholar
2016

Active tactile object exploration with Gaussian processes

IROS 2016poster

Accurate object shape knowledge provides important information for performing stable grasping and dexterous manipulation. When modeling an object using tactile sensors, touching the object surface at a fixed grid of points can be sample inefficient. In this paper, we present an active touch strategy…

Cited by 117SourceScholar
2016

Learning soft task priorities for control of redundant robots

ICRA 2016poster

One of the key problems in planning and control of redundant robots is the fast generation of controls when multiple tasks and constraints need to be satisfied. In the literature, this problem is classically solved by multi-task prioritized approaches, where the priority of each task is determined b…

Cited by 44SourceScholar
2016

Movement primitives with multiple phase parameters

ICRA 2016poster

Movement primitives are concise movement representations that can be learned from human demonstrations, support generalization to novel situations and modulate the speed of execution of movements. The speed modulation mechanisms proposed so far are limited though, allowing only for uniform speed mod…

Cited by 7SourceScholar
2016

Probabilistic decomposition of sequential force interaction tasks into Movement Primitives

IROS 2016poster

Learning sequential force interaction tasks from kinesthetic demonstrations is a promising approach to transfer human manipulation abilities to a robot. In this paper we propose a novel concept to decompose such demonstrations into a set of Movement Primitives (MPs). The decomposition is based on a…

Cited by 18SourceScholar
2016

Stability of Controllers for Gaussian Process Forward Models

ICML 2016poster

Learning control has become an appealing alternative to the derivation of control laws based on classic control theory. However, a major shortcoming of learning control is the lack of performance guarantees which prevents its application in many real-world scenarios. As a step in this direction, we…

Cited by 54SourcePDFScholar
2016

Stable reinforcement learning with autoencoders for tactile and visual data

IROS 2016poster

For many tasks, tactile or visual feedback is helpful or even crucial. However, designing controllers that take such high-dimensional feedback into account is non-trivial. Therefore, robots should be able to learn tactile skills through trial and error by using reinforcement learning algorithms. The…

Cited by 209SourceScholar
2015

Combined pose-wrench and state machine representation for modeling Robotic Assembly Skills

IROS 2015poster

A new Robotic Assembly Skill (RAS) modeling framework is proposed. An assembly skill is a primitive that encapsulates the capabilities to coordinate, control and supervise an elementary robot task. To gain reusability of a primitive in alike robot tasks, the primitives are represented as generic tem…

Cited by 24SourceScholar
2015

Extracting low-dimensional control variables for movement primitives

ICRA 2015

Movement primitives (MPs) provide a powerful framework for data driven movement generation that has been successfully applied for learning from demonstrations and robot reinforcement learning. In robotics we often want to solve a multitude of different, but related tasks. As the parameters of the pr

Cited by 47SourceScholar
2015

Learning inverse dynamics models with contacts

ICRA 2015poster

In whole-body control, joint torques and external forces need to be estimated accurately. In principle, this can be done through pervasive joint-torque sensing and accurate system identification. However, these sensors are expensive and may not be integrated in all links. Moreover, the exact positio…

Cited by 67SourceScholar
2015

Learning motor skills from partially observed movements executed at different speeds

IROS 2015poster

Learning motor skills from multiple demonstrations presents a number of challenges. One of those challenges is the occurrence of occlusions and lack of sensor coverage, which may corrupt part of the recorded data. Another issue is the variability in speed of execution of the demonstrations, which ma…

Cited by 29SourceScholar
2015

Learning multiple collaborative tasks with a mixture of Interaction Primitives

ICRA 2015poster

Robots that interact with humans must learn to not only adapt to different human partners but also to new interactions. Such a form of learning can be achieved by demonstrations and imitation. A recently introduced method to learn interactions from demonstrations is the framework of Interaction Prim…

Cited by 145SourceScholar
2015

Learning of Non-Parametric Control Policies with High-Dimensional State Features

AISTATS 2015poster

Learning complex control policies from high-dimensional sensory input is a challenge for reinforcement learning algorithms. Kernel methods that approximate values functions or transition models can address this problem. Yet, many current approaches rely on instable greedy maximization. In this paper…

Cited by 51SourcePDFScholar
2015

Model-free Probabilistic Movement Primitives for physical interaction

IROS 2015poster

Physical interaction in robotics is a complex problem that requires not only accurate reproduction of the kinematic trajectories but also of the forces and torques exhibited during the movement. We base our approach on Movement Primitives (MP), as MPs provide a framework for modelling complex moveme…

Cited by 27SourceScholar
2015

Probabilistic progress prediction and sequencing of concurrent movement primitives

IROS 2015poster

Classical approaches towards learning coordinated movement tasks often represent a movement in a sequential and exclusive fashion. Introducing concurrency allows to decompose such tasks into a number of separate sequences, for instance for two different end-effectors. While this results in a compact…

Cited by 9SourceScholar
2015

Reinforcement learning vs human programming in tetherball robot games

IROS 2015poster

Reinforcement learning of motor skills is an important challenge in order to endow robots with the ability to learn a wide range of skills and solve complex tasks. However, comparing reinforcement learning against human programming is not straightforward. In this paper, we create a motor learning fr…

Cited by 20SourceScholar
2015

Stabilizing novel objects by learning to predict tactile slip

IROS 2015poster

During grasping and other in-hand manipulation tasks maintaining a stable grip on the object is crucial for the task's outcome. Inherently connected to grip stability is the concept of slip. Slip occurs when the contact between the fingertip and the object is partially lost, resulting in sudden unde…

Cited by 127SourceScholar
2015

Towards learning hierarchical skills for multi-phase manipulation tasks

ICRA 2015poster

Most manipulation tasks can be decomposed into a sequence of phases, where the robot's actions have different effects in each phase. The robot can perform actions to transition between phases and, thus, alter the effects of its actions, e.g. grasp an object in order to then lift it. The robot can th…

Cited by 163SourceScholar