Self-CriTeach: LLM Self-Teaching and Self-Critiquing for Improving Robotic Planning via Automated Domain Generation
Jinbang Huang, Zhiyuan Li, Yuanzhao Hu, Zhanguang Zhang, Mark Coates, Xingyue Quan, Yingxue Zhang
TL;DR
Self-CriTeach presents a unified self-improvement loop for LLM-based robotic planning by having the model generate PDDL planning domains that serve as scalable supervision data and structured rewards. It automatically refines these domains, transforms symbolic plans into chain-of-thought traces for supervised fine-tuning, and then uses the same domains as reward signals for reinforcement learning, enabling the model to internalize symbolic planning. The approach yields higher planning success, better cross-task generalization, and lower token costs, with demonstrated robustness to imperfect logical states in real-robot experiments. This framework provides a practical pathway to integrate symbolic planning with learning in robotics, reducing manual annotation and reward engineering while improving long-horizon decision making.
Abstract
Large Language Models (LLMs) have recently shown strong promise for robotic task planning, particularly through automatic planning domain generation. Planning domains are brittle under imperfect logical states and perception noise; prior approaches largely treat generated planning domains as plan utilities, overlooking their potential as scalable sources of reasoning supervision and structured reward signals. At the same time, reasoning LLMs depend on chain-of-thought (CoT) supervision that is expensive to collect for robotic tasks, and reinforcement learning (RL) faces challenges in reward engineering. We propose Self-CriTeach, an LLM self-teaching and self-critiquing framework in which an LLM autonomously generates symbolic planning domains that serve a dual role: (i) enabling large-scale generation of robotic planning problem-plan pairs, and (ii) providing structured reward functions. First, the self-written domains enable large-scale generation of symbolic task plans, which are automatically transformed into extended CoT trajectories for supervised fine-tuning. Second, the self-written domains are reused as structured reward functions, providing dense feedback for reinforcement learning without manual reward engineering. This unified training pipeline yields a planning-enhanced LLM with higher planning success rates, stronger cross-task generalization, reduced inference cost, and improved robustness to imperfect logical states.
