๐ค AI Summary
Reinforcement learning (RL) for robotic manipulation suffers from low sample efficiency and difficulty exploring high-dimensional state-action spaces. While existing large language model (LLM)-guided approaches improve semantic coherence, they often neglect physical feasibility, yielding unreliable policies. This paper proposes a two-tier LLM-guided framework: (1) task-level goal decomposition and (2) operability-level enforcement of kinematic and dynamic constraints, augmented by an online behavior refinement mechanism that dynamically corrects LLM-generated action proposals. The method enables multimodal, unsupervised, high-quality exploration without human annotation. Evaluated on standard grasp-and-place RL benchmarks, it achieves significant improvements in sample efficiency (+42%) and success rate (+31%). Furthermore, it demonstrates zero-shot sim-to-real transfer on a physical robot, validating its generalizability and practical utility.
๐ Abstract
Reinforcement learning (RL) is a promising approach for robotic manipulation, but it can suffer from low sample efficiency and requires extensive exploration of large state-action spaces. Recent methods leverage the commonsense knowledge and reasoning abilities of large language models (LLMs) to guide exploration toward more meaningful states. However, LLMs can produce plans that are semantically plausible yet physically infeasible, yielding unreliable behavior. We introduce LLM-TALE, a framework that uses LLMs' planning to directly steer RL exploration. LLM-TALE integrates planning at both the task level and the affordance level, improving learning efficiency by directing agents toward semantically meaningful actions. Unlike prior approaches that assume optimal LLM-generated plans or rewards, LLM-TALE corrects suboptimality online and explores multimodal affordance-level plans without human supervision. We evaluate LLM-TALE on pick-and-place tasks in standard RL benchmarks, observing improvements in both sample efficiency and success rates over strong baselines. Real-robot experiments indicate promising zero-shot sim-to-real transfer. Code and supplementary material are available at https://llm-tale.github.io.