You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add docs references to README.md and bump project to 1.2.2 (#40)
* Add documentation references to `README.md`
- Add status badge linking to the `docs.yml` workflow.
- Add a documentation link in the introduction section pointing to
the project's GitHub Pages site.
This ensures the documentation is correctly referenced in the
`README.md` file and is easily accessible from external sites like
PyPI.
* Bump project to `1.2.2`
@@ -30,6 +31,8 @@ This repository provides a Python implementation of Direct Data-Driven Model Pre
30
31
31
32
A **direct data-driven controller** maps measured input-output data from an unknown system *directly* onto the controller without requiring an explicit system identification step. This approach is particularly useful in applications where the system dynamics are too complex to be modeled accurately or where traditional system identification methods are impractical or difficult to apply.
32
33
34
+
📖 View the full project documentation on our **[documentation page](https://pavelacamposp.github.io/direct-data-driven-mpc)**.
35
+
33
36
---
34
37
***Disclaimer:** This is an independent project based on the referenced papers and does not contain the official implementations from the authors.*
0 commit comments