Skip to content

Commit ae6f2c5

Browse files
authored
Update pubs.yml
1 parent a84b8d1 commit ae6f2c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_data/pubs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,24 +244,24 @@
244244
links:
245245
'[Pdf]': https://www.ri.cmu.edu/app/uploads/2023/03/submission_camera_ready.pdf
246246
short_id: vats2023
247-
site: https://www.ri.cmu.edu/publications/carnegie-mellon-team-tartan-mission-level-robustness-with-rapidly-deployed-autonomous-aerial-vehicles-in-the-mbzirc-2020/
247+
site: https://sites.google.com/view/recoverylearning
248248
title: "Efficient Recovery Learning using Model Predictive Meta-Reasoning"
249249
venue: "International Conference on Robotics and Automation (ICRA), May 2023"
250250
video_embed: null
251251

252252
- abs: "We consider the problem of completing a set of n tasks with a human-robot team using minimum effort. In many domains, teaching a robot to be fully autonomous can be counterproductive if there are finitely many tasks to be done. Rather, the optimal strategy is to weigh the cost of teaching a robot and its benefit -- how many new tasks it allows the robot to solve autonomously. We formulate this as a planning problem where the goal is to decide what tasks the robot should do autonomously (act), what tasks should be delegated to a human (delegate) and what tasks the robot should be taught (learn) so as to complete all the given tasks with minimum effort. This planning problem results in a search tree that grows exponentially with n -- making standard graph search algorithms intractable. We address this by converting the problem into a mixed integer program that can be solved efficiently using off-the-shelf solvers with bounds on solution quality. To predict the benefit of learning, we propose a precondition prediction classifier. Given two tasks, this classifier predicts whether a skill trained on one will transfer to the other. Finally, we evaluate our approach on peg insertion and Lego stacking tasks, both in simulation and real-world, showing substantial savings in human effort."
253253
authors: Shivam Vats, Oliver Kroemer and Maxim Likhachev
254-
award: Outstanding Interaction Paper Finalist at ICRA 2022
254+
award: <award>Outstanding Interaction Paper Finalist at ICRA 2022</award>
255255
bib: >
256256
@inproceedings{vats2022synergistic,
257-
title={Synergistic scheduling of learning and allocation of tasks in human-robot teams},
257+
title={Synergistic Scheduling of Learning and Allocation of Tasks in Human-robot Teams},
258258
author={Vats, Shivam and Kroemer, Oliver and Likhachev, Maxim},
259259
booktitle={2022 International Conference on Robotics and Automation (ICRA)},
260260
pages={2789--2795},
261261
year={2022},
262262
organization={IEEE}
263263
}
264-
img: ../pics/2022_icra_adl.png.png
264+
img: ../pics/2022_icra_adl.png
265265
links:
266266
'[arXiv]': https://arxiv.org/abs/2203.07478
267267
'[Video]': https://youtu.be/FyjrkHKF1mM

0 commit comments

Comments
 (0)