Deep RL Racecar

Project Overview

Reinforcement Learning Algorithm

REWARD FUNCTION DESIGN

The reward function, a critical component in reinforcement learning, has been carefully designed to encourage desired behaviors in the autonomous vehicle. Three variants of the reward function have been implemented and evaluated:

Proximity-Based Reward: This function incentivizes the vehicle to maintain proximity to the track centerline, promoting precise navigation.

Progress-Based Reward: This function rewards the vehicle for forward progression along the track, encouraging efficient completion of laps.

Combined Reward: This function integrates both proximity and progress metrics to optimize the balance between precise positioning and forward momentum.

Autonomous Race Car

Training Track Blueprint