Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 498 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 498 Bytes

Fuzzy-Control-Project

Classic PID Controler and Fuzzy PID controler.

Demo

Demo

The Fuzzy Self-Adaptive PID controler has better performance in control problems. Here are some result of the demo.

result result2

Prerequisite

  • Python 3.6.8
  • Scikit-Fuzzy
  • Gym

Structure

/src
    __init__.py
    Fuzzy_PID.py
    PID.py
/scripts
    fuzzy_result.py
    pid_result.py
/test
    *
LICENSE
README.md
.gitignore