← Search

Nicklas Hansen

24 accepted papers

2026

Learning to Design Soft Hands Using Reward Models

ICRA 2026poster

Soft robotic hands promise to provide compliant and safe interaction with objects and environments. However, designing soft hands to be both compliant and functional across diverse use cases remains challenging. Although co-design of hardware and control better couples morphology to behavior, the re…

2026

TIPS: Turn-level Information-Potential Reward Shaping for Search-Augmented LLMs

ICLR 2026poster

Search-augmented large language models (LLMs) trained with reinforcement learning (RL) have achieved strong results on open-domain question answering (QA), but training still remains a significant challenge. The optimization is often unstable due to sparse rewards and difficult credit assignments ac…

Cited by 0SourcecodeScholar
2025

Hierarchical World Models as Visual Whole-Body Humanoid Controllers

ICLR 2025poster

Whole-body control for humanoids is challenging due to the high-dimensional nature of the problem, coupled with the inherent instability of a bipedal morphology. Learning from visual observations further exacerbates this difficulty. In this work, we explore highly data-driven approaches to visual wh…

Cited by 5SourcePDFScholar
2025

Multi-Stage Manipulation with Demonstration-Augmented Reward, Policy, and World Model Learning

ICML 2025poster

Long-horizon tasks in robotic manipulation present significant challenges in reinforcement learning (RL) due to the difficulty of designing dense reward functions and effectively exploring the expansive state-action space. However, despite a lack of dense rewards, these tasks often have a multi-stag…

2025

MyoChallenge 2024: A New Benchmark for Physiological Dexterity and Agility in Bionic Humans

NeurIPS 2025poster

Recent advancements in bionic prosthetic technology offer transformative opportunities to restore mobility and functionality for individuals with missing limbs. Users of bionic limbs, or bionic humans, learn to seamlessly integrate prosthetic extensions into their motor repertoire, regaining critica…

Cited by 0SourceScholar
2024

A Simulation Benchmark for Autonomous Racing with Large-Scale Human Data

NeurIPS 2024poster

Despite the availability of international prize-money competitions, scaled vehicles, and simulation environments, research on autonomous racing and the control of sports cars operating close to the limit of handling has been limited by the high costs of vehicle acquisition and management, as well as…

2024

MoDem-V2: Visuo-Motor World Models for Real-World Robot Manipulation

ICRA 2024poster

Robotic systems that aspire to operate in uninstrumented real-world environments must perceive the world directly via onboard sensing. Vision-based learning systems aim to eliminate the need for environment instrumentation by building an implicit understanding of the world based on raw pixels, but n…

Cited by 13SourceScholar
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
2023

Finetuning Offline World Models in the Real World

CoRL 2023oral

Reinforcement Learning (RL) is notoriously data-inefficient, which makes training on a real robot difficult. While model-based RL algorithms (world models) improve data-efficiency to some extent, they still require hours or days of interaction to learn skills. Recently, offline RL has been proposed…

Cited by 23SourceScholar
2023

GNFactor: Multi-Task Real Robot Learning with Generalizable Neural Feature Fields

CoRL 2023oral

It is a long-standing problem in robotics to develop agents capable of executing diverse manipulation tasks from visual observations in unstructured real-world environments. To achieve this goal, the robot will need to have a comprehensive understanding of the 3D structure and semantics of the scen…

Cited by 88SourcecodeScholar
2023

MoDem: Accelerating Visual Model-Based Reinforcement Learning with Demonstrations

ICLR 2023poster

Poor sample efficiency continues to be the primary challenge for deployment of deep Reinforcement Learning (RL) algorithms for real-world applications, and in particular for visuo-motor control. Model-based RL has the potential to be highly sample efficient by concurrently learning a world model and…

2023

On Pre-Training for Visuo-Motor Control: Revisiting a Learning-from-Scratch Baseline

ICML 2023poster

In this paper, we examine the effectiveness of pre-training for visuo-motor control tasks. We revisit a simple Learning-from-Scratch (LfS) baseline that incorporates data augmentation and a shallow ConvNet, and find that this baseline is surprisingly competitive with recent approaches (PVR, MVP, R3M…

2023

On the Feasibility of Cross-Task Transfer with Model-Based Reinforcement Learning

ICLR 2023poster

Reinforcement Learning (RL) algorithms can solve challenging control problems directly from image observations, but they often require millions of environment interactions to do so. Recently, model-based RL algorithms have greatly improved sample-efficiency by concurrently learning an internal model…

2023

Visual Reinforcement Learning With Self-Supervised 3D Representations

RA-L 2023

A prominent approach to visual Reinforcement Learning (RL) is to learn an internal state representation using self-supervised methods, which has the potential benefit of improved sample-efficiency and generalization through additional learning signal and inductive biases. However, while the real wor

Cited by 74SourcecodeScholar
2022

Graph Inverse Reinforcement Learning from Diverse Videos

CoRL 2022oral

Research on Inverse Reinforcement Learning (IRL) from third-person videos has shown encouraging results on removing the need for manual reward design for robotic tasks. However, most prior works are still limited by training from a relatively restricted domain of videos. In this paper, we argue that…

Cited by 57SourcecodeScholar
2022

Learning Vision-Guided Quadrupedal Locomotion End-to-End with Cross-Modal Transformers

ICLR 2022spotlight

We propose to address quadrupedal locomotion tasks using Reinforcement Learning (RL) with a Transformer-based model that learns to combine proprioceptive information and high-dimensional depth sensor inputs. While learning-based locomotion has made great advances using RL, most methods still rely on…

2022

Look Closer: Bridging Egocentric and Third-Person Views With Transformers for Robotic Manipulation

RA-L 2022

Learning to solve precision-based manipulation tasks from visual feedback using Reinforcement Learning (RL) could drastically reduce the engineering efforts required by traditional robot systems. However, performing fine-grained motor control from visual inputs alone is challenging, especially with

Cited by 86SourcecodeScholar
2021

Self-Supervised Policy Adaptation during Deployment

ICLR 2021spotlight

In most real world scenarios, a policy trained by reinforcement learning in one environment needs to be deployed in another, potentially quite different environment. However, generalization across different environments is known to be hard. A natural solution would be to keep training after deployme…

2021

Stabilizing Deep Q-Learning with ConvNets and Vision Transformers under Data Augmentation

NeurIPS 2021poster

While agents trained by Reinforcement Learning (RL) can solve increasingly challenging tasks directly from visual observations, generalizing learned skills to novel environments remains very challenging. Extensive use of data augmentation is a promising technique for improving generalization in RL,…