Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

File metadata and controls

22 lines (16 loc) · 450 Bytes

Snake Game AI built with Reinforcement Learning (DQN)

Notes

The requirements.txt file should list all Python libraries that your notebooks depend on, and they will be installed using:

pip install -r requirements.txt

Overview of Deep Q Learning

DQN

Demo

Trained for 10 games

DQN

Trained for 100 games

DQN

Trained for 250 games

DQN