/Snake-RL

Snake Game AI using DQN - Reinforce Learning

Primary LanguagePythonMIT LicenseMIT

Snake Game AI using DQN

실행영상

< Please click this video >

Model Architecture

# Model Architecture

Sequential(
    (0): Linear(in_features=85, out_features=256)
    (1): ReLU(inplace)
    (2): Linear(in_features=256, out_features=128)
    (3): ReLU(inplace)
    (4): Linear(in_features=128, out_features=64)
    (5): ReLU(inplace)
    (6): Linear(in_features=64, out_features=3)
)

PDF 썸네일

< Please click to download PDF >