Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL_Snake

Play Gluttonous Snake game by reinforce learning.

Dependence

  • python lib: pygame, numpy, matplotlib.

    ​ Run command follow to install:

    pip install pygame
    pip install numpy
    pip install matplotlib

Quick Run

Use view.py to run game performed by a trained model:

python view.py

image-20231014171227526

Train

Use train.py to train model:

python train.py

You can use custom configuration to train by editing this file.

About

Play Gluttonous Snake game by reinforce learning(用强化学习玩贪吃蛇)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages