paper-with-me

Papers

End-to-End Urban Driving by Imitating a Reinforcement Learning Coach

2021-08-18 · ICCV 2021 10 · Zhejun Zhang, Alexander Liniger, Dengxin Dai, Fisher Yu, Luc van Gool

End-to-end approaches to autonomous driving commonly rely on expert demonstrations. Although humans are good drivers, they are not good coaches for end-to-end algorithms that demand dense on-policy supervision. On the contrary, automated experts that leverage privileged information can efficiently generate large scale on-policy and off-policy demonstrations. However, existing automated experts for urban driving make heavy use of hand-crafted rules and perform suboptimally even on driving simulators, where ground-truth information is available. To address these issues, we train a reinforcement learning expert that maps bird's-eye view images to continuous low-level actions. While setting a new performance upper-bound on CARLA, our expert is also a better coach that provides informative supervision signals for imitation learning agents to learn from. Supervised by our reinforcement learning coach, a baseline end-to-end agent with monocular camera-input achieves expert-level performance. Our end-to-end agent achieves a 78% success rate while generalizing to a new town and new weather on the NoCrash-dense benchmark and state-of-the-art performance on the challenging public routes of the CARLA LeaderBoard.

📄 PDF Abstract BibTeX arXiv:2108.08265

Code (3)

zhejz/carla-roach 공식 구현 pytorch
autonomousvision/CaRL
gustavokcouto/hgail pytorch

Tasks

Autonomous DrivingImitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 제목 키워드 기반

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 drivin…

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Learning End-to-end Autonomous Driving using Guided Auxiliary Supervision

2018-08-30 · Ashish Mehta, Adithya Subramanian, Anbumani Subramanian

Learning to drive faithfully in highly stochastic urban settings remains an open problem. To that end, we propose a Multi-task Learning from Demonstration (MT-LfD) framework which uses supervised auxiliary task predictio…

Autonomous DrivingMulti-Task Learning

Generative Adversarial Imitation Learning for End-to-End Autonomous Driving on Urban Environments

2021-10-16 · Gustavo Claudio Karl Couto, Eric Aislan Antonelo

Autonomous driving is a complex task, which has been tackled since the first self-driving car ALVINN in 1989, with a supervised learning approach, or behavioral cloning (BC). In BC, a neural network is trained with state…

Autonomous DrivingAutonomous NavigationImitation LearningReinforcement Learning (RL)

SimCoachCorpus: A naturalistic dataset with language and trajectories for embodied teaching

2025-09-18 · Emily Sumner, Deepak E. Gopinath, Laporsha Dees, Patricio Reyes Gomez 외 arxiv

High-quality curated datasets are essential for training and evaluating AI approaches, but are often lacking in embodied interactive domains where language and physical action are intertwined. In particular, few datasets…

Incorporating Voice Instructions in Model-Based Reinforcement Learning for Self-Driving Cars

2022-06-21 · Mingze Wang, Ziyang Zhang, Grace Hui Yang

This paper presents a novel approach that supports natural language voice instructions to guide deep reinforcement learning (DRL) algorithms when training self-driving cars. DRL methods are popular approaches for autonom…

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