Skip to content

Commit 52e7a8f

Browse files
authored
Update README.md
1 parent 3d60ca5 commit 52e7a8f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ There is an additional demo function `demo_pendcart()`, where a pendulum attache
9696
![window](images/control_pendcart.png)
9797

9898

99-
100-
101-
99+
# Citing
102100
This code consists of a port and extensions of a MATLAB library provided by the autors of
103101
```
104102
BIBTeX:
@@ -110,3 +108,20 @@ BIBTeX:
110108
http://www.mathworks.com/matlabcentral/fileexchange/52069-ilqg-ddp-trajectory-optimization
111109
http://www.cs.washington.edu/people/postdocs/tassa/
112110
```
111+
112+
The code above was extended with KL-divergence constrained optimization for the thesis
113+
[Bagge Carlson, F.](https://www.control.lth.se/staff/fredrik-bagge-carlson/), ["Machine Learning and System Identification for Estimation in Physical Systems"](https://lup.lub.lu.se/search/publication/ffb8dc85-ce12-4f75-8f2b-0881e492f6c0) (PhD Thesis 2018).
114+
```bibtex
115+
@thesis{bagge2018,
116+
title = {Machine Learning and System Identification for Estimation in Physical Systems},
117+
author = {Bagge Carlson, Fredrik},
118+
keyword = {Machine Learning,System Identification,Robotics,Spectral estimation,Calibration,State estimation},
119+
month = {12},
120+
type = {PhD Thesis},
121+
number = {TFRT-1122},
122+
institution = {Dept. Automatic Control, Lund University, Sweden},
123+
year = {2018},
124+
url = {https://lup.lub.lu.se/search/publication/ffb8dc85-ce12-4f75-8f2b-0881e492f6c0},
125+
}
126+
```
127+

0 commit comments

Comments
 (0)