paper-with-me

Papers

Stabilizing Policy Gradients for Stochastic Differential Equations via Consistency with Perturbation Process

2024-03-07 · Xiangxin Zhou, Liang Wang, Yichi Zhou

Considering generating samples with high rewards, we focus on optimizing deep neural networks parameterized stochastic differential equations (SDEs), the advanced generative models with high expressiveness, with policy gradient, the leading algorithm in reinforcement learning. Nevertheless, when applying policy gradients to SDEs, since the policy gradient is estimated on a finite set of trajectories, it can be ill-defined, and the policy behavior in data-scarce regions may be uncontrolled. This challenge compromises the stability of policy gradients and negatively impacts sample complexity. To address these issues, we propose constraining the SDE to be consistent with its associated perturbation process. Since the perturbation process covers the entire space and is easy to sample, we can mitigate the aforementioned problems. Our framework offers a general approach allowing for a versatile selection of policy gradient methods to effectively and efficiently train SDEs. We evaluate our algorithm on the task of structure-based drug design and optimize the binding affinity of generated ligand molecules. Our method achieves the best Vina score -9.07 on the CrossDocked2020 dataset.

📄 PDF Abstract BibTeX arXiv:2403.04154

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DesignPolicy Gradient Methods

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Scalable Gradients for Stochastic Differential Equations

2020-01-05 · Xuechen Li, Ting-Kam Leonard Wong, Ricky T. Q. Chen, David Duvenaud

The adjoint sensitivity method scalably computes gradients of solutions to ordinary differential equations. We generalize this method to stochastic differential equations, allowing time-efficient and constant-memory comp…

SensitivityVariational InferenceVideo Prediction

A Short Note on Soft-max and Policy Gradients in Bandits Problems

2020-07-20 · Neil Walton

This is a short communication on a Lyapunov function argument for softmax in bandit problems. There are a number of excellent papers coming out using differential equations for policy gradient algorithms in reinforcement…

reinforcement-learningReinforcement Learning (RL)

Scalable Gradients and Variational Inference for Stochastic Differential Equations

2019-10-16 · pproximateinference AABI Symposium 2019 12 · Xuechen Li, Ting-Kam Leonard Wong, Ricky T. Q. Chen, David K. Duvenaud

We derive reverse-mode (or adjoint) automatic differentiation for solutions of stochastic differential equations (SDEs), allowing time-efficient and constant-memory computation of pathwise gradients, a continuous-time an…

Time SeriesTime Series AnalysisVariational Inference

An Efficient On-Policy Deep Learning Framework for Stochastic Optimal Control

2024-10-07 · Mengjian Hua, Mathieu Laurière, Eric Vanden-Eijnden

We present a novel on-policy algorithm for solving stochastic optimal control (SOC) problems. By leveraging the Girsanov theorem, our method directly computes on-policy gradients of the SOC objective without expensive ba…

Deep Learning

Entropy Regularized Reinforcement Learning for Zero-Sum Stochastic Differential Games in a Regime-Switching Jump-Diffusion Process

2026-06-27 · Congde Hu, Zhuo Jin, Danping Li, Lin Xu arxiv

To address parameter misspecification and sudden structural environmental changes in conventional stochastic differential game (SDG) frameworks, this paper introduces a distributional control approach that characterizes …

Reinforcement Learning