paper-with-me

Papers

Imagination-Augmented Hierarchical Reinforcement Learning for Safe and Interactive Autonomous Driving in Urban Environments

2023-11-17 · Sang-Hyun Lee, Yoonjae Jung, Seung-Woo Seo

Hierarchical reinforcement learning (HRL) incorporates temporal abstraction into reinforcement learning (RL) by explicitly taking advantage of hierarchical structure. Modern HRL typically designs a hierarchical agent composed of a high-level policy and low-level policies. The high-level policy selects which low-level policy to activate at a lower frequency and the activated low-level policy selects an action at each time step. Recent HRL algorithms have achieved performance gains over standard RL algorithms in synthetic navigation tasks. However, we cannot apply these HRL algorithms to real-world navigation tasks. One of the main challenges is that real-world navigation tasks require an agent to perform safe and interactive behaviors in dynamic environments. In this paper, we propose imagination-augmented HRL (IAHRL) that efficiently integrates imagination into HRL to enable an agent to learn safe and interactive behaviors in real-world navigation tasks. Imagination is to predict the consequences of actions without interactions with actual environments. The key idea behind IAHRL is that the low-level policies imagine safe and structured behaviors, and then the high-level policy infers interactions with surrounding objects by interpreting the imagined behaviors. We also introduce a new attention mechanism that allows our high-level policy to be permutation-invariant to the order of surrounding objects and to prioritize our agent over them. To evaluate IAHRL, we introduce five complex urban driving tasks, which are among the most challenging real-world navigation tasks. The experimental results indicate that IAHRL enables an agent to perform safe and interactive behaviors, achieving higher success rates and lower average episode steps than baselines.

📄 PDF Abstract BibTeX arXiv:2311.10309

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingHierarchical Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Variational Temporal Abstraction

2019-10-02 · NeurIPS 2019 12 · Taesup Kim, Sungjin Ahn, Yoshua Bengio

We introduce a variational approach to learning and inference of temporally hierarchical structure and representation for sequential data. We propose the Variational Temporal Abstraction (VTA), a hierarchical recurrent s…

Dream to Drive with Predictive Individual World Model

2025-01-28 · Yinfeng Gao, Qichao Zhang, Da-wei Ding, Dongbin Zhao

It is still a challenging topic to make reactive driving behaviors in complex urban environments as road users' intentions are unknown. Model-based reinforcement learning (MBRL) offers great potential to learn a reactive…

Autonomous DrivingmodelModel-based Reinforcement Learningreinforcement-learning+3

SafeDojo: Safe Reinforcement Learning for VLA via Interactive World Model

2026-06-15 · Kai Tang, Peidong Jia, Zhong Chu, Jixian Wu 외 arxiv

Safe control is a prerequisite for real-world embodied intelligence, for which safe reinforcement learning has emerged as a promising paradigm. However, existing safe reinforcement learning methods either require costly …

Reinforcement Learning

Imagination-Augmented Agents for Deep Reinforcement Learning

2017-07-19 · NeurIPS 2017 12 · Théophane Weber, Sébastien Racanière, David P. Reichert, Lars Buesing 외

We introduce Imagination-Augmented Agents (I2As), a novel architecture for deep reinforcement learning combining model-free and model-based aspects. In contrast to most existing model-based reinforcement learning and pla…

Deep Reinforcement LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

World Models: A Comprehensive Survey of Architectures, Methodologies, Reasoning Paradigms, and Applications

2026-05-28 · Arif Hassan Zidan, Yi Pan, Hanqi Jiang, Ruiyu Yan 외 arxiv

World models, internal simulators that learn the structure and dynamics of an environment, have emerged as a central paradigm in the pursuit of artificial general intelligence, enabling agents to predict, plan, and reaso…

Reinforcement LearningAutonomous DrivingVideo PredictionVideo Generation