Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rssalessio committed Jan 8, 2021
1 parent 883d334 commit 78fb31d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pip install .
```

## Examples
Examples are located in the examples/ folder. At the moment 2 examples are available. One without instrumental variables and one using instrumental variables.
Examples are located in the examples/ folder. At the moment there are examples available.
Check example3 to see usage of instrumental variables.

## Tests
To execute tests run the following command
Expand All @@ -36,7 +37,7 @@ python -m unittest
## Changelog
- [**V. 0.0.2**][26.03.2017] Implement the basic VRFT algorithm (1 DOF. offline, linear controller, controller expressed as scalar product theta*f(z))
- [**V. 0.0.3**][05.01.2020] Code refactoring and conversion to Python 3; Removed support for Python Control library.
- [**V. 0.0.5**][07.01.2020] Add Instrumental Variables (IVs) Support
- [**V. 0.0.5**][08.01.2020] Add Instrumental Variables (IVs) Support
- [**In Progress**][07.01.2020-] Add Documentation and Latex formulas
- [**TODO**] Add MIMO Support
- [**TODO**] Generalize to other kind of controllers (e.g., neural nets)
Expand Down

0 comments on commit 78fb31d

Please sign in to comment.