paper-with-me

Papers

CuRLA: Curriculum Learning Based Deep Reinforcement Learning for Autonomous Driving

2025-01-09 · Bhargava Uppuluri, Anjel Patel, Neil Mehta, Sridhar Kamath, Pratyush Chakraborty

In autonomous driving, traditional Computer Vision (CV) agents often struggle in unfamiliar situations due to biases in the training data. Deep Reinforcement Learning (DRL) agents address this by learning from experience and maximizing rewards, which helps them adapt to dynamic environments. However, ensuring their generalization remains challenging, especially with static training environments. Additionally, DRL models lack transparency, making it difficult to guarantee safety in all scenarios, particularly those not seen during training. To tackle these issues, we propose a method that combines DRL with Curriculum Learning for autonomous driving. Our approach uses a Proximal Policy Optimization (PPO) agent and a Variational Autoencoder (VAE) to learn safe driving in the CARLA simulator. The agent is trained using two-fold curriculum learning, progressively increasing environment difficulty and incorporating a collision penalty in the reward function to promote safety. This method improves the agent's adaptability and reliability in complex environments, and understand the nuances of balancing multiple reward components from different feedback signals in a single scalar reward function. Keywords: Computer Vision, Deep Reinforcement Learning, Variational Autoencoder, Proximal Policy Optimization, Curriculum Learning, Autonomous Driving.

📄 PDF Abstract BibTeX arXiv:2501.04982

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

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

Investigating Value of Curriculum Reinforcement Learning in Autonomous Driving Under Diverse Road and Weather Conditions

2021-03-14 · Anil Ozturk, Mustafa Burak Gunel, Resul Dagdanov, Mirac Ekim Vural 외

Applications of reinforcement learning (RL) are popular in autonomous driving tasks. That being said, tuning the performance of an RL agent and guaranteeing the generalization performance across variety of different driv…

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

State Dropout-Based Curriculum Reinforcement Learning for Self-Driving at Unsignalized Intersections

2022-07-10 · Shivesh Khaitan, John M. Dolan

Traversing intersections is a challenging problem for autonomous vehicles, especially when the intersections do not have traffic control. Recently deep reinforcement learning has received massive attention due to its suc…

Autonomous DrivingAutonomous VehiclesDeep Reinforcement LearningMotion Planning+3

Improving Environment Robustness of Deep Reinforcement Learning Approaches for Autonomous Racing Using Bayesian Optimization-based Curriculum Learning

2023-12-16 · Rohan Banerjee, Prishita Ray, Mark Campbell

Deep reinforcement learning (RL) approaches have been broadly applied to a large number of robotics tasks, such as robot manipulation and autonomous driving. However, an open problem in deep RL is learning policies that …

Autonomous DrivingAutonomous RacingBayesian OptimizationDeep Reinforcement Learning+4

Robust Object Detection for Autonomous Driving via Curriculum-Guided Group Relative Policy Optimization

2025-09-19 · Xu Jia arxiv

Multimodal Large Language Models (MLLMs) excel in vision-language reasoning but often struggle with structured perception tasks requiring precise localization and robustness. We propose a reinforcement learning framework…

Robust Object DetectionReinforcement LearningAutonomous Driving

Self-Paced Curriculum Reinforcement Learning for Autonomous Superbike Racing in Simulation

2026-06-08 · Luca Ghisi, Jacopo Essenziale, Carlo D'Eramo, Matteo Luperto arxiv

Autonomous Racing has seen remarkable progress through deep Reinforcement Learning (RL), primarily for four-wheeled vehicles. However, motorbikes introduce substantially greater complexity due to the need to manage balan…

Reinforcement Learning