Generative Adversarial Imitation Learning for End-to-End Autonomous Driving on Urban Environments
Gustavo Claudio Karl Couto, Eric Aislan Antonelo

TL;DR
This paper introduces two variations of Generative Adversarial Imitation Learning (GAIL) for autonomous urban driving in CARLA, demonstrating improved training stability and convergence over traditional methods.
Contribution
The work proposes two GAIL-based models for end-to-end autonomous driving that process high-dimensional visual and sensor data, with one model augmented with behavioral cloning for better performance.
Findings
Both models successfully imitate expert trajectories in urban scenarios.
The GAIL model augmented with behavioral cloning converges faster and more stably.
The models operate effectively with high-dimensional image inputs and complex sensor data.
Abstract
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-action pairs that constitute the training set made by an expert, i.e., a human driver. However, this type of imitation learning does not take into account the temporal dependencies that might exist between actions taken in different moments of a navigation trajectory. These type of tasks are better handled by reinforcement learning (RL) algorithms, which need to define a reward function. On the other hand, more recent approaches to imitation learning, such as Generative Adversarial Imitation Learning (GAIL), can train policies without explicitly requiring to define a reward function, allowing an agent to learn by trial and error directly on a training set of expert…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Model Reduction and Neural Networks · Reinforcement Learning in Robotics
MethodsEntropy Regularization · Proximal Policy Optimization · CARLA: An Open Urban Driving Simulator · Generative Adversarial Imitation Learning
