Research Analyzer
← Back ICRA 2026

From Language to Action: Can LLM-Based Agents Be Used for Embodied Robot Cognition?

Shinas Shaji, Fabian Huppertz, Alex Mitrevski, Sebastian Houben

PDF

AI summary

Key figure (auto-extracted from paper)
LLMs can drive embodied robotic cognition with emergent planning and memory use, but struggle with hallucinations and strict sequential instruction following.
LLM agents embodied cognition cognitive architecture robotic planning episodic memory tool calling

Problem

Bridging high-level natural language reasoning to low-level robotic actions remains a major challenge, as traditional cognitive architectures require extensive engineering and lack the flexibility of modern language models.

Approach

The authors propose a cognitive architecture where an agentic LLM serves as the central reasoning engine, supported by working and episodic memory systems, and interacts with a simulated mobile manipulator via high-level tool calls for perception, navigation, and manipulation.

Key results

  • Successful completion of structured household tasks via tool calling
  • Emergent adaptation and memory-guided planning observed
  • Significant limitations in hallucinating task success and following sequential instructions
  • Viable integration of agentic LLMs with traditional cognitive memory structures

Why it matters

Highlights both the potential and critical limitations of using LLMs as embodied cognitive controllers, guiding future research in autonomous robotics and multimodal agent systems.

Abstract

In order to flexibly act in an everyday environ- ment, a robotic agent needs a variety of cognitive capabilities that enable it to reason about plans and perform execution recovery. Large language models (LLMs) have been shown to demonstrate emergent cognitive aspects, such as reasoning and language understanding; however, the ability to control embodied robotic agents requires reliably bridging high-level language to low-level functionalities for perception and control. In this paper, we investigate the extent to which an LLM can serve as a core component for planning and execution reasoning in a cognitive robot architecture. For this purpose, we propose a cognitive architecture in which an agentic LLM serves as the core component for planning and reasoning, while components for working and episodic memories support learning from experience and adaptation. An instance of the architecture is then used to control a mobile manipulator in a simulated household environment, where environment interaction is done through a set of high-level tools for perception, reasoning, navigation, grasping, and placement, all of which are made available to the LLM-based agent. We evaluate our proposed system on two household tasks (object placement and object swapping), which evaluate the agent’s reasoning, planning, and memory utilisation. The results demonstrate that the LLM-driven agent can complete structured tasks and exhibits emergent adaptation and memory-guided planning, but also reveal significant limitations, such as hallucinations about the task success and poor instruction following by refusing to acknowledge and complete sequential tasks. These findings highlight both the potential and challenges of employing LLMs as embodied cognitive controllers for autonomous robots.

Index terms

Cognitive Control Architectures Agent-Based Systems AI-Enabled Robotics

Related papers