AIOct 30, 2024

Self-Driving Car Racing: Application of Deep Reinforcement Learning

arXiv:2410.22766v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses the challenge of developing efficient AI agents for autonomous driving and racing, which is an incremental advancement in the domain of AI-driven mobility and control tasks.

This paper tackled the problem of autonomous self-driving car racing by applying deep reinforcement learning techniques in a simulated environment, demonstrating that integrating ResNet and LSTM models significantly improved the agent's performance over baseline methods like DQN.

This paper explores the application of deep reinforcement learning (RL) techniques in the domain of autonomous self-driving car racing. Motivated by the rise of AI-driven mobility and autonomous racing events, the project aims to develop an AI agent that efficiently drives a simulated car in the OpenAI Gymnasium CarRacing environment. We investigate various RL algorithms, including Deep Q-Network (DQN), Proximal Policy Optimization (PPO), and novel adaptations that incorporate transfer learning and recurrent neural networks (RNNs) for enhanced performance. The project demonstrates that while DQN provides a strong baseline for policy learning, integrating ResNet and LSTM models significantly improves the agent's ability to capture complex spatial and temporal dynamics. PPO, particularly in continuous action spaces, shows promising results for fine control, although challenges such as policy collapse remain. We compare the performance of these approaches and outline future research directions focused on improving computational efficiency and addressing model stability. Our findings contribute to the ongoing development of AI systems in autonomous driving and related control tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes