Coder Social home page Coder Social logo

dynamical-systems-control's Introduction

Dynamical Systems with Forcing

Experimenting with different dynamical systems and simple control techniques.

Setup

Install the packages using the requirements.txt file.

# using conda
conda create --name control --file requirements.txt
# Or pip
pip install requirements.txt

Usage

The notebooks contain the implementations to: LQR and handpicking poles for the gain matrices to solve the pendulum and cartpole dynamical systems with linear control, Neural ordinary differential equations (ODEs).

Linear Control

$$ \begin{aligned} \dot{x} &= Ax + Bu \\ u &= -Kx \\ x &= (A-BK)x \end{aligned} $$

The equations to the linear control techniques finding an appropriate Gain matrix K by handpicking the poles or using LQR on the Pendulum and Cartpole dynamical systems.

An example of the Pendulum phase space and a specific trajectory: Pendulum Phase Space

Neural ODEs

Visualization of the neural ODE trajectory.

Binary Classification Trajectory

References

  • Steven L. Brunton, Joshua L. Proctor, & J. Nathan Kutz (2016). Discovering governing equations from data by sparse identification of nonlinear dynamical systems. Proceedings of the National Academy of Sciences, 113(15), 3932โ€“3937.
  • Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, & David Duvenaud. (2019). Neural Ordinary Differential Equations.

Acknowledgements

Many thanks to the amazing course on "Differential Equations & Dynamical Systems" by Steve Brunton, and author of this github repository for sharing his version of cartpole for simple experimentation, https://github.com/billtubbs/gym-CartPole-bt-v0/ and on neural ODEs notebooks, https://uvadlc-notebooks.readthedocs.io/en/latest/index.html.

dynamical-systems-control's People

Contributors

robvangastel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.