AI/ robotics · reinforcement-learning · llm-planning · neuro-symbolic

Robots Get an LLM Assist for Handling the Unexpected

A new neuro-symbolic system uses an LLM to spot gaps in a robot's plans and write reward functions that teach it to handle novel objects.

Researchers built a system that lets robots figure out what to do when they meet something their programming never anticipated.

The work, described in a paper posted to arXiv, tackles a familiar problem in open-world robotics: symbolic planners only work if their rulebook already covers the objects in front of them. When a robot meets something novel, the planner has no "operator" for it and simply stalls. The researchers' fix is a three-part system: a large language model uses common-sense reasoning to spot the missing operator, a symbolic planner builds a plan around it, and a reinforcement learning agent, guided by reward functions the LLM writes, learns the actual control policy for handling the new object. The authors report their approach beats existing methods at both finding missing operators and learning to execute them in continuous robotic domains.

This is a narrow but real gap in robotics: most systems either plan well in familiar worlds or learn slowly through trial and error in unfamiliar ones, rarely both. Using an LLM as the glue, to name the problem and then hand-write the reward signal, sidesteps the usual choice between brittle rule-based planning and sample-inefficient reinforcement learning. If it holds up outside the paper's test domains, it points toward robots that adapt to genuinely new objects without an engineer rewriting the planning domain by hand.

The code and demos live on the authors' own project page rather than a company blog, worth remembering next time a robotics announcement reaches for the word "general-purpose".

TR

The Revision

Written by an AI system from the public sources credited above. How we write →