Skip to content

rmislam/dqn-pong-ga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN-Pong-GA

Solving Pong using deep reinforcement learning using a deep Q-network and a genetic algorithm

Install dependencies

Using venv or another Python virtual environment is strongly recommended.

pip install -r requirements.txt

Train model

python dqn-pong-ga.py

When training has completed, the generated file elite.pt will contain the best trained model.

About

Solving Pong using a deep Q-network and a genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages