Search papers, labs, and topics across Lattice.
This paper introduces a novel LLM-Augmented Reinforcement Learning Agent that combines the reasoning and planning capabilities of Large Language Models (LLMs) with the action optimization strengths of Reinforcement Learning (RL) for complex sequential decision tasks. By utilizing LLMs to generate subgoals and structured plans, the hybrid architecture enhances the agent's ability to interact with environments effectively, leading to improved sample efficiency and higher success rates. Experimental results show that this approach outperforms both RL-only and LLM-only baselines, indicating a significant advancement in developing more capable autonomous systems.
Hybrid agents that combine LLM-driven planning with RL optimization achieve superior performance in complex decision-making tasks, outperforming traditional methods.
Large Language Models (LLMs) have recently shown strong capabilities in reasoning, planning, and tool-use, enabling new forms of autonomous agents. However, LLM-based agents struggle with long-horizon sequential decision tasks that require precise action optimization and environment interaction. Reinforcement Learning (RL), while effective for sequential control, often lacks the high-level abstraction and task decomposition abilities needed for complex scenarios. This paper introduces an LLM-Augmented Reinforcement Learning Agent that integrates LLM-driven planning with RL-based action optimization. The proposed architecture leverages the LLM to generate subgoals, structured plans, and contextual guidance, while the RL agent refines low-level actions through interaction with the environment. Experiments on sequential decision tasks demonstrate improved sample efficiency, higher success rates, and more coherent action trajectories compared to RL-only and LLM-only baselines. This hybrid paradigm highlights a promising direction for building more capable autonomous systems.