paper-with-me

홈 › Papers

From proprioception to long-horizon planning in novel environments: A hierarchical RL model

2020-06-11 · Nishad Gothoskar, Miguel Lázaro-Gredilla, Dileep George

For an intelligent agent to flexibly and efficiently operate in complex environments, they must be able to reason at multiple levels of temporal, spatial, and conceptual abstraction. At the lower levels, the agent must interpret their proprioceptive inputs and control their muscles, and at the higher levels, the agent must select goals and plan how they will achieve those goals. It is clear that each of these types of reasoning is amenable to different types of representations, algorithms, and inputs. In this work, we introduce a simple, three-level hierarchical architecture that reflects these distinctions. The low-level controller operates on the continuous proprioceptive inputs, using model-free learning to acquire useful behaviors. These in turn induce a set of mid-level dynamics, which are learned by the mid-level controller and used for model-predictive control, to select a behavior to activate at each timestep. The high-level controller leverages a discrete, graph representation for goal selection and path planning to specify targets for the mid-level controller. We apply our method to a series of navigation tasks in the Mujoco Ant environment, consistently demonstrating significant improvements in sample-efficiency compared to prior model-free, model-based, and hierarchical RL methods. Finally, as an illustrative example of the advantages of our architecture, we apply our method to a complex maze environment that requires efficient exploration and long-horizon planning.

📄 PDF Abstract BibTeX arXiv:2006.06620

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationModel Predictive ControlMuJoCo

Similar Papers 제목 키워드 기반

Deep Hierarchical Planning from Pixels

2022-06-08 · Danijar Hafner, Kuang-Huei Lee, Ian Fischer, Pieter Abbeel

Intelligent agents need to select long sequences of actions to solve complex tasks. While humans easily break down tasks into subgoals and reach them through millions of muscle commands, current artificial intelligence i…

Atari GamesHierarchical Reinforcement Learning

HSC-VLA: Hierarchical Scene-Clearing for Robust Bimanual Manipulation in Dense Clutter

2026-03-08 · Zhen Liu, Xinyu Ning, Zhe Hu, XinXin Xie 외 arxiv

Modern Vision--Language--Action models often suffer from critical instruction-following failures in high-density manipulation environments, where task-irrelevant visual clutter dilutes attention, corrupts grounding, and …

Compositional Foundation Models for Hierarchical Planning

2023-09-15 · NeurIPS 2023 11

To make effective decisions in novel environments with long-horizon goals, it is crucial to engage in hierarchical reasoning across spatial and temporal scales. This entails planning abstract subgoal sequences, visually …

Language ModelingLanguage ModellingLarge Language Model

HiMAC: Hierarchical Macro-Micro Learning for Long-Horizon LLM Agents

2026-03-01 · Hongbo Jin, Rongpeng Zhu, Jiayu Ding, Guibo Luo 외 arxiv

Large language model (LLM) agents have recently demonstrated strong capabilities in interactive decision-making, yet they remain fundamentally limited in long-horizon tasks that require structured planning and reliable e…

Reinforcement Learning

Hierarchical Planning with Latent World Models

2026-04-03 · Wancong Zhang, Basile Terver, Artem Zholus, Soham Chitnis 외 arxiv

World models are a promising path to zero-shot embodied control through planning. However, existing world model planners struggle on long-horizon, multi-stage tasks: prediction errors compound and naive search is exponen…