Learning Rational Subgoals from Demonstrations and Instructions
Abstract
We present a framework for learning useful subgoals that support efficient long-term planning to achieve novel goals. At the core of our framework is a collection of rational subgoals (RSGs), which are essentially binary classifiers over the environmental states. RSGs can be learned from weakly-annotated data, in the form of unsegmented demonstration trajectories, paired with abstract task descriptions, which are composed of terms initially unknown to the agent (e.g., collect-wood then craft-boat then go-across-river). Our framework also discovers dependencies between RSGs, e.g., the task collect-wood is a helpful subgoal for the task craft-boat. Given a goal description, the learned subgoals and the derived dependencies facilitate off-the-shelf planning algorithms, such as A* and RRT, by setting helpful subgoals as waypoints to the planner, which significantly improves performance-time efficiency. Project page: https://rsg.csail.mit.edu
Cite
Text
Luo et al. "Learning Rational Subgoals from Demonstrations and Instructions." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I10.26423Markdown
[Luo et al. "Learning Rational Subgoals from Demonstrations and Instructions." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/luo2023aaai-learning/) doi:10.1609/AAAI.V37I10.26423BibTeX
@inproceedings{luo2023aaai-learning,
title = {{Learning Rational Subgoals from Demonstrations and Instructions}},
author = {Luo, Zhezheng and Mao, Jiayuan and Wu, Jiajun and Lozano-Pérez, Tomás and Tenenbaum, Joshua B. and Kaelbling, Leslie Pack},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {12068-12078},
doi = {10.1609/AAAI.V37I10.26423},
url = {https://mlanthology.org/aaai/2023/luo2023aaai-learning/}
}