Skip to content

Commit 7a8b5d0

Browse files
committed
re-added archived conf url + favicon
1 parent 318abcc commit 7a8b5d0

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ highlight_theme = "css"
1010
smart_punctuation = true
1111

1212
[extra]
13-
favicon = false
13+
favicon = true
1414
large_card = true
1515
footer_text = "This website is built using <a href='https://www.getzola.org' target='_blank'>Zola</a> and the <a href='http://github.com/aterenin/academic-paper/' target='_blank'>Academic Paper</a> theme, which is <a href='https://jeffhuang.com/designed_to_last/' target='_blank'>designed to last</a>."
1616
server_side_katex = true

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
{name = "Luís Marques", url = "https://luis-marques.github.io/"},
66
{name = "Dmitry Berenson", url = "https://berenson.robotics.umich.edu/"}
77
]
8-
venue = {name = "16th International Workshop on the Algorithmic Foundations of Robotics (WAFR) 2024", url = ""}
8+
venue = {name = "16th International Workshop on the Algorithmic Foundations of Robotics (WAFR) 2024", url = "https://archive.parasollab.web.illinois.edu/events/wafr2024/"}
99
buttons = [
1010
{name = "arXiv", url = "https://arxiv.org/abs/2409.08249"},
1111
{name = "Paper", url = "https://arxiv.org/pdf/2409.08249"},
@@ -15,7 +15,7 @@ buttons = [
1515
]
1616
katex = true
1717
large_card = true
18-
favicon = false
18+
favicon = true
1919
+++
2020

2121
Whether learned, simulated, or analytical, approximations of a robot's dynamics can be inaccurate when encountering novel environments. Many approaches have been proposed to quantify the aleatoric uncertainty of such methods, i.e. uncertainty resulting from stochasticity, however these estimates alone are not enough to properly estimate the uncertainty of a model in a novel environment, where the actual dynamics can change. Such changes can induce epistemic uncertainty, i.e. uncertainty due to a lack of information/data. Accounting for *both* epistemic and aleatoric dynamics uncertainty in a theoretically-grounded way remains an open problem. We introduce **L**ocal **U**ncertainty **C**onformal **Ca**libration (LUCCa), a conformal prediction-based approach that calibrates the aleatoric uncertainty estimates provided by dynamics models to generate probabilistically-valid prediction regions of the system's state. We account for both epistemic and aleatoric uncertainty non-asymptotically, without strong assumptions about the form of the true dynamics or how it changes. The calibration is performed locally in the state-action space, leading to uncertainty estimates that are useful for planning. We validate our method by constructing probabilistically-safe plans for a double-integrator under significant changes in dynamics.

static/apple-touch-icon.png

8.16 KB
Loading

static/favicon.ico

31.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)