paper-with-me

Papers

Model-Driven Policy Optimization in Differentiable Simulators via Stochastic Exploration

2026-05-08 · Yuval Aroosh, Ayal Taitler arxiv

Differentiable planning enables gradient-based optimization of decision-making problems by leveraging differentiable models of system dynamics. However, in highly nonlinear and hybrid discrete-continuous domains, the resulting optimization landscapes are often ill-conditioned, with flat regions and sharp transitions that hinder effective optimization. We propose Model-Driven Policy Optimization (MDPO), a framework that introduces stochastic exploration into differentiable planning by injecting noise into the action space during optimization. Leveraging access to the model, MDPO further adapts the noise magnitude based on gradient-derived sensitivity of the trajectory objective, yielding a time-dependent exploration profile. This enables improved exploration of the objective landscape and helps escape poor local optima via dynamic allocation of exploration across timesteps and iterations. Experiments on benchmark domains demonstrate that MDPO consistently outperforms deterministic differentiable planning, including both the noise-free variant of our method and available state-of-the-art implementations, as well as model-free baselines such as PPO, significantly improving solution quality across challenging nonlinear and hybrid settings. We further analyze the evolution of the adaptive noise magnitude across both time steps and optimization iterations, providing insight into how exploration is allocated during learning.

📄 PDF Abstract BibTeX arXiv:2605.07520

Code (0)

등록된 구현이 없습니다.

Similar 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 …

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

Black-Box Optimization with Local Generative Surrogates

2020-02-11 · NeurIPS 2020 12 · Sergey Shirobokov, Vladislav Belavin, Michael Kagan, Andrey Ustyuzhanin 외

We propose a novel method for gradient-based optimization of black-box simulators using differentiable local surrogate models. In fields such as physics and engineering, many processes are modeled with non-differentiable…

Bayesian Optimization

AI for Distributed Systems Design: Scalable Cloud Optimization Through Repeated LLMs Sampling And Simulators

2025-10-20 · Jacopo Tagliabue arxiv

We explore AI-driven distributed-systems policy design by combining stochastic code generation from large language models (LLMs) with deterministic verification in a domain-specific simulator. Using a Function-as-a-Servi…

Code Generation