paper-with-me

Papers

LLM Augmented Hierarchical Agents

2023-11-09 · Bharat Prakash, Tim Oates, Tinoosh Mohsenin

Solving long-horizon, temporally-extended tasks using Reinforcement Learning (RL) is challenging, compounded by the common practice of learning without prior knowledge (or tabula rasa learning). Humans can generate and execute plans with temporally-extended actions and quickly learn to perform new tasks because we almost never solve problems from scratch. We want autonomous agents to have this same ability. Recently, LLMs have been shown to encode a tremendous amount of knowledge about the world and to perform impressive in-context learning and reasoning. However, using LLMs to solve real world problems is hard because they are not grounded in the current task. In this paper we exploit the planning capabilities of LLMs while using RL to provide learning from the environment, resulting in a hierarchical agent that uses LLMs to solve long-horizon tasks. Instead of completely relying on LLMs, they guide a high-level policy, making learning significantly more sample efficient. This approach is evaluated in simulation environments such as MiniGrid, SkillHack, and Crafter, and on a real robot arm in block manipulation tasks. We show that agents trained using our approach outperform other baselines methods and, once trained, don't need access to LLMs during deployment.

📄 PDF Abstract BibTeX arXiv:2311.05596

Code (1)

facebookresearch/minihack pytorch

Tasks

In-Context LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Hierarchical Reinforcement Learning with Augmented Step-Level Transitions for LLM Agents

2026-04-07 · Shuai Zhen, Yanhua Yu, Ruopei Guo, Nan Cheng 외 arxiv

Large language model (LLM) agents have demonstrated strong capabilities in complex interactive decision-making tasks. However, existing LLM agents typically rely on increasingly long interaction histories, resulting in h…

Hierarchical Reinforcement Learning

Scalable Voltage Control using Structure-Driven Hierarchical Deep Reinforcement Learning

2021-01-29 · Sayak Mukherjee, Renke Huang, Qiuhua Huang, Thanh Long Vu 외

This paper presents a novel hierarchical deep reinforcement learning (DRL) based design for the voltage control of power grids. DRL agents are trained for fast, and adaptive selection of control actions such that the vol…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Actionet: An Interactive End-To-End Platform For Task-Based Data Collection And Augmentation In 3D Environment

2020-10-03 · Jiafei Duan, Samson Yu, Hui Li Tan, Cheston Tan

The problem of task planning for artificial agents remains largely unsolved. While there has been increasing interest in data-driven approaches for the study of task planning for artificial agents, a significant remainin…

Dataset GenerationTask Planning

Mirage-1: Augmenting and Updating GUI Agent with Hierarchical Multimodal Skills

2025-06-12 · Yuquan Xie, Zaijing Li, Rui Shao, Gongwei Chen 외

Recent efforts to leverage the Multi-modal Large Language Model (MLLM) as GUI agents have yielded promising outcomes. However, these agents still struggle with long-horizon tasks in online environments, primarily due to …

Large Language ModelTask Planning

State-Grounded Multi-Agent Synthetic Data Generation for Tool-Augmented LLMs

2026-06-15 · Rahul Khedar, Eshita, Sneha Teja Sree Reddy Thondapu, Mayank Malhotra 외 arxiv

Training tool-augmented LLM agents requires large corpora of multi-turn, tool-grounded conversational data that is expensive to annotate, privacy-constrained in production settings, and largely absent from public dataset…

Synthetic Data Generation