-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use DocumenterCitations for bibliography
- Loading branch information
Showing
12 changed files
with
144 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.citation dl { | ||
display: grid; | ||
grid-template-columns: max-content auto; } | ||
.citation dt { | ||
grid-column-start: 1; } | ||
.citation dd { | ||
grid-column-start: 2; | ||
margin-bottom: 0.75em; } | ||
.citation ul { | ||
padding: 0 0 2.25em 0; | ||
margin: 0; | ||
list-style: none !important;} | ||
.citation ul li { | ||
text-indent: -2.25em; | ||
margin: 0.33em 0.5em 0.5em 2.25em;} | ||
.citation ol li { | ||
padding-left:0.75em;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Bibliography | ||
|
||
```@bibliography | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
@article{TranCLMJK19, | ||
author = {Hoang{-}Dung Tran and | ||
Feiyang Cai and | ||
Diego Manzanas Lopez and | ||
Patrick Musau and | ||
Taylor T. Johnson and | ||
Xenofon D. Koutsoukos}, | ||
title = {Safety Verification of Cyber-Physical Systems with Reinforcement Learning | ||
Control}, | ||
journal = {Transactions on Embedded Computing Systems}, | ||
volume = {18}, | ||
number = {5s}, | ||
pages = {105:1--105:22}, | ||
year = {2019}, | ||
url = {https://doi.org/10.1145/3358230}, | ||
doi = {10.1145/3358230} | ||
} | ||
|
||
@article{PrajnaPR04, | ||
author = {Stephen Prajna and | ||
Pablo A. Parrilo and | ||
Anders Rantzer}, | ||
title = {Nonlinear control synthesis by convex optimization}, | ||
journal = {Transactions on Automatic Control}, | ||
volume = {49}, | ||
number = {2}, | ||
pages = {310--314}, | ||
year = {2004}, | ||
url = {https://doi.org/10.1109/TAC.2003.823000}, | ||
doi = {10.1109/TAC.2003.823000} | ||
} | ||
|
||
@techreport{Beard08, | ||
title={Quadrotor dynamics and control}, | ||
author={Beard, Randal W}, | ||
institution={Brigham Young University}, | ||
number={1325}, | ||
year={2008}, | ||
url={https://scholarsarchive.byu.edu/facpub/1325} | ||
} | ||
|
||
@inproceedings{RavaioliCMGDH22, | ||
title={Safe reinforcement learning benchmark environments for aerospace control systems}, | ||
author={Ravaioli, Umberto J and Cunningham, James and McCarroll, John and Gangal, Vardaan and Dunlap, Kyle and Hobbs, Kerianne L}, | ||
booktitle={Aerospace Conference ({AERO})}, | ||
pages={1--20}, | ||
year={2022}, | ||
organization={IEEE} | ||
} | ||
|
||
@article{JankovicFK96, | ||
author = {Mrdjan Jankovic and | ||
Daniel Fontaine and | ||
Petar V. Kokotovic}, | ||
title = {{TORA} example: cascade- and passivity-based control designs}, | ||
journal = {Transactions on Control Systems Technology}, | ||
volume = {4}, | ||
number = {3}, | ||
pages = {292--297}, | ||
year = {1996}, | ||
url = {https://doi.org/10.1109/87.491203}, | ||
doi = {10.1109/87.491203} | ||
} | ||
|
||
@inproceedings{AlthoffKM17, | ||
author = {Matthias Althoff and | ||
Markus Koschi and | ||
Stefanie Manzinger}, | ||
title = {{CommonRoad}: Composable benchmarks for motion planning on roads}, | ||
booktitle = {Intelligent Vehicles ({IV})}, | ||
pages = {719--726}, | ||
publisher = {{IEEE}}, | ||
year = {2017}, | ||
url = {https://doi.org/10.1109/IVS.2017.7995802}, | ||
doi = {10.1109/IVS.2017.7995802} | ||
} | ||
|
||
@article{JulianK19, | ||
author = {Kyle D. Julian and | ||
Mykel J. Kochenderfer}, | ||
title = {A Reachability Method for Verifying Dynamical Systems with Deep Neural | ||
Network Controllers}, | ||
journal = {CoRR}, | ||
volume = {abs/1903.00520}, | ||
year = {2019}, | ||
url = {http://arxiv.org/abs/1903.00520}, | ||
eprinttype = {arXiv}, | ||
eprint = {1903.00520} | ||
} | ||
|
||
@inproceedings{AkintundeBKL20, | ||
author = {Michael E. Akintunde and | ||
Elena Botoeva and | ||
Panagiotis Kouvaros and | ||
Alessio Lomuscio}, | ||
editor = {Amal El Fallah Seghrouchni and | ||
Gita Sukthankar and | ||
Bo An and | ||
Neil Yorke{-}Smith}, | ||
title = {Formal Verification of Neural Agents in Non-deterministic Environments}, | ||
booktitle = {Autonomous Agents and Multiagent Systems ({AAMAS})}, | ||
pages = {25--33}, | ||
publisher = {IFAAMAS}, | ||
year = {2020}, | ||
url = {http://ifaamas.org/Proceedings/aamas2020/pdfs/p25.pdf}, | ||
doi = {10.5555/3398761.3398770} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters