Skip to content

Commit 78fb31d

Browse files
committed
update readme
1 parent 883d334 commit 78fb31d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ pip install .
2525
```
2626

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

3031
## Tests
3132
To execute tests run the following command
@@ -36,7 +37,7 @@ python -m unittest
3637
## Changelog
3738
- [**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))
3839
- [**V. 0.0.3**][05.01.2020] Code refactoring and conversion to Python 3; Removed support for Python Control library.
39-
- [**V. 0.0.5**][07.01.2020] Add Instrumental Variables (IVs) Support
40+
- [**V. 0.0.5**][08.01.2020] Add Instrumental Variables (IVs) Support
4041
- [**In Progress**][07.01.2020-] Add Documentation and Latex formulas
4142
- [**TODO**] Add MIMO Support
4243
- [**TODO**] Generalize to other kind of controllers (e.g., neural nets)

0 commit comments

Comments
 (0)