PythonLinearNonlinearControl/iLQR
Shunichi09 addbaacc7a modify bag 2019-02-25 18:17:52 +09:00
..
README.md add iLQR 2019-02-24 22:28:21 +09:00
animation.py add iLQR 2019-02-24 22:28:21 +09:00
ilqr.py modify bag 2019-02-25 18:17:52 +09:00
main.py add iLQR 2019-02-24 22:28:21 +09:00
model.py add iLQR 2019-02-24 22:28:21 +09:00

README.md

Iterative Linear Quadratic Regulator

This program is about iLQR (Iteratice Linear Quadratic Regulator)

Problem Formulation

Usage

Expected Results

Requirement

  • python3.5 or more
  • numpy
  • matplotlib
  • cvxopt
  • scipy1.2.0 or more
  • python-control

Reference