Skip to content

jingddong-zhang/Neural-Stochastic-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Stochastic-Control

This repository contains the code for the paper published in NeurIPS2022: Neural Stochastic Control

Requirements

Pytorch 1.8.1

hessian (from mariogeiger)

pylustrator

How it works

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.

A typical procedure is as follows:

  • 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)

Citation

@article{zhang2022neural,  
  title={Neural Stochastic Control},  
  author={Zhang, Jingdong and Zhu, Qunxi and Lin, Wei},  
  journal={arXiv preprint arXiv:2209.07240},  
  year={2022},  
}

About

Code in Neural Stochastic Control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages