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
cd NEAT
python3 road_fighter_AI_1.py
cd Deep\ RL
python3 road_fighter_AI_2.py
- Proximal Policy Optimization