← Search

Murtaza Dalal

11 accepted papers

2025

Local Policies Enable Zero-Shot Long-Horizon Manipulation

ICRA 2025

Sim2real for robotic manipulation is difficult due to the challenges of simulating complex contacts and generating realistic task distributions. To tackle the latter problem, we introduce ManipGen, which leverages a new class of policies for sim2real transfer: local policies. Locality enables a vari

Cited by 31SourcecodeScholar
2025

Neural MP: A Neural Motion Planner

IROS 2025

The current paradigm for motion planning generates solutions from scratch for every new problem, which consumes significant amounts of time and computational resources. For complex, cluttered scenes, motion planning approaches can often take minutes to produce a solution, while humans are able to ac

Cited by 0SourcecodeScholar
2024

Plan-Seq-Learn: Language Model Guided RL for Solving Long Horizon Robotics Tasks

ICLR 2024poster

Large Language Models (LLMs) are highly capable of performing planning for long-horizon robotics tasks, yet existing methods require access to a pre-defined skill library (*e.g.* picking, placing, pulling, pushing, navigating). However, LLM planning does not address how to design or learn those beha…

2023

Imitating Task and Motion Planning with Visuomotor Transformers

CoRL 2023poster

Imitation learning is a powerful tool for training robot manipulation policies, allowing them to learn from expert demonstrations without manual programming or trial-and-error. However, common methods of data collection, such as human supervision, scale poorly, as they are time-consuming and labor-i…

Cited by 56SourcecodeScholar
2021

Accelerating Robotic Reinforcement Learning via Parameterized Action Primitives

NeurIPS 2021poster

Despite the potential of reinforcement learning (RL) for building general-purpose robotic systems, training RL agents to solve robotics tasks still remains challenging due to the difficulty of exploration in purely continuous action spaces. Addressing this problem is an active area of research with…

Cited by 115SourcePDFScholar
2021

SEAL: Self-supervised Embodied Active Learning using Exploration and 3D Consistency

NeurIPS 2021poster

In this paper, we explore how we can build upon the data and models of Internet images and use them to adapt to robot vision without requiring any extra labels. We present a framework called Self-supervised Embodied Active Learning (SEAL). It utilizes perception models trained on internet images to…

Cited by 96SourcePDFScholar
2020

Scalable Multi-Task Imitation Learning with Autonomous Improvement

ICRA 2020poster

While robot learning has demonstrated promising results for enabling robots to automatically acquire new skills, a critical challenge in deploying learning-based systems is scale: acquiring enough data for the robot to effectively generalize broadly. Imitation learning, in particular, has remained a…

Cited by 46SourceScholar
2020

Skew-Fit: State-Covering Self-Supervised Reinforcement Learning

ICML 2020poster

Autonomous agents that must exhibit flexible and broad capabilities will need to be equipped with large repertoires of skills. Defining each skill with a manually-designed reward function limits this repertoire and imposes a manual engineering burden. Self-supervised agents that set their own goals…

2018

Composable Deep Reinforcement Learning for Robotic Manipulation

ICRA 2018poster

Model-free deep reinforcement learning has been shown to exhibit good performance in domains ranging from video games to simulated robotic manipulation and locomotion. However, model-free methods are known to perform poorly when the interaction time with the environment is limited, as is the case fo…

Cited by 321SourcecodeScholar
2018

Temporal Difference Models: Model-Free Deep RL for Model-Based Control

ICLR 2018poster

Model-free reinforcement learning (RL) has been proven to be a powerful, general tool for learning complex behaviors. However, its sample efficiency is often impractically large for solving challenging real-world problems, even for off-policy algorithms such as Q-learning. A limiting factor in class…

Cited by 325SourcePDFScholar
2018

Visual Reinforcement Learning with Imagined Goals

NeurIPS 2018spotlight

For an autonomous agent to fulfill a wide range of user-specified goals at test time, it must be able to learn broadly applicable and general-purpose skill repertoires. Furthermore, to provide the requisite level of generality, these skills must handle raw sensory input such as images. In this paper…