Lifelong Robot Learning with Human Assisted Language Planners
Meenal Parakh, Alisha Fong, Anthony Simeonov, Tao Chen, Abhishek Gupta, Pulkit Agrawal
TL;DR
This work tackles the fixed-skill limitation of LLM-based robotic planners by enabling lifelong learning through interactive skill acquisition. It introduces a modular system with perception producing spatially-grounded scene descriptions, a GPT-4–driven planner, and a Python code API for skills, augmented by a learn_skill interface. New skills are grounded quickly via Neural Descriptor Fields from few demonstrations, allowing rapid expansion and reuse in future tasks, thereby enabling open-world manipulation and continual learning. Real-world and simulated experiments demonstrate that the planner can request, acquire, and reuse new skills to satisfy complex tasks, while an LLM-only evaluation reveals the model’s capacity and limitations in skill growth and reuse.
Abstract
Large Language Models (LLMs) have been shown to act like planners that can decompose high-level instructions into a sequence of executable instructions. However, current LLM-based planners are only able to operate with a fixed set of skills. We overcome this critical limitation and present a method for using LLM-based planners to query new skills and teach robots these skills in a data and time-efficient manner for rigid object manipulation. Our system can re-use newly acquired skills for future tasks, demonstrating the potential of open world and lifelong learning. We evaluate the proposed framework on multiple tasks in simulation and the real world. Videos are available at: https://sites.google.com/mit.edu/halp-robot-learning.
