paper-with-me

Papers

DiffTORI: Differentiable Trajectory Optimization for Deep Reinforcement and Imitation Learning

2024-02-08 · Weikang Wan, Ziyu Wang, YuFei Wang, Zackory Erickson, David Held

This paper introduces DiffTORI, which utilizes Differentiable Trajectory Optimization as the policy representation to generate actions for deep Reinforcement and Imitation learning. Trajectory optimization is a powerful and widely used algorithm in control, parameterized by a cost and a dynamics function. The key to our approach is to leverage the recent progress in differentiable trajectory optimization, which enables computing the gradients of the loss with respect to the parameters of trajectory optimization. As a result, the cost and dynamics functions of trajectory optimization can be learned end-to-end. DiffTORI addresses the ``objective mismatch'' issue of prior model-based RL algorithms, as the dynamics model in DiffTORI is learned to directly maximize task performance by differentiating the policy gradient loss through the trajectory optimization process. We further benchmark DiffTORI for imitation learning on standard robotic manipulation task suites with high-dimensional sensory observations and compare our method to feed-forward policy classes as well as Energy-Based Models (EBM) and Diffusion. Across 15 model-based RL tasks and 35 imitation learning tasks with high-dimensional image and point cloud inputs, DiffTORI outperforms prior state-of-the-art methods in both domains. Our code is available at https://github.com/wkwan7/DiffTORI.

📄 PDF Abstract BibTeX arXiv:2402.05421

Code (1)

wkwan7/difftori 공식 구현

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Achieving Precise and Reliable Locomotion with Differentiable Simulation-Based System Identification

2025-08-06 · Vyacheslav Kovalev, Ekaterina Chaikovskaia, Egor Davydenko, Roman Gorbachev arxiv

Accurate system identification is crucial for reducing trajectory drift in bipedal locomotion, particularly in reinforcement learning and model-based control. In this paper, we present a novel control framework that inte…

Reinforcement Learning

Imitation Learning via Differentiable Physics

2022-06-10 · Siwei Chen, Xiao Ma, Zhongwen Xu

Existing imitation learning (IL) methods such as inverse reinforcement learning (IRL) usually have a double-loop training process, alternating between learning a reward function and a policy and tend to suffer long train…

continuous-controlContinuous ControlDeformable Object ManipulationImitation Learning

Imitation Learning As State Matching via Differentiable Physics

2023-01-01 · CVPR 2023 1 · Siwei Chen, Xiao Ma, Zhongwen Xu

Existing imitation learning (IL) methods such as inverse reinforcement learning (IRL) usually have a double-loop training process, alternating between learning a reward function and a policy and tend to suffer long t…

continuous-controlContinuous ControlDeformable Object ManipulationImitation Learning

DiffSkill: Skill Abstraction from Differentiable Physics for Deformable Object Manipulations with Tools

2022-03-31 · ICLR 2022 4 · Xingyu Lin, Zhiao Huang, Yunzhu Li, Joshua B. Tenenbaum 외

We consider the problem of sequential robotic manipulation of deformable objects using tools. Previous works have shown that differentiable physics simulators provide gradients to the environment state and help trajector…

Deformable Object ManipulationObjectreinforcement-learningReinforcement Learning+1

LeTO: Learning Constrained Visuomotor Policy with Differentiable Trajectory Optimization

2024-01-30 · Zhengtong Xu, Yu She

This paper introduces LeTO, a method for learning constrained visuomotor policy with differentiable trajectory optimization. Our approach integrates a differentiable optimization layer into the neural network. By formula…

Imitation Learning