Skip to content

sakshamarora1/Road-Fighter-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road Fighter AI

AI that teaches itself to play Road Fighter(remade) using various Reinforcement Learning Techniques. The program is made using the pygame library.

To play the game:

python3 road_fighter.py

Install the requirements:

pip install -r requirements.txt

NEAT algorithm:

To run the AI using NEAT Algorithm

cd NEAT
python3 road_fighter_AI_1.py

Deep Q Learning:

To run the AI using Deep Q Learning

cd Deep\ RL
python3 road_fighter_AI_2.py

Next Target

  • Proximal Policy Optimization

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages