Skip to content

derdre/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Ultimate Snake Machine

This repository attempts two tasks:

  1. Build a simple snake game that can be played in the terminal. Simultaneously the game should accept machine input.
  2. Build some kind of reinforcement learning algorithm, best would be in tf2

Status:

  • A simple snake game is working; a gui can be used via curses
  • The human user can interact via i,j,k,l
  • A DQN class is copied from another repo; this is set up for gym
  • See link
  • See gym for further reference
  • There are further install instructions to get video export running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages