Solving Pong using deep reinforcement learning using a deep Q-network and a genetic algorithm
Using venv
or another Python virtual environment is strongly recommended.
pip install -r requirements.txt
python dqn-pong-ga.py
When training has completed, the generated file elite.pt
will contain the best trained model.