forked from KordingLab/KordingLab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site updated at 2024-09-24 23:52:24 UTC
- Loading branch information
0 parents
commit 2036642
Showing
88 changed files
with
7,198 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>404 Not Found</title> | ||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto" /> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> | ||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script> | ||
<link href="https://clearoboticslab.github.io/css/zoom.css" rel="stylesheet"> | ||
<script src="https://clearoboticslab.github.io/js/zoom.js"></script> | ||
<script src="https://clearoboticslab.github.io/js/transition.js"></script> | ||
|
||
<link rel="stylesheet" href="/style.css"> | ||
<!-- favicon --> | ||
<!-- <link rel="shortcut icon" href="https://clearoboticslab.github.io/favicon.ico"> --> | ||
<link rel="shortcut icon" href="https://clearoboticslab.github.io/images/logo/logo-icon-72.png"> | ||
<link rel="apple-touch-icon-precomposed" href="https://clearoboticslab.github.io/images/logo/logo_square.jpg"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://clearoboticslab.github.io/images/logo/logo-icon-72.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://clearoboticslab.github.io/images/logo/logo-icon-114.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://clearoboticslab.github.io/images/logo/logo-icon-144.png"> | ||
|
||
<!-- open graph --> | ||
|
||
|
||
|
||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:url" content="https://clearoboticslab.github.io/404.html"> | ||
<meta property="og:title" content="404 Not Found"> | ||
<meta property="og:site_name" content="Fridovich-Keil Lab at UT Austin"> | ||
<meta property="og:description" content=" | ||
Oops! This page doesn’t exist. | ||
" /> | ||
<meta property="og:image" content="https://clearoboticslab.github.io/images/logo/logo_square.jpg"> | ||
|
||
</head> | ||
|
||
<script> | ||
/** | ||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. | ||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables | ||
*/ | ||
/* | ||
var disqus_config = function () { | ||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable | ||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable | ||
}; | ||
*/ | ||
(function() { // DON'T EDIT BELOW THIS LINE | ||
var d = document, s = d.createElement('script'); | ||
|
||
s.src = '//kordinglab.disqus.com/embed.js'; | ||
|
||
s.setAttribute('data-timestamp', +new Date()); | ||
(d.head || d.body).appendChild(s); | ||
})(); | ||
</script> | ||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> | ||
|
||
<body id="page-top" style="padding-top: 7em;"> | ||
|
||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class='navbar-brand page-scroll' href='/'> | ||
<span style='font-family:"Open Sans" font-weight:300'>Fridovich-Keil Lab</span> | ||
</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li><a class='name' href="/">home</a></li> | ||
|
||
<li><a class='name' href="/about">about</a></li> | ||
|
||
<li><a class='name' href="/publications">papers</a></li> | ||
|
||
<li><a class='name' href="/books">books</a></li> | ||
|
||
<li><a class='name' href="/people">people</a></li> | ||
|
||
<li><a class='name' href="/robots">robots</a></li> | ||
|
||
</ul> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
|
||
<div class="container content page"> | ||
<!-- <h1 class="page-title">404 Not Found</h1> --> | ||
<p>Oops! This page doesn’t exist.</p> | ||
|
||
</div> | ||
|
||
|
||
<script id="dsq-count-scr" src="//kordinglab.disqus.com/count.js" async></script> | ||
<script src="http://code.jquery.com/jquery-2.2.1.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> | ||
<script type="text/javascript"> | ||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
</script> | ||
<script type="text/javascript"> | ||
var pageTracker = _gat._getTracker("UA-34145995-1"); | ||
pageTracker._trackPageview(); | ||
</script> | ||
|
||
<!-- Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-34145995-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-34145995-1'); | ||
</script> | ||
|
||
</body> | ||
</html> |
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,157 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>NSF CAREER</title> | ||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto" /> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> | ||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script> | ||
<link href="https://clearoboticslab.github.io/css/zoom.css" rel="stylesheet"> | ||
<script src="https://clearoboticslab.github.io/js/zoom.js"></script> | ||
<script src="https://clearoboticslab.github.io/js/transition.js"></script> | ||
|
||
<link rel="stylesheet" href="/style.css"> | ||
<!-- favicon --> | ||
<!-- <link rel="shortcut icon" href="https://clearoboticslab.github.io/favicon.ico"> --> | ||
<link rel="shortcut icon" href="https://clearoboticslab.github.io/images/logo/logo-icon-72.png"> | ||
<link rel="apple-touch-icon-precomposed" href="https://clearoboticslab.github.io/images/logo/logo_square.jpg"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://clearoboticslab.github.io/images/logo/logo-icon-72.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://clearoboticslab.github.io/images/logo/logo-icon-114.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://clearoboticslab.github.io/images/logo/logo-icon-144.png"> | ||
|
||
<!-- open graph --> | ||
|
||
|
||
|
||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:url" content="https://clearoboticslab.github.io/CAREER/"> | ||
<meta property="og:title" content="NSF CAREER"> | ||
<meta property="og:site_name" content="Fridovich-Keil Lab at UT Austin"> | ||
<meta property="og:description" content=" | ||
Game Theoretic Models for Robust Cyber-Physical Interactions: Inference and Design under Uncertainty | ||
D. Fridovich-Keil is a recipient of a C..." /> | ||
<meta property="og:image" content="https://clearoboticslab.github.io/images/logo/logo_square.jpg"> | ||
|
||
</head> | ||
|
||
<script> | ||
/** | ||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. | ||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables | ||
*/ | ||
/* | ||
var disqus_config = function () { | ||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable | ||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable | ||
}; | ||
*/ | ||
(function() { // DON'T EDIT BELOW THIS LINE | ||
var d = document, s = d.createElement('script'); | ||
|
||
s.src = '//kordinglab.disqus.com/embed.js'; | ||
|
||
s.setAttribute('data-timestamp', +new Date()); | ||
(d.head || d.body).appendChild(s); | ||
})(); | ||
</script> | ||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> | ||
|
||
<body id="page-top" style="padding-top: 7em;"> | ||
|
||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class='navbar-brand page-scroll' href='/'> | ||
<span style='font-family:"Open Sans" font-weight:300'>Fridovich-Keil Lab</span> | ||
</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li><a class='name' href="/">home</a></li> | ||
|
||
<li><a class='name' href="/about">about</a></li> | ||
|
||
<li><a class='name' href="/publications">papers</a></li> | ||
|
||
<li><a class='name' href="/books">books</a></li> | ||
|
||
<li><a class='name' href="/people">people</a></li> | ||
|
||
<li><a class='name' href="/robots">robots</a></li> | ||
|
||
</ul> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
|
||
<div class="container content page"> | ||
<!-- <h1 class="page-title">NSF CAREER</h1> --> | ||
<h2 id="game-theoretic-models-for-robust-cyber-physical-interactions-inference-and-design-under-uncertainty">Game Theoretic Models for Robust Cyber-Physical Interactions: Inference and Design under Uncertainty</h2> | ||
|
||
<p>D. Fridovich-Keil is a recipient of a <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2336840&HistoricalAwards=false">CAREER Award</a> from the NSF’s CPS Program to study models and algorithms for large-scale, multi-agent, and uncertain cyber-physical systems.</p> | ||
|
||
<h3 id="overview">Overview</h3> | ||
|
||
<p>The long-term goal of this project is to build flexible models and efficient algorithms for large-scale, multi-agent, and uncertain cyber-physical systems. In settings such as traffic management, for example, practitioners face fundamental challenges due to complex dynamics, hierarchical influence, noncooperative actors, and hard-to-model uncertainty. Strong simplifying assumptions have become essential: for instance, many theoretical models of road networks take the form of static, deterministic, and/or aggregative games. In these instances, static assumptions make it possible to predict the aggregate impact of decisions such as tolling on traffic patterns. However, neglecting temporal dynamics and feedback effects can lead city planners to make myopic decisions, which may have unintended consequences as drivers adapt to one another’s behavior over time. This project develops theoretical and algorithmic techniques to address some of the underlying challenges and will also support mentoring of graduate and undergraduate researchers, development of undergraduate course material, and outreach to local underrepresented communities.</p> | ||
|
||
<p>This NSF CAREER project aims to develop a sound algorithmic basis for game-theoretic inference and design in dynamic and multi-agent cyber-physical systems. The specific goals of this project are threefold. The first goal is to formalize and solve a set of structural inference problems in noncooperative games that arise in transportation. For example, one such problem is to discover hierarchies of influence among decision-makers from observations of their actions. The second goal of this project is to design dynamic, time-varying mechanisms which influence agents’ decisions and induce desired outcomes. In transportation systems, these mechanisms correspond to tolls, bus routes, timetables, etc. The third and final goal considers stochastic variants of the aforementioned games and aims to develop a computationally-tractable theory of time-varying, feedback decision-making in these settings. This project will enable the analysis and design of cyber-physical systems which interact with one another in complex hierarchies and enable planners and regulators to guide these systems toward desired outcomes. Theory and algorithms will be validated in a physical laboratory testbed which emulates urban driving, via large-scale simulation of traffic in the city of Austin and using French air traffic management data.</p> | ||
|
||
<h3 id="intellectual-merit">Intellectual Merit</h3> | ||
|
||
<p>Most prior work in multi-agent cyber-physical systems is restricted to highly structured settings, such as static routing games in which rational actors possess full information. Yet, with the advent of (semi)autonomous traffic and app-informed route guidance, these assumptions have become brittle. This project emphasizes the dynamic, time-varying nature of cyber-physical interactions as a first-class citizen, and considers settings in which critical aspects of agents’ decision-making processes are unknown, open to external influence, and/or stochastic. This necessitates a careful analysis of time-varying incentive structures, feedback effects, and uncertainty representations, as well as an investigation of efficient numerical algorithms. This project will build fundamental frameworks for modeling, control, and mechanism design applicable to a wide range of cyber-physical systems, including transportation networks and smart grids, and ultimately pave the way for new and exciting inquiries into, e.g., multi-agent cyber-physical systems’ sensitivity to active deception or varied structures of hierarchical influence.</p> | ||
|
||
<h3 id="broader-impacts">Broader Impacts</h3> | ||
|
||
<p>This project has the potential to reduce fossil fuel consumption and improve transportation safety by improving the reliable flow of ground and air traffic. The innovations of this project can also extend beyond transportation, e.g., by making our energy grid more robust to environmental shocks. An educational objective of this project is to expose undergraduate and graduate students at UT Austin to the subtle and often unanticipated consequences of multi-agent interactions, ranging from pilot-induced oscillations to traffic jams. To that end, this project aims to build interdisciplinary connections between students and officials at the city of Austin’s expanded public transit network, Project Connect.</p> | ||
|
||
</div> | ||
|
||
|
||
<script id="dsq-count-scr" src="//kordinglab.disqus.com/count.js" async></script> | ||
<script src="http://code.jquery.com/jquery-2.2.1.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> | ||
<script type="text/javascript"> | ||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
</script> | ||
<script type="text/javascript"> | ||
var pageTracker = _gat._getTracker("UA-34145995-1"); | ||
pageTracker._trackPageview(); | ||
</script> | ||
|
||
<!-- Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-34145995-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-34145995-1'); | ||
</script> | ||
|
||
</body> | ||
</html> |
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 @@ | ||
clearoboticslab.github.io |
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,21 @@ | ||
The MIT License | ||
|
||
Copyright (c) 2015-2019 Titipat Achakulvisut, Daniel Acuna, Konrad Kording | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.