paper-with-me

홈 › Papers

Brain-Inspired Planning for Better Generalization in Reinforcement Learning

2025-11-09 · Mingde "Harry" Zhao arxiv

Existing Reinforcement Learning (RL) systems encounter significant challenges when applied to real-world scenarios, primarily due to poor generalization across environments that differ from their training conditions. This thesis explores the direction of enhancing agents' zero-shot systematic generalization abilities by granting RL agents reasoning behaviors that are found to help systematic generalization in the human brain. Inspired by human conscious planning behaviors, we first introduced a top-down attention mechanism, which allows a decision-time planning agent to dynamically focus its reasoning on the most relevant aspects of the environmental state given its instantaneous intentions, a process we call "spatial abstraction". This approach significantly improves systematic generalization outside the training tasks. Subsequently, building on spatial abstraction, we developed the Skipper framework to automatically decompose complex tasks into simpler, more manageable sub-tasks. Skipper provides robustness against distributional shifts and efficacy in long-term, compositional planning by focusing on pertinent spatial and temporal elements of the environment. Finally, we identified a common failure mode and safety risk in planning agents that rely on generative models to generate state targets during planning. It is revealed that most agents blindly trust the targets they hallucinate, resulting in delusional planning behaviors. Inspired by how the human brain rejects delusional intentions, we propose learning a feasibility evaluator to enable rejecting hallucinated infeasible targets, which led to significant performance improvements in various kinds of planning agents. Finally, we suggest directions for future research, aimed at achieving general task abstraction and fully enabling abstract planning.

📄 PDF Abstract BibTeX arXiv:2511.06470

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Consciousness-Inspired Spatio-Temporal Abstractions for Better Generalization in Reinforcement Learning

2023-09-30 · Mingde Zhao, Safa Alver, Harm van Seijen, Romain Laroche 외

Inspired by human conscious planning, we propose Skipper, a model-based reinforcement learning framework utilizing spatio-temporal abstractions to generalize better in novel situations. It automatically decomposes the gi…

Decision MakingModel-based Reinforcement Learningreinforcement-learningZero-shot Generalization

A Consciousness-Inspired Planning Agent for Model-Based Reinforcement Learning

2021-06-03 · NeurIPS 2021 12 · Mingde Zhao, Zhen Liu, Sitao Luan, Shuyuan Zhang 외

We present an end-to-end, model-based deep reinforcement learning agent which dynamically attends to relevant parts of its state during planning. The agent uses a bottleneck mechanism over a set-based representation to f…

Deep Reinforcement LearningModel-based Reinforcement LearningOut-of-Distribution Generalizationreinforcement-learning+2

HG2P: Hippocampus-inspired High-reward Graph and Model-Free Q-Gradient Penalty for Path Planning and Motion Control

2024-10-12 · Haoran Wang, Yaoru Sun, Zeshen Tang, Haibo Shi 외

Goal-conditioned hierarchical reinforcement learning (HRL) decomposes complex reaching tasks into a sequence of simple subgoal-conditioned tasks, showing significant promise for addressing long-horizon planning in large-…

Hierarchical Reinforcement LearningHippocampus

Planning with Brain-inspired AI

2020-03-25 · Naoya Arakawa

This article surveys engineering and neuroscientific models of planning as a cognitive function, which is regarded as a typical function of fluid intelligence in the discussion of general intelligence. It aims to present…

Hierarchical Active Inference using Successor Representations

2026-04-17 · Prashant Rangarajan, Rajesh P. N. Rao arxiv

Active inference, a neurally-inspired model for inferring actions based on the free energy principle (FEP), has been proposed as a unifying framework for understanding perception, action, and learning in the brain. Activ…

Reinforcement Learning