8000 GitHub - w9029/auto-driving_based_on_RL: My undergraduate thesis. Implemented auto-driving in DonkeyCar simulator using reinforcement learning algorithms(DDPG, SAC, A3C).
[go: up one dir, main page]

Skip to content

My undergraduate thesis. Implemented auto-driving in DonkeyCar simulator using reinforcement learning algorithms(DDPG, SAC, A3C).

Notifications You must be signed in to change notification settings

w9029/auto-driving_based_on_RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-driving_based_on_RL

My undergraduate thesis(2020). Implemented auto-driving in DonkeyCar simulator using reinforcement learning algorithms(DDPG, SAC, A3C).

Introduction

In this work, I implemented some RL algorithms on DonkeyCar Simulator, finally I made the car drive in the track successful. And did some try on CARLA simulator.

Achievement

After testing, the best performance in this scenario is the SAC algorithm.

CTE=1,alpha=0.1

The car drives smoothly, but cannot stay in the center of the track.

CTE=5, alpha=0.1

The car drives in the center of the track, but not very smooth.

CARLA

Actually I think CARLA is a better simulator for this research, because it has more useful functions and it's more like the real world. But because of the communication problems and insufficient GPU, I couldn't do the training on CARLA, just made some interfaces.

About

My undergraduate thesis. Implemented auto-driving in DonkeyCar simulator using reinforcement learning algorithms(DDPG, SAC, A3C).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0