Skip to content

This project implements a Snake game reinforcement learning model using Deep Q-Networks with the PyTorch library in Python. The model uses a neural network to predict the optimal action-value function, which maps the state of the game to the expected future rewards for each possible action.

Notifications You must be signed in to change notification settings

Kebab-kun/Snake_Game_Reinforcement_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

About

This project implements a Snake game reinforcement learning model using Deep Q-Networks with the PyTorch library in Python. The model uses a neural network to predict the optimal action-value function, which maps the state of the game to the expected future rewards for each possible action.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages