This repository contains the code for the paper published in NeurIPS2022: Neural Stochastic Control
Each example consists of a learner of ES or/and AS and a generater. The learner minimizes the corresponding loss function to find optimal parameters in neural stochastic control function (and neural Lyapunov function). The generater sample trajectories under controlled SDEs and calculate corresponding indexes of control performance to check whether the trajectories are steered to targets. The data is provided in the Google Drive. The data in code_rebuttal is provided in the Google Drive.
- Define the neural network with initial parameters for neural control function (and Lyapunov function) for AS(ES)
- Define the controlled dynamics for physical system
- Compute loss function and train the parameters (Run
AS.py
,ES_ICNN.py
,ES_Quadratic.py
) - Generate the trajectories for physical systems without and with control (Run
generate.py
) - Plot the corresponding results (Run
plot.py
)
@article{zhang2022neural,
title={Neural Stochastic Control},
author={Zhang, Jingdong and Zhu, Qunxi and Lin, Wei},
journal={arXiv preprint arXiv:2209.07240},
year={2022},
}