← Search

Anirudh Vemula

9 accepted papers

2023

The Virtues of Laziness in Model-based RL: A Unified Objective and Algorithms

ICML 2023poster

We propose a novel approach to addressing two fundamental challenges in Model-based Reinforcement Learning (MBRL): the computational expense of repeatedly finding a good policy in the learned model, and the objective mismatch between model fitting and policy computation. Our "lazy" method leverages…

2021

CMAX++ : Leveraging Experience in Planning and Execution using Inaccurate Models

AAAI 2021technical

Given access to accurate dynamical models, modern planning approaches are effective in computing feasible and optimal plans for repetitive robotic tasks. However, it is difficult to model the true dynamics of the real world before execution, especially for tasks requiring interactions with objects w…

2020

Planning and Execution using Inaccurate Models with Provable Guarantees

RSS 2020poster

Models used in modern planning problems to simulate outcomes of real world action executions are becoming increasingly complex, ranging from simulators that do physics-based reasoning to precomputed analytical motion primitives. However, robots operating in the real world often face situations not m…

2020

Planning, Learning and Reasoning Framework for Robot Truck Unloading

ICRA 2020poster

We consider the task of autonomously unloading boxes from trucks using an industrial manipulator robot. There are multiple challenges that arise: (1) real-time motion planning for a complex robotic system carrying two articulated mechanisms, an arm and a scooper, (2) decision-making in terms of what…

Cited by 21SourceScholar
2019

Contrasting Exploration in Parameter and Action Space: A Zeroth-Order Optimization Perspective

AISTATS 2019poster

Black-box optimizers that explore in parameter space have often been shown to outperform more sophisticated action space exploration methods developed specifically for the reinforcement learning problem. We examine these black-box methods closely to identify situations in which they are worse than a…

2019

Provably Efficient Imitation Learning from Observation Alone

ICML 2019oral

We study Imitation Learning (IL) from Observations alone (ILFO) in large-scale MDPs. While most IL algorithms rely on an expert to directly provide actions to the learner, in this setting the expert only supplies sequences of observations. We design a new model-free algorithm for ILFO, Forward Adver…