paper-with-me

Papers

Do Differentiable Simulators Give Better Policy Gradients?

2022-02-02 · H. J. Terry Suh, Max Simchowitz, Kaiqing Zhang, Russ Tedrake

Differentiable simulators promise faster computation time for reinforcement learning by replacing zeroth-order gradient estimates of a stochastic objective with an estimate based on first-order gradients. However, it is yet unclear what factors decide the performance of the two estimators on complex landscapes that involve long-horizon planning and control on physical systems, despite the crucial relevance of this question for the utility of differentiable simulators. We show that characteristics of certain physical systems, such as stiffness or discontinuities, may compromise the efficacy of the first-order estimator, and analyze this phenomenon through the lens of bias and variance. We additionally propose an $\alpha$-order gradient estimator, with $\alpha \in [0,1]$, which correctly utilizes exact gradients to combine the efficiency of first-order estimates with the robustness of zero-order methods. We demonstrate the pitfalls of traditional estimators and the advantages of the $\alpha$-order estimator on some numerical examples.

📄 PDF Abstract BibTeX arXiv:2202.00817

Code (1)

michael-cummins/DeePC-HUNT pytorch

Similar Papers 제목 키워드 기반

Does "Do Differentiable Simulators Give Better Policy Gradients?'' Give Better Policy Gradients?

2026-04-20 · Ku Onoda, Paavo Parmas, Manato Yaguchi, Yutaka Matsuo arxiv

In policy gradient reinforcement learning, access to a differentiable model enables 1st-order gradient estimation that accelerates learning compared to relying solely on derivative-free 0th-order estimators. However, dis…

Reinforcement Learning

Leveraging Reward Gradients For Reinforcement Learning in Differentiable Physics Simulations

2022-03-06 · Sean Gillen, Katie Byl

In recent years, fully differentiable rigid body physics simulators have been developed, which can be used to simulate a wide range of robotic systems. In the context of reinforcement learning for control, these simulato…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

PODS: Policy Optimization via Differentiable Simulation

2021-01-01 · Miguel Angel Zamora Mora, Momchil Peychev, Sehoon Ha, Martin Vechev 외

Current reinforcement learning (RL) methods use simulation models as simple black-box oracles. In this paper, with the goal of improving the performance exhibited by RL algorithms, we explore a systematic way of leveragi…

Reinforcement Learning (RL)

Few-Shot Neural Differentiable Simulator: Real-to-Sim Rigid-Contact Modeling

2026-03-06 · Zhenhao Huang, Siyuan Luo, Bingyang Zhou, Ziqiu Zeng 외 arxiv

Accurate physics simulation is essential for robotic learning and control, yet analytical simulators often fail to capture complex contact dynamics, while learning-based simulators typically require large amounts of cost…

Graph Neural Network

DiffSim2Real: Deploying Quadrupedal Locomotion Policies Purely Trained in Differentiable Simulation

2024-11-04 · Joshua Bagajo, Clemens Schwarke, Victor Klemm, Ignat Georgiev 외

Differentiable simulators provide analytic gradients, enabling more sample-efficient learning algorithms and paving the way for data intensive learning tasks such as learning from images. In this work, we demonstrate tha…