VNOpenAI / OpenControl

OpenControl is a python package that implements basic algorithms for the analysis and design of optimal feedback controllers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Library for Control System

The OpenControl is a python package that implement basic algorithms for analysis and design of optimal feedback controllers.

Features:

  • Classical control methods
  • Linear quadratic regulator (LQR) computation
  • Adaptive Dynamic Programming (ADP) for optimal linear/nonlinear control systems
  • Off-policy, On-policy learning algorithms for linear/nonlinear systems
  • Experience replay algorithms for linear/nonlinear systems (TODO)

Learn Reinforcement Learning by the tutorial notebook and examples code.

OpenControl provide algorithms for wide range of systems dynamics, include classical control module and reinforcement learning control systems using the ADP module. For learning purpose, we prefer users to review our examples code that will instruct to define a system and run simulation.

Development

You can check out the latest version of the source code with the command

git clone https://github.com/VNOpenAI/OpenControl

Installation

Before all, create a new virtual conda environment and install requirements

pip install requirements.txt

You can do minimal installation of OpenControl with

pip install OpenControl

Check version

python
>>> import OpenControl 
>>> OpenControl.__version__

Documentation

Please check the lastest version of document

How to contact us

For any question, drop an email at phi9b2@gmail.com

Follow us on website https://vnopenai.org/

About

OpenControl is a python package that implements basic algorithms for the analysis and design of optimal feedback controllers.

License:MIT License


Languages

Language:Python 100.0%