ELEMENTAL: Interactive Learning from Demonstrations and Vision-Language Models for Reward Design in Robotics
Letian Chen, Nina Moorman, Matthew Gombolay
TL;DR
ELEMENTAL addresses the challenge of reward design in robotic reinforcement learning by integrating vision-language models with learning from demonstration and inverse reinforcement learning. It uses a three-phase workflow: VLM-driven initial feature extraction from textual task descriptions and visual demonstrations, IRL-based reward and policy optimization, and an automatic self-reflection loop that refines features based on trajectory-feature discrepancies. This combination reduces reward specification ambiguity and improves generalization to out-of-distribution tasks, achieving substantial gains on IsaacGym benchmarks. While trading off runtime due to environment rollouts, ELEMENTAL demonstrates robust performance and adaptable reward design that better aligns robot behavior with human intent in diverse robotic tasks.
Abstract
Reinforcement learning (RL) has demonstrated compelling performance in robotic tasks, but its success often hinges on the design of complex, ad hoc reward functions. Researchers have explored how Large Language Models (LLMs) could enable non-expert users to specify reward functions more easily. However, LLMs struggle to balance the importance of different features, generalize poorly to out-of-distribution robotic tasks, and cannot represent the problem properly with only text-based descriptions. To address these challenges, we propose ELEMENTAL (intEractive LEarning froM dEmoNstraTion And Language), a novel framework that combines natural language guidance with visual user demonstrations to align robot behavior with user intentions better. By incorporating visual inputs, ELEMENTAL overcomes the limitations of text-only task specifications, while leveraging inverse reinforcement learning (IRL) to balance feature weights and match the demonstrated behaviors optimally. ELEMENTAL also introduces an iterative feedback-loop through self-reflection to improve feature, reward, and policy learning. Our experiment results demonstrate that ELEMENTAL outperforms prior work by 42.3% on task success, and achieves 41.3% better generalization in out-of-distribution tasks, highlighting its robustness in LfD.
