← Search

Pulkit Agrawal

86 accepted papers

2026

SoftMimic: Learning Compliant Whole-Body Control from Examples

ICRA 2026poster

We introduce SoftMimic , a framework for learning compliant whole-body control policies for humanoid robots from example motions. Imitating human motions with reinforcement learning allows humanoids to quickly learn new skills, but existing methods incentivize stiff control that aggressively correct…

2025

DART: Dexterous Augmented Reality Teleoperation Platform for Large-Scale Robot Data Collection in Simulation

ICRA 2025

The scarcity of diverse and high-quality data impedes the quest to build a generalist robotic system. Current robotics data collection efforts face many challenges: the need for physical robotic hardware, setting up the environment, frequent resets, and the fatigue for data collectors operating real

Cited by 3SourceScholar
2025

Diffusion Policy Policy Optimization

ICLR 2025poster

We introduce Diffusion Policy Policy Optimization, DPPO, an algorithmic framework including best practices for fine-tuning diffusion-based policies (e.g. Diffusion Policy) in continuous control and robot learning tasks using the policy gradient (PG) method from reinforcement learning (RL). PG method…

Cited by 270SourcePDFScholar
2025

Efficient Diffusion Transformer Policies with Mixture of Expert Denoisers for Multitask Learning

ICLR 2025poster

Diffusion Policies have become widely used in Imitation Learning, offering several appealing properties, such as generating multimodal and discontinuous behavior. As models are becoming larger to capture more complex capabilities, their computational demands increase, as shown by recent scaling laws…

2025

Emergence and Effectiveness of Task Vectors in In-Context Learning: An Encoder Decoder Perspective

ICML 2025spotlight

Autoregressive transformers exhibit adaptive learning through in-context learning (ICL), which begs the question of how. Prior works have shown that transformers represent the ICL tasks as vectors in their representations. In this paper, we leverage the encoding-decoding framework to study how trans…

Cited by 0SourcePDFScholar
2025

From Imitation to Refinement - Residual Rl for Precise Assembly

ICRA 2025

Recent advances in Behavior Cloning (BC) have made it easy to teach robots new tasks. However, we find that the ease of teaching comes at the cost of unreliable performance that saturates with increasing data for tasks requiring precision. The performance saturation can be attributed to two critical

Cited by 67SourcecodeScholar
2025

ORSO: Accelerating Reward Design via Online Reward Selection and Policy Optimization

ICLR 2025poster

Reward shaping is critical in reinforcement learning (RL), particularly for complex tasks where sparse rewards can hinder learning. However, choosing effective shaping rewards from a set of reward functions in a computationally efficient manner remains an open challenge. We propose Online Reward Sel…

2025

Position: General Intelligence Requires Reward-based Pretraining

ICML 2025spotlight

Large Language Models (LLMs) have demonstrated impressive real-world utility, exemplifying artificial useful intelligence (AUI). However, their ability to reason adaptively and robustly -- the hallmarks of artificial general intelligence (AGI) -- remains fragile. While LLMs seemingly succeed in comm…

Cited by 0SourcePDFScholar
2025

Vegetable Peeling: A Case Study in Constrained Dexterous Manipulation

ICRA 2025

Recent studies have made significant progress in addressing dexterous manipulation problems, particularly in inhand object reorientation. However, there are few existing works that explore the potential utilization of developed dexterous manipulation controllers for downstream tasks. In this study,

Cited by 17SourcecodeScholar
2024

Action Space Design in Reinforcement Learning for Robot Motor Skills

CoRL 2024poster

Practitioners often rely on intuition to select action spaces for learning. The choice can substantially impact final performance even when choosing among configuration-space representations such as joint position, velocity, and torque commands. We examine action space selection considering a wheele…

Cited by 8SourceScholar
2024

Curiosity-driven Red-teaming for Large Language Models

ICLR 2024poster

Large language models (LLMs) hold great potential for many natural language applications but risk generating incorrect or toxic content. To probe when an LLM generates unwanted content, the current paradigm is to recruit a $\textit{red team}$ of human testers to design input prompts (i.e., test case…

2024

Everyday finger: a robotic finger that meets the needs of everyday interactive manipulation

ICRA 2024poster

We provide the mechanical and dynamical requirements for a robotic finger capable of performing a large number of everyday tasks. To match these requirements, we present a novel actuator and finger design, the everyday finger, that comes close to many characteristics of the human fingers. In particu…

Cited by 0SourceScholar
2024

EyeSight Hand: Design of a Fully-Actuated Dexterous Robot Hand with Integrated Vision-Based Tactile Sensors and Compliant Actuation

IROS 2024poster

In this work, we introduce the EyeSight Hand, a 7 degrees of freedom (DoF) humanoid hand featuring integrated vision-based tactile sensors tailored for enhanced whole-hand manipulation. Additionally, we introduce an actuation scheme centered around quasi-direct drive actuation to achieve human-like…

Cited by 43SourceScholar
2024

Few-Shot Task Learning through Inverse Generative Modeling

NeurIPS 2024poster

Learning the intents of an agent, defined by its goals or motion style, is often extremely challenging from just a few examples. We refer to this problem as task concept learning and present our approach, Few-Shot Task Learning through Inverse Generative Modeling (FTL-IGM), which learns new task con…

Cited by 1SourcePDFScholar
2024

Going Beyond Heuristics by Imposing Policy Improvement as a Constraint

NeurIPS 2024poster

In many reinforcement learning (RL) applications, incorporating heuristic rewards alongside the task reward is crucial for achieving desirable performance. Heuristics encode prior human knowledge about how a task should be done, providing valuable hints for RL algorithms. However, such hints may not…

2024

JUICER: Data-Efficient Imitation Learning for Robotic Assembly

IROS 2024poster

While learning from demonstrations is powerful for acquiring visuomotor policies, high-performance imitation without large demonstration datasets remains challenging for tasks requiring precise, long-horizon manipulation. This paper proposes a pipeline for improving imitation learning performance wi…

Cited by 15SourcecodeScholar
2024

Learning Force Control for Legged Manipulation

ICRA 2024poster

Controlling the contact force during interactions is an inherent requirement for locomotion and manipulation tasks. Current reinforcement learning approaches to locomotion and manipulation rely implicitly on forceful interaction to accomplish tasks but do not explicitly regulate it. This paper propo…

Cited by 18SourcecodeScholar
2024

Learning Multimodal Behaviors from Scratch with Diffusion Policy Gradient

NeurIPS 2024poster

Deep reinforcement learning (RL) algorithms typically parameterize the policy as a deep network that outputs either a deterministic action or a stochastic one modeled as a Gaussian distribution, hence restricting learning to a single behavioral mode. Meanwhile, diffusion models emerged as a powerful…

2024

Lifelong Robot Learning with Human Assisted Language Planners

ICRA 2024poster

Large Language Models (LLMs) have been shown to act like planners that can decompose high-level instructions into a sequence of executable instructions. However, current LLM-based planners are only able to operate with a fixed set of skills. We overcome this critical limitation and present a method…

Cited by 19SourceScholar
2024

Maximizing Quadruped Velocity by Minimizing Energy

ICRA 2024poster

Reinforcement Learning (RL) has been a powerful tool for training robots to acquire agile locomotion skills. To learn locomotion, it is commonly necessary to introduce additional reward-shaping terms, such as an energy minimization term, to guide an algorithm like Proximal Policy Optimization (PPO)…

Cited by 5SourceScholar
2024

OpenEQA: Embodied Question Answering in the Era of Foundation Models

CVPR 2024poster

We present a modern formulation of Embodied Question Answering (EQA) as the task of understanding an environment well enough to answer questions about it in natural language. An agent can achieve such an understanding by either drawing upon episodic memory exemplified by agents on smart glasses or b…

Cited by 118SourcePDFScholar
2024

Position: Automatic Environment Shaping is the Next Frontier in RL

ICML 2024oral

Many roboticists dream of presenting a robot with a task in the evening and returning the next morning to find the robot capable of solving the task. What is preventing us from achieving this? Sim-to-real reinforcement learning (RL) has achieved impressive performance on challenging robotics tasks,…

Cited by 3SourcePDFScholar
2024

Random Latent Exploration for Deep Reinforcement Learning

ICML 2024poster

The ability to efficiently explore high-dimensional state spaces is essential for the practical success of deep Reinforcement Learning (RL). This paper introduces a new exploration technique called Random Latent Exploration (RLE), that combines the strengths of exploration bonuses and randomized val…

Cited by 1SourcePDFScholar
2024

Rank2Reward: Learning Shaped Reward Functions from Passive Video

ICRA 2024poster

Teaching robots novel skills with demonstrations via human-in-the-loop data collection techniques like kinesthetic teaching or teleoperation puts a heavy burden on human supervisors. In contrast to this paradigm, it is often significantly easier to provide raw, action-free visual data of tasks being…

Cited by 5SourcecodeScholar
2024

Reconciling Reality through Simulation: A Real-To-Sim-to-Real Approach for Robust Manipulation

RSS 2024poster

Imitation learning methods need significant human supervision to learn policies robust to changes in object poses, physical disturbances, and visual distractors. Reinforcement learning, on the other hand, can explore the environment autonomously to learn robust behaviors but may require impractical…

Cited by 55SourcePDFScholar
2023

Autonomous Robotic Reinforcement Learning with Asynchronous Human Feedback

CoRL 2023poster

Ideally, we would place a robot in a real-world environment and leave it there improving on its own by gathering more experience autonomously. However, algorithms for autonomous robotic learning have been challenging to realize in the real world. While this has often been attributed to the challenge…

Cited by 6SourcecodeScholar
2023

Beyond Uniform Sampling: Offline Reinforcement Learning with Imbalanced Datasets

NeurIPS 2023poster

Offline reinforcement learning (RL) enables learning a decision-making policy without interaction with the environment. This makes it particularly beneficial in situations where such interactions are costly. However, a known challenge for offline RL algorithms is the distributional mismatch between…

2023

Breadcrumbs to the Goal: Goal-Conditioned Exploration from Human-in-the-Loop Feedback

NeurIPS 2023poster

Exploration and reward specification are fundamental and intertwined challenges for reinforcement learning. Solving sequential decision making tasks with a non-trivial element of exploration requires either specifying carefully designed reward functions or relying on indiscriminate, novelty seeking…

2023

Compositional Foundation Models for Hierarchical Planning

NeurIPS 2023poster

To make effective decisions in novel environments with long-horizon goals, it is crucial to engage in hierarchical reasoning across spatial and temporal scales. This entails planning abstract subgoal sequences, visually reasoning about the underlying plans, and executing actions in accordance with t…

Cited by 45SourcePDFScholar
2023

Diagnosis, Feedback, Adaptation: A Human-in-the-Loop Framework for Test-Time Policy Adaptation

ICML 2023poster

Policies often fail at test-time due to *distribution shifts*---changes in the state and reward that occur when an end user deploys the policy in environments different from those seen in training. Data augmentation can help models be more robust to such shifts by varying specific concepts in the st…

Cited by 18SourcePDFScholar
2023

Harnessing Mixed Offline Reinforcement Learning Datasets via Trajectory Weighting

ICLR 2023poster

Most offline reinforcement learning (RL) algorithms return a target policy maximizing a trade-off between (1) the expected performance gain over the behavior policy that collected the dataset, and (2) the risk stemming from the out-of-distribution-ness of the induced state-action occupancy. It follo…

2023

Human-Guided Complexity-Controlled Abstractions

NeurIPS 2023poster

Neural networks often learn task-specific latent representations that fail to generalize to novel settings or tasks. Conversely, humans learn discrete representations (i.e., concepts or words) at a variety of abstraction levels (e.g., "bird" vs. "sparrow'") and use the appropriate abstraction based…

2023

Is Conditional Generative Modeling all you need for Decision Making?

ICLR 2023top-5%

Recent improvements in conditional generative modeling have made it possible to generate high-quality images from language descriptions alone. We investigate whether these methods can directly address the problem of sequential decision-making. We view decision-making not through the lens of reinforc…

Cited by 413SourcePDFScholar
2023

Learning to Extrapolate: A Transductive Approach

ICLR 2023poster

Machine learning systems, especially with overparameterized deep neural networks, can generalize to novel test instances drawn from the same distribution as the training data. However, they fare poorly when evaluated on out-of-support test points. In this work, we tackle the problem of developing ma…

2023

Learning to See Physical Properties with Active Sensing Motor Policies

CoRL 2023poster

To plan efficient robot locomotion, we must use the information about a terrain’s physics that can be inferred from color images. To this end, we train a visual perception module that predicts terrain properties using labels from a small amount of real-world proprioceptive locomotion. To ensure labe…

Cited by 16SourceScholar
2023

Parallel $Q$-Learning: Scaling Off-policy Reinforcement Learning under Massively Parallel Simulation

ICML 2023poster

Reinforcement learning is time-consuming for complex tasks due to the need for large amounts of training data. Recent advances in GPU-based simulation, such as Isaac Gym, have sped up data collection thousands of times on a commodity GPU. Most prior works have used on-policy methods like PPO due to…

2023

Self-Supervised Reinforcement Learning that Transfers using Random Features

NeurIPS 2023poster

Model-free reinforcement learning algorithms have exhibited great potential in solving single-task sequential decision-making problems with high-dimensional observations and long horizons, but are known to be hard to generalize across tasks. Model-based RL, on the other hand, learns task-agnostic mo…

Cited by 11SourcePDFScholar
2023

Shelving, Stacking, Hanging: Relational Pose Diffusion for Multi-modal Rearrangement

CoRL 2023poster

We propose a system for rearranging objects in a scene to achieve a desired object-scene placing relationship, such as a book inserted in an open slot of a bookshelf. The pipeline generalizes to novel geometries, poses, and layouts of both scenes and objects, and is trained from demonstrations to op…

Cited by 46SourcecodeScholar
2023

Statistical Learning under Heterogenous Distribution Shift

ICML 2023poster

This paper studies the prediction of a target $\mathbf{z}$ from a pair of random variables $(\mathbf{x},\mathbf{y})$, where the ground-truth predictor is additive $\mathbb{E}[\mathbf{z} \mid \mathbf{x},\mathbf{y}] = f_\star(\mathbf{x}) +g_{\star}(\mathbf{y})$. We study the performance of empirical r…

Cited by 7SourcePDFScholar
2023

Straightening Out the Straight-Through Estimator: Overcoming Optimization Challenges in Vector Quantized Networks

ICML 2023poster

This work examines the challenges of training neural networks using vector quantization using straight-through estimation. We find that the main cause of training instability is the discrepancy between the model embedding and the code-vector distribution. We identify the factors that contribute to t…

Cited by 54SourcePDFScholar
2023

TGRL: An Algorithm for Teacher Guided Reinforcement Learning

ICML 2023poster

We consider solving sequential decision-making problems in the scenario where the agent has access to two supervision sources: $\textit{reward signal}$ and a $\textit{teacher}$ that can be queried to obtain a $\textit{good}$ action for any state encountered by the agent. Learning solely from rewards…

Cited by 18SourcePDFScholar
2023

TactoFind: A Tactile Only System for Object Retrieval

ICRA 2023poster

We study the problem of object retrieval in scenarios where visual sensing is absent, object shapes are unknown beforehand and objects can move freely, like grabbing objects out of a drawer. Successful solutions require localizing free objects, identifying specific object instances, and then graspin…

Cited by 14SourceScholar
2022

An Integrated Design Pipeline for Tactile Sensing Robotic Manipulators

ICRA 2022poster

Traditional robotic manipulator design methods require extensive, time-consuming, and manual trial and error to produce a viable design. During this process, engineers often spend their time redesigning or reshaping components as they discover better topologies for the robotic manipula-tor. Tactile…

Cited by 18SourceScholar
2022

Discovering Generalizable Spatial Goal Representations via Graph-based Active Reward Learning

ICML 2022spotlight

In this work, we consider one-shot imitation learning for object rearrangement tasks, where an AI agent needs to watch a single expert demonstration and learn to perform the same task in different environments. To achieve a strong generalization, the AI agent must infer the spatial goal specificatio…

2022

Distributionally Adaptive Meta Reinforcement Learning

NeurIPS 2022accept

Meta-reinforcement learning algorithms provide a data-driven way to acquire policies that quickly adapt to many tasks with varying rewards or dynamics functions. However, learned meta-policies are often effective only on the exact task distribution on which they were trained and struggle in the pres…

Cited by 19SourcePDFScholar
2022

Efficient Tactile Simulation with Differentiability for Robotic Manipulation

CoRL 2022poster

Efficient simulation of tactile sensors can unlock new opportunities for learning tactile-based manipulation policies in simulation and then transferring the learned policy to real systems, but fast and reliable simulators for dense tactile normal and shear force fields are still under-explored. We…

Cited by 45SourceScholar
2022

Equivariant Self-Supervised Learning: Encouraging Equivariance in Representations

ICLR 2022poster

In state-of-the-art self-supervised learning (SSL) pre-training produces semantically good representations by encouraging them to be invariant under meaningful transformations prescribed from human knowledge. In fact, the property of invariance is a trivial instance of a broader class called equivar…

2022

Neural Descriptor Fields: SE(3)-Equivariant Object Representations for Manipulation

ICRA 2022poster

We present Neural Descriptor Fields (NDFs), an object representation that encodes both points and relative poses between an object and a target (such as a robot gripper or a rack used for hanging) via category-level descriptors. We employ this representation for object manipulation, where given a ta…

Cited by 184SourcecodeScholar
2022

Redeeming intrinsic rewards via constrained optimization

NeurIPS 2022accept

State-of-the-art reinforcement learning (RL) algorithms typically use random sampling (e.g., $\epsilon$-greedy) for exploration, but this method fails on hard exploration tasks like Montezuma's Revenge. To address the challenge of exploration, prior works incentivize exploration by rewarding the age…

2022

SE(3)-Equivariant Relational Rearrangement with Neural Descriptor Fields

CoRL 2022poster

We present a framework for specifying tasks involving spatial relations between objects using only 5-10 demonstrations and then executing such tasks given point cloud observations of a novel pair of objects in arbitrary initial poses. Our approach structures these rearrangement tasks by assigning a…

Cited by 41SourceScholar
2022

Stubborn: A Strong Baseline for Indoor Object Navigation

IROS 2022poster

We present a strong baseline that surpasses the performance of previously published methods on the Habitat Challenge task of navigating to a target object in indoor environments. Our method is motivated from primary failure modes of prior state-of-the-art: poor exploration, inaccurate object identif…

Cited by 47SourcecodeScholar
2022

Walk These Ways: Tuning Robot Control for Generalization with Multiplicity of Behavior

CoRL 2022oral

Learned locomotion policies can rapidly adapt to diverse environments similar to those experienced during training but lack a mechanism for fast tuning when they fail in an out-of-distribution test environment. This necessitates a slow and iterative cycle of reward and environment redesign to achiev…

Cited by 176SourcecodeScholar
2021

3D Neural Scene Representations for Visuomotor Control

CoRL 2021oral

Humans have a strong intuitive understanding of the 3D environment around us. The mental model of the physics in our brain applies to objects of different materials and enables us to perform a wide range of manipulation tasks that are far beyond the reach of current robots. In this work, we desire t…

Cited by 155SourceScholar
2021

An End-to-End Differentiable Framework for Contact-Aware Robot Design

RSS 2021poster

The current dominant paradigm for robotic manipulation involves two separate stages: manipulator design and control. Because the robot's morphology and how it can be controlled are intimately linked; joint optimization of design and control can significantly improve performance. Existing methods for…

2021

OPAL: Offline Primitive Discovery for Accelerating Offline Reinforcement Learning

ICLR 2021poster

Reinforcement learning (RL) has achieved impressive performance in a variety of online settings in which an agent’s ability to query the environment for transitions and rewards is effectively unlimited. However, in many practical applications, the situation is reversed: an agent may have access to…

Cited by 209SourcePDFScholar
2020

A Long Horizon Planning Framework for Manipulating Rigid Pointcloud Objects

CoRL 2020

We present a framework for solving long-horizon planning problems involving manipulation of rigid objects that operates directly from a point-cloud observation. Our method plans in the space of object subgoals and frees the planner from reasoning about robot-object interaction dynamics. We show that

2020

AdaScale SGD: A User-Friendly Algorithm for Distributed Training

ICML 2020poster

When using large-batch training to speed up stochastic gradient descent, learning rates must adapt to new batch sizes in order to maximize speed-ups and preserve model quality. Re-tuning learning rates is resource intensive, while fixed scaling rules often degrade model quality. We propose AdaScale…

Cited by 38SourcePDFScholar
2020

Towards Practical Multi-Object Manipulation using Relational Reinforcement Learning

ICRA 2020poster

Learning robotic manipulation tasks using reinforcement learning with sparse rewards is currently impractical due to the outrageous data requirements. Many practical tasks require manipulation of multiple objects, and the complexity of such tasks increases with the number of objects. Learning from a…

Cited by 137SourceScholar
2019

Superposition of many models into one

NeurIPS 2019poster

We present a method for storing multiple models within a single set of parameters. Models can coexist in superposition and still be retrieved individually. In experiments with neural networks, we show that a surprisingly large number of models can be effectively stored within a single parameter inst…

Cited by 154SourcePDFScholar
2018

Investigating Human Priors for Playing Video Games

ICLR 2018workshop

What makes humans so good at solving seemingly complex video games? Unlike computers, humans bring in a great deal of prior knowledge about the world, enabling efficient decision making. This paper investigates the role of human priors for solving video games. Given a sample game, we conduct a seri…

Cited by 210SourceScholar
2018

Investigating Human Priors for Playing Video Games

ICML 2018oral

What makes humans so good at solving seemingly complex video games? Unlike computers, humans bring in a great deal of prior knowledge about the world, enabling efficient decision making. This paper investigates the role of human priors for solving video games. Given a sample game, we conduct a serie…

2018

Zero-Shot Visual Imitation

ICLR 2018oral

The current dominant paradigm for imitation learning relies on strong supervision of expert actions to learn both 'what' and 'how' to imitate. We pursue an alternative paradigm wherein an agent first explores the world without any expert supervision and then distills its experience into a goal-condi…

2017

Combining self-supervised learning and imitation for vision-based rope manipulation

ICRA 2017poster

Manipulation of deformable objects, such as ropes and cloth, is an important but challenging problem in robotics. We present a learning-based system where a robot takes as input a sequence of images of a human manipulating a rope from an initial to goal configuration, and outputs a sequence of actio…

Cited by 367SourceScholar
2017

Curiosity-driven Exploration by Self-supervised Prediction

ICML 2017poster

In many real-world scenarios, rewards extrinsic to the agent are extremely sparse, or absent altogether. In such cases, curiosity can serve as an intrinsic reward signal to enable the agent to explore its environment and learn skills that might be useful later in its life. We formulate curiosity as…

2017

Learning to Perform Physics Experiments via Deep Reinforcement Learning

ICLR 2017poster

When encountering novel objects, humans are able to infer a wide range of physical properties such as mass, friction and deformability by interacting with them in a goal driven way. This process of active interaction is in the same spirit as a scientist performing experiments to discover hidden fact…

Cited by 91SourceScholar
2016

Human Pose Estimation With Iterative Error Feedback

CVPR 2016spotlight

Hierarchical feature extractors such as Convolutional Networks (ConvNets) have achieved impressive performance on a variety of classification tasks using purely feedforward processing. Feedforward architectures can learn rich representations of the input space but do not explicitly model dependencie…

Cited by 1074PDFcodeScholar
2016

Learning to Poke by Poking: Experiential Learning of Intuitive Physics

NeurIPS 2016oral

We investigate an experiential learning paradigm for acquiring an internal model of intuitive physics. Our model is evaluated on a real-world robotic manipulation task that requires displacing objects to target locations by poking. The robot gathered over 400 hours of experience by executing more th…

Cited by 641SourcePDFScholar