Skip to content

"Adaptive Cruise Control for a Hybrid Vehicle with Deep Policy Gradients". Final project for ECE 517/414 Reinforcement Learning.

Notifications You must be signed in to change notification settings

owencqueen/RL_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Cruise Control for a Hybrid Vehicle with Deep Policy Gradients

Final project for ECE 517/414 Reinforcement Learning.

Running Code

Example code is provided to train the REINFORCE and DDPG algorithms and view training curves over a small number of steps. This requires the confidential Blazer Model, and it cannot be ran without it. Each test script is ran with the raw speed reward function.

REINFORCE

Run the following.

python3 ACC_RL/test_scripts/test_REINFORCE.py

DDPG

Run the following. Be cautioned that it takes ~2 minutes and will output a plot.

python3 ACC_RL/test_scripts/test_DDPG.py

About

"Adaptive Cruise Control for a Hybrid Vehicle with Deep Policy Gradients". Final project for ECE 517/414 Reinforcement Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages