paper-with-me

Papers

Learning to Drive Using Sparse Imitation Reinforcement Learning

2022-05-24 · Yuci Han, Alper Yilmaz

In this paper, we propose Sparse Imitation Reinforcement Learning (SIRL), a hybrid end-to-end control policy that combines the sparse expert driving knowledge with reinforcement learning (RL) policy for autonomous driving (AD) task in CARLA simulation environment. The sparse expert is designed based on hand-crafted rules which is suboptimal but provides a risk-averse strategy by enforcing experience for critical scenarios such as pedestrian and vehicle avoidance, and traffic light detection. As it has been demonstrated, training a RL agent from scratch is data-inefficient and time consuming particularly for the urban driving task, due to the complexity of situations stemming from the vast size of state space. Our SIRL strategy provides a solution to solve these problems by fusing the output distribution of the sparse expert policy and the RL policy to generate a composite driving policy. With the guidance of the sparse expert during the early training stage, SIRL strategy accelerates the training process and keeps the RL exploration from causing a catastrophe outcome, and ensures safe exploration. To some extent, the SIRL agent is imitating the driving expert's behavior. At the same time, it continuously gains knowledge during training therefore it keeps making improvement beyond the sparse expert, and can surpass both the sparse expert and a traditional RL agent. We experimentally validate the efficacy of proposed SIRL approach in a complex urban scenario within the CARLA simulator. Besides, we compare the SIRL agent's performance for risk-averse exploration and high learning efficiency with the traditional RL approach. We additionally demonstrate the SIRL agent's generalization ability to transfer the driving skill to unseen environment.

📄 PDF Abstract BibTeX arXiv:2205.12128

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Exploration

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Curiosity-driven Exploration in Sparse-reward Multi-agent Reinforcement Learning

2023-02-21 · Jiong Li, Pratik Gajane

Sparsity of rewards while applying a deep reinforcement learning method negatively affects its sample-efficiency. A viable solution to deal with the sparsity of rewards is to learn via intrinsic motivation which advocate…

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Rethinking the Role of Dynamic Sparse Training for Scalable Deep Reinforcement Learning

2025-10-14 · Guozheng Ma, Lu Li, Zilin Wang, Haoyu Wang 외 arxiv

Scaling neural networks has driven breakthrough advances in machine learning, yet this paradigm fails in deep reinforcement learning (DRL), where larger models often degrade performance due to unique optimization patholo…

Reinforcement Learning

CLUE: Calibrated Latent Guidance for Offline Reinforcement Learning

2023-06-23 · Jinxin Liu, Lipeng Zu, Li He, Donglin Wang

Offline reinforcement learning (RL) aims to learn an optimal policy from pre-collected and labeled datasets, which eliminates the time-consuming data collection in online RL. However, offline RL still bears a large burde…

Imitation LearningOffline RLreinforcement-learningReinforcement Learning+1

DRIVE: Distributional and Retrieval-Augmented Bidding with Value Evaluation

2026-06-12 · Miduo Cui, Haochen Wang, Shangqin Mao, Xun Yang 외 arxiv

Auto-bidding is a core component of real-time advertising systems, where decisions must optimize long-term performance under budget and cost constraints, while online exploration is prohibitively risky. Offline reinforce…

Reinforcement LearningDecision Making

Reinforced Imitation Learning from Observations

2019-05-01 · ICLR 2019 5 · Konrad Zolna, Negar Rostamzadeh, Yoshua Bengio, Sungjin Ahn 외

Imitation learning is an effective alternative approach to learn a policy when the reward function is sparse. In this paper, we consider a challenging setting where an agent has access to a sparse reward function and sta…

Imitation LearningReinforcement Learning